You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update skip tag docs to reflect exact matching with lookahead
Tags now match exactly — @skip-ocp-helm won't filter @skip-ocp-helm-nightly.
Updated tables and examples to clarify per-job isolation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/overlay/reference/run-e2e.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,14 +90,14 @@ When `JOB_NAME` is set (by OpenShift CI), the script auto-derives a Playwright t
90
90
91
91
### How It Works
92
92
93
-
The job suffix is extracted from `JOB_NAME` by stripping everything up to and including `-e2e-`:
93
+
The job suffix is extracted from `JOB_NAME` by stripping everything up to and including `-e2e-`. A negative lookahead `(?!-)` is appended so each tag matches exactly — `@skip-ocp-helm` won't accidentally filter `@skip-ocp-helm-nightly`:
94
94
95
-
| JOB_NAME (suffix shown) |Derived tag |`--grep-invert`|
0 commit comments