Skip to content

Commit

Permalink
s/prow.svc.ci.openshift.org/prow.ci.openshift.org/
Browse files Browse the repository at this point in the history
URL has moved.
  • Loading branch information
Joel Diaz committed Jul 21, 2021
1 parent b0be837 commit 5d5e391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-operator/platform-balance/step-jobs-by-platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def pivot_platform(jobs, from_platform, to_platform, stripped_workflows, job_fil
for _workflow in sorted(fixed_workflows):
print(' {}'.format(list(_stripped_workflows[_workflow].values())[0]))
_interesting_jobs = set(yield_interesting_jobs(job_steps=_job_steps, balanceable_workflows=_balanceable_workflows))
_counts = get_prow_job_counts(uri='https://prow.svc.ci.openshift.org/prowjobs.js', interesting_jobs=_interesting_jobs)
_counts = get_prow_job_counts(uri='https://prow.ci.openshift.org/prowjobs.js', interesting_jobs=_interesting_jobs)
_platform_specific_repositories = {
'openshift/cloud-credential-operator',
'openshift/cluster-api-provider-aws',
Expand Down

0 comments on commit 5d5e391

Please sign in to comment.