Skip to content

Commit

Permalink
Add nightly_bundle jobs to periodic pipeline (#564)
Browse files Browse the repository at this point in the history
The nightly_bundle jobs will run once a day
  • Loading branch information
mgirgisf authored Jan 17, 2024
1 parent 20fb410 commit 55b89e2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@
STF CRC jobs that build and deploy STF
github-check:
jobs:
- stf-crc-ocp_412-nightly_bundles:
voting: false
- stf-crc-ocp_413-nightly_bundles:
voting: false
- stf-crc-ocp_414-nightly_bundles:
voting: false
- stf-crc-ocp_412-local_build
- stf-crc-ocp_413-local_build
- stf-crc-ocp_414-local_build
Expand All @@ -215,3 +209,8 @@
name: infrawatch/service-telemetry-operator
templates:
- stf-crc-jobs
periodic:
jobs:
- stf-crc-ocp_412-nightly_bundles
- stf-crc-ocp_413-nightly_bundles
- stf-crc-ocp_414-nightly_bundles

0 comments on commit 55b89e2

Please sign in to comment.