File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ def job_classifier(spy_link):
535
535
'''
536
536
537
537
pattern = r'ocp.*?/'
538
- if "mce" in spy_link :
538
+ if "mce" in spy_link or "capi" in spy_link :
539
539
pattern = r'e2e.*?/'
540
540
match = re .search (pattern ,spy_link )
541
541
Original file line number Diff line number Diff line change 20
20
"4.16 libvirt" : " periodic-ci-openshift-multiarch-master-nightly-4.16-ocp-e2e-ovn-remote-libvirt-ppc64le" ,
21
21
"4.16 powervs" : " periodic-ci-openshift-multiarch-master-nightly-4.16-ocp-e2e-ovn-ppc64le-powervs-original" ,
22
22
"4.16 heavy build" : " periodic-ci-openshift-multiarch-master-nightly-4.16-ocp-heavy-build-ovn-remote-libvirt-ppc64le" ,
23
+ "4.16 powervs capi" : " periodic-ci-openshift-installer-master-altinfra-periodics-e2e-powervs-capi-ovn" ,
23
24
"4.14 MCE" : " periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-mce-power-conformance" ,
24
25
"4.15 MCE" : " periodic-ci-openshift-hypershift-release-4.15-periodics-e2e-mce-power-conformance" ,
26
+ "4.16 MCE" : " periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-mce-power-conformance" ,
25
27
"4.14 SNO" : " periodic-ci-openshift-multiarch-master-nightly-4.14-ocp-e2e-sno-power"
26
28
}
You can’t perform that action at this time.
0 commit comments