Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zuul] make nightly bundles non voting #551

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Deploy STF using the nightly bundles
vars:
scenario: "nightly_bundles"

- job:
name: stf-crc-local_build
parent: stf-base
Expand Down Expand Up @@ -112,13 +112,15 @@
STF CRC jobs that build and deploy STF
github-check:
jobs:
- stf-crc-ocp_412-nightly_bundles
- stf-crc-ocp_412-nightly_bundles:
voting: false
- stf-crc-ocp_412-local_build
- stf-crc-ocp_412-local_build-index_deploy
- stf-crc-ocp_413-nightly_bundles
- stf-crc-ocp_413-nightly_bundles:
voting: false
- stf-crc-ocp_413-local_build
- stf-crc-ocp_413-local_build-index_deploy

- project:
name: infrawatch/service-telemetry-operator
templates:
Expand Down