Skip to content

Commit

Permalink
[zuul] update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Nov 3, 2023
1 parent 5b6b66d commit 01c8299
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.13.14/crc_microshift_libvirt_4.13.14_amd64.crcbundle'
ocp_version: '4.13.14'


- job:
name: stf-crc-ocp_412-nightly_bundles
parent: stf-crc-latest-nightly_bundles
Expand All @@ -98,6 +97,18 @@
vars:
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.13.14/crc_libvirt_4.13.14_amd64.crcbundle'

- job:
name: stf-crc-ocp_412-local_build
parent: stf-crc-latest-local_build
vars:
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.13/crc_libvirt_4.12.13_amd64.crcbundle'

- job:
name: stf-crc-ocp_413-local_build
parent: stf-crc-latest-local_build
vars:
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.13.14/crc_libvirt_4.13.14_amd64.crcbundle'

- job:
name: stf-crc-microshift_413-nightly_bundles
parent: stf-crc-latest-nightly_bundles
Expand All @@ -109,8 +120,9 @@
github-check:
jobs:
- stf-crc-ocp_412-nightly_bundles
- stf-crc-ocp_412-local_build
- stf-crc-ocp_413-nightly_bundles
- stf-crc-microshift_413-nightly_bundles
- stf-crc-ocp_413-local_build
#- stf-crc-latest-nightly_bundles
#- stf-crc-latest-local_build
- stf-crc-ocp412
Expand Down

0 comments on commit 01c8299

Please sign in to comment.