Skip to content

Commit d766cd7

Browse files
authored
telcov10n: parametrize the config for both nightly & stable versions (openshift#58970)
After PR openshift#58837 we're able to parametrize the jobs for their release version and specify stable and nightly versions each to their own. Signed-off-by: Roy Shemtov <[email protected]>
1 parent e6ca012 commit d766cd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__hcp-cnf-4.17.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ tests:
9494
cron: 00 18 * * 5
9595
steps:
9696
env:
97+
T5CI_JOB_HCP_RELEASE_TYPE: stable
98+
T5CI_JOB_MGMT_RELEASE_TYPE: stable
9799
T5CI_JOB_TYPE: hcp-cnftests
98100
T5CI_VERSION: "4.17"
99101
observers:
@@ -105,6 +107,8 @@ tests:
105107
cron: 00 18 * * 6
106108
steps:
107109
env:
110+
T5CI_JOB_HCP_RELEASE_TYPE: nightly
111+
T5CI_JOB_MGMT_RELEASE_TYPE: nightly
108112
T5CI_JOB_TYPE: hcp-cnftests
109113
T5CI_VERSION: "4.17"
110114
observers:

0 commit comments

Comments
 (0)