Skip to content

Commit

Permalink
[zuul] Add 4.12 bundle and job
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jun 6, 2023
1 parent d5f7041 commit a6fdcd5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,16 @@
run:
- ci/check_ocp_version.yml
vars:
crc_parameters: '--disk-size 80 --cpus 6'
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.9/crc_libvirt_4.10.9_amd64.crcbundle'

- job:
name: stf-crc-ocp412
parent: stf-base
run:
- ci/check_ocp_version.yml
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-latest
parent: stf-base
Expand Down Expand Up @@ -68,5 +75,6 @@
name: infrawatch/service-telemetry-operator
github-check:
jobs:
- stf-crc-latest
#- stf-crc-latest
- stf-crc-ocp410
- stf-crc-ocp412

0 comments on commit a6fdcd5

Please sign in to comment.