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: correct parse-ci-failure local-run.sh job name mapping
The rulesync:generate hook reverted the parse-ci-failure changes
in the previous commit. Re-applying to .rulesync source so the
hook propagates correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use the **full Prow CI job name** directly as the `-j` parameter. The `openshift-ci-tests.sh` handler uses bash glob patterns (like `*ocp*helm*nightly*`) to match the job name, so the full name works correctly.
145
+
146
+
**Example**: For a Prow URL containing `periodic-ci-redhat-developer-rhdh-main-e2e-ocp-v4-20-helm-nightly`, use:
Use the **full Prow CI job name** directly as the `-j` parameter. The `openshift-ci-tests.sh` handler uses bash glob patterns (like `*ocp*helm*nightly*`) to match the job name, so the full name works correctly.
143
+
144
+
**Example**: For a Prow URL containing `periodic-ci-redhat-developer-rhdh-main-e2e-ocp-v4-20-helm-nightly`, use:
Use the **full Prow CI job name** directly as the `-j` parameter. The `openshift-ci-tests.sh` handler uses bash glob patterns (like `*ocp*helm*nightly*`) to match the job name, so the full name works correctly.
145
+
146
+
**Example**: For a Prow URL containing `periodic-ci-redhat-developer-rhdh-main-e2e-ocp-v4-20-helm-nightly`, use:
Use the **full Prow CI job name** directly as the `-j` parameter. The `openshift-ci-tests.sh` handler uses bash glob patterns (like `*ocp*helm*nightly*`) to match the job name, so the full name works correctly.
147
+
148
+
**Example**: For a Prow URL containing `periodic-ci-redhat-developer-rhdh-main-e2e-ocp-v4-20-helm-nightly`, use:
0 commit comments