Skip to content

Commit c73707f

Browse files
committed
Put back in the bits I need
1 parent 9b975cf commit c73707f

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.zuul.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
# Pass vars to crc cli https://review.rdoproject.org/cgit/config/tree/playbooks/crc/simple-start.yaml#n30
3232
crc_parameters: '--memory 16000 --disk-size 80 --cpus 6' # Increase from 14336
3333

34+
# this will go away eventually
35+
- job:
36+
name: stf-multi-crc-base
37+
abstract: true
38+
description: |
39+
Temperory base job for crc jobs; the crc jobs will eventually use stf-base as a job, once PRs have merged
40+
parent: stf-base
41+
# Little hacky-hack so it won't complain about scenario not being defined.
42+
vars:
43+
scenario: "zuul-common"
44+
run:
45+
- ci/check_ocp_version.yml
46+
post-run:
47+
- ci/post-collect_logs.yml
48+
3449
- job:
3550
name: stf-crc-nightly_bundles
3651
parent: stf-base
@@ -81,6 +96,13 @@
8196
vars:
8297
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.13.14/crc_libvirt_4.13.14_amd64.crcbundle'
8398

99+
- job:
100+
name: stf-crc-ocp414
101+
parent: stf-multi-crc-base
102+
vars:
103+
crc_ocp_bundle: 'https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.14.1/crc_libvirt_4.14.1_amd64.crcbundle'
104+
ocp_version: '4.14.1'
105+
84106
- project-template:
85107
name: stf-crc-jobs
86108
description: |
@@ -94,5 +116,9 @@
94116

95117
- project:
96118
name: infrawatch/service-telemetry-operator
97-
templates:
98-
- stf-crc-jobs
119+
#templates:
120+
# - stf-crc-jobs
121+
github-check:
122+
jobs:
123+
- stf-crc-ocp_413-nightly_bundles
124+
- stf-crc-ocp414

0 commit comments

Comments
 (0)