We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063a8fd commit 98e240bCopy full SHA for 98e240b
prow/generate_jobs_in_gsheet/get_periodic_jobs.py
@@ -120,8 +120,8 @@ def get_multiaz(yaml_file):
120
def get_cloud_type(yaml_file):
121
122
if "workflow" in yaml_file['steps'].keys():
123
- if "hypershift" in yaml_file['steps']['workflow']:
124
- return "hypershift"
+ if "hcp" in yaml_file['steps']['workflow']:
+ return "hcp"
125
elif "rosa" in yaml_file['steps']['workflow']:
126
return "rosa"
127
elif "aro" in yaml_file['steps']['workflow']:
0 commit comments