Skip to content

Commit

Permalink
updating hcp option (#603)
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
paigerube14 committed May 16, 2024
1 parent 063a8fd commit 98e240b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow/generate_jobs_in_gsheet/get_periodic_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def get_multiaz(yaml_file):
def get_cloud_type(yaml_file):

if "workflow" in yaml_file['steps'].keys():
if "hypershift" in yaml_file['steps']['workflow']:
return "hypershift"
if "hcp" in yaml_file['steps']['workflow']:
return "hcp"
elif "rosa" in yaml_file['steps']['workflow']:
return "rosa"
elif "aro" in yaml_file['steps']['workflow']:
Expand Down

0 comments on commit 98e240b

Please sign in to comment.