-
Notifications
You must be signed in to change notification settings - Fork 52.3k
ci: Improve e2e test timings #23159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Improve e2e test timings #23159
Conversation
BundleMonFiles added (2)
Total files change +255.73KB Groups added (2)
Final result: ✅ View report in BundleMon website ➡️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 issues found across 5 files
Prompt for AI agents (all 2 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name=".github/scripts/docker/docker-config.mjs">
<violation number="1" location=".github/scripts/docker/docker-config.mjs:34">
P1: Removing `push_to_ghcr = false` changes PR behavior: builds will now push to GHCR (default is `true`). If this is intentional, the change should be documented. If not, add `context.push_to_ghcr = false;` to preserve the original behavior.</violation>
</file>
<file name=".github/workflows/playwright-test-ci.yml">
<violation number="1" location=".github/workflows/playwright-test-ci.yml:31">
P1: Missing `docker-image` parameter: The workflow receives `docker_image` input but doesn't pass it to the reusable workflow. With `test-mode: docker-pull`, the tests will pull `n8nio/n8n:nightly` (default) instead of the pre-built PR image, defeating the purpose of the docker-build-pr job.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
b9963e2 to
4b044f0
Compare
This comment has been minimized.
This comment has been minimized.
|
E2E Tests: n8n tests passed after 7m 20.1s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
f7b523d to
516bccd
Compare
…way-to-run-e2e-tests-less-frequently-while-keeping
516bccd to
2da4b46
Compare
c2a4333 to
5bc41ce
Compare
5bc41ce to
11f7e0c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…a-way-to-run-e2e-tests-less-frequently-while-keeping
c041cc0 to
55db1d9
Compare
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
| # docker-build: build app + docker image locally | ||
| # docker-pull: no build needed, image is pre-built | ||
| # local: build app for local server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
|
|
||
| on: | ||
| pull_request: | ||
| merge_group: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
seemewalkin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excited!! 🚀
|
✅ No visual regressions found. |
Summary
E2E tests will run less frequently due to increased stability of CI overall. Less retries = less executions
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-1920/ci-find-a-way-to-run-e2e-tests-less-frequently-while-keeping-ci-time
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)