File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 31
31
# Pass vars to crc cli https://review.rdoproject.org/cgit/config/tree/playbooks/crc/simple-start.yaml#n30
32
32
crc_parameters : ' --memory 16000 --disk-size 80 --cpus 6' # Increase from 14336
33
33
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
+
34
49
- job :
35
50
name : stf-crc-nightly_bundles
36
51
parent : stf-base
81
96
vars :
82
97
crc_ocp_bundle : ' https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.13.14/crc_libvirt_4.13.14_amd64.crcbundle'
83
98
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
+
84
106
- project-template :
85
107
name : stf-crc-jobs
86
108
description : |
94
116
95
117
- project :
96
118
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
You can’t perform that action at this time.
0 commit comments