Skip to content

Commit 98e240b

Browse files
authored
updating hcp option (#603)
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 063a8fd commit 98e240b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prow/generate_jobs_in_gsheet/get_periodic_jobs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def get_multiaz(yaml_file):
120120
def get_cloud_type(yaml_file):
121121

122122
if "workflow" in yaml_file['steps'].keys():
123-
if "hypershift" in yaml_file['steps']['workflow']:
124-
return "hypershift"
123+
if "hcp" in yaml_file['steps']['workflow']:
124+
return "hcp"
125125
elif "rosa" in yaml_file['steps']['workflow']:
126126
return "rosa"
127127
elif "aro" in yaml_file['steps']['workflow']:

0 commit comments

Comments
 (0)