Skip to content

Commit a1aaccc

Browse files
fix get_brief_job_info to ensure it returns an iterable
fix get_brief_job_info to ensure it returns an iterable Signed-off-by: Alokgoswami-ag <[email protected]>
1 parent c2096ad commit a1aaccc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def get_brief_job_info(build_list,prow_ci_name,zone=None):
11221122

11231123
if isinstance(build_list,str):
11241124
print(build_list)
1125-
return 1
1125+
return []
11261126
summary_list = []
11271127

11281128
i=0

p_periodic.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"4.14 heavy build": "periodic-ci-openshift-multiarch-master-nightly-4.14-ocp-heavy-build-ovn-remote-libvirt-ppc64le",
1515
"4.15 libvirt": "periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-e2e-ovn-remote-libvirt-ppc64le",
1616
"4.15 powervs original": "periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-e2e-ovn-ppc64le-powervs-original",
17-
"4.15 powervs siguid": "periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-e2e-ovn-ppc64le-powervs-siguid",
1817
"4.15 heavy build": "periodic-ci-openshift-multiarch-master-nightly-4.15-ocp-heavy-build-ovn-remote-libvirt-ppc64le",
1918
"4.15 to 4.16 upgrade": "periodic-ci-openshift-multiarch-master-nightly-4.16-upgrade-from-nightly-4.15-ocp-ovn-remote-libvirt-ppc64le",
2019
"4.16 libvirt": "periodic-ci-openshift-multiarch-master-nightly-4.16-ocp-e2e-ovn-remote-libvirt-ppc64le",

0 commit comments

Comments
 (0)