Skip to content

Commit 1f9da3c

Browse files
Merge pull request #112 from alokgoswami-ag/updated_lease_info
changed job_platform_string
2 parents 3254669 + 88a25d1 commit 1f9da3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def get_quota_and_nightly(spy_link):
578578
build_log_response = requests.get(build_log_url, verify=False, timeout=15)
579579
if 'ppc64le' in spy_link:
580580
if job_platform == "libvirt":
581-
job_platform+="-ppc64le"
581+
job_platform+="-ppc64le-s2s"
582582
elif job_platform == "powervs":
583583
job_platform+="-[1-9]"
584584
lease = get_lease(build_log_response,job_platform)
@@ -595,7 +595,7 @@ def get_quota_and_nightly(spy_link):
595595
lease=get_lease(build_log_response,job_platform)
596596
else:
597597
job_platform="multi"
598-
lease=get_lease(build_log_response,'libvirt-ppc64le')
598+
lease=get_lease(build_log_response,'libvirt-ppc64le-s2s')
599599
nightly = get_nightly(build_log_url,build_log_response, "multi")
600600

601601
elif "mce" in spy_link:

0 commit comments

Comments
 (0)