feat: auto-derive skip tags from JOB_NAME in run-e2e.sh#2281
Merged
jrichter1 merged 4 commits intoApr 21, 2026
Merged
Conversation
Derive Playwright skip tags from OpenShift CI JOB_NAME and inject
--grep-invert so tests can opt out of specific CI jobs using standard
Playwright tags (e.g., { tag: "@skip-ocp-helm-nightly" }).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Append (?!-) to the grep-invert pattern so @skip-ocp-helm only matches that exact tag, not @skip-ocp-helm-nightly. This lets tests skip in PR check without accidentally skipping in nightly, and vice versa. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
Author
|
/test ? |
Member
Author
|
/test e2e-ocp-helm-nightly |
b9cfbbf to
8169565
Compare
|
Member
Author
|
Documentation : redhat-developer/rhdh-e2e-test-utils#88 |
Member
|
/publish |
jrichter1
approved these changes
Apr 21, 2026
Contributor
|
PR action ( |
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.



JIRA : https://redhat.atlassian.net/browse/RHIDP-13048
Summary
JOB_NAMEinrun-e2e.shJOB_NAME(e.g.,ocp-helm,ocp-helm-nightly) and injects--grep-invert "@skip-<suffix>"into Playwright args{ tag: "@skip-ocp-helm-nightly" })--grep-invertDocumentation : redhat-developer/rhdh-e2e-test-utils#88
How it works
e2e-ocp-helm@skip-ocp-helme2e-ocp-helm-nightly@skip-ocp-helm-nightlye2e-ocp-operator@skip-ocp-operatore2e-ocp-operator-nightly@skip-ocp-operator-nightly🤖 Generated with Claude Code