[Do not merge] CI validation: doc-only PR should skip e2e and performance#77535
Closed
mirka wants to merge 1 commit intoci/skip-e2e-perf-on-non-impactful-changesfrom
Closed
[Do not merge] CI validation: doc-only PR should skip e2e and performance#77535mirka wants to merge 1 commit intoci/skip-e2e-perf-on-non-impactful-changesfrom
mirka wants to merge 1 commit intoci/skip-e2e-perf-on-non-impactful-changesfrom
Conversation
|
Size Change: 0 B Total Size: 7.75 MB ℹ️ View Unchanged
|
|
Flaky tests detected in 017075f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/24756967906
|
017075f to
4c92a9c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Temporary stacked validation PR for #77533. Do not merge.
This PR's only changes are:
README.md(exercises the**/*.mdignore pattern).**/stories/**ignore pattern).Why?
To verify, with a real CI run, that the new
changesfilter job in #77533 correctly skips the End-to-End and Performance workflows when a PR touches only ignored paths.Expected CI behavior
Playwright - 1…Playwright - 8: skipped (gray dash).Run performance tests: skipped (gray dash).If any of the e2e or performance jobs actually run, the filter is over-eager and #77533 needs adjustment. If they all skip cleanly, the filter is working as designed.
How?
Branched off
ci/skip-e2e-perf-on-non-impactful-changes(the head of #77533) and added a single doc-only commit. The PR base is the feature branch, sodorny/paths-filteronly sees the doc-only diff.Cleanup
Once observed, this PR will be closed without merging and the branch deleted.
Use of AI Tools
This PR was created with assistance from AI tooling (Cursor agents) for validation purposes only. It will not be merged.