Commit f3d542f
feat: auto-derive skip tags from JOB_NAME in run-e2e.sh (#2281)
* feat: auto-derive skip tags from JOB_NAME in run-e2e.sh
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>
* fix: use negative lookahead for exact skip tag matching
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>
* chore: clarify skip tag comment in run-e2e.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: shorten skip tag comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 46a6869 commit f3d542f
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| |||
0 commit comments