Skip to content

Commit 84c9343

Browse files
bryan-coxclaude
andauthored
chore(hypershift): Use verify-ci target for Prow CI (#76665)
Switch the HyperShift Prow verify job from `make verify` to `make verify-ci`. The verify-ci target excludes lint, codespell, gitlint, and cpo-container-sync checks which now run in GitHub Actions workflows, avoiding duplicate CI work. The full `make verify` target remains unchanged for local development use. Related: openshift/hypershift#7980 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f4a76f commit 84c9343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ resources:
142142
memory: 8Gi
143143
tests:
144144
- as: verify
145-
commands: make verify
145+
commands: make verify-ci
146146
container:
147147
from: custom-verify-src
148148
timeout: 1h0m0s

0 commit comments

Comments
 (0)