Skip to content

Commit a05d3f6

Browse files
mirecheckrichm
authored andcommitted
ci: update test composes
1 parent f60df3a commit a05d3f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,34 +97,34 @@ variables:
9797
rules:
9898
- if: $COMPOSE_NAME == "Rhel10Next"
9999
variables:
100-
TF_COMPOSE: RHEL-10.2-Nightly
100+
TF_COMPOSE: RHEL-10.3-Nightly
101101
TMT_DEVELOPMENT: true
102-
TMT_DISTRO: rhel-10.2
102+
TMT_DISTRO: rhel-10.3
103103
PCS_BRANCH: "main"
104104
PCS_ARTIFACTS_URL: "${CI_API_V4_URL}/projects/pcs%2Fpcs/jobs/\
105105
artifacts/${PCS_BRANCH}/download?\
106106
job=tf_tests%3A%20%5B${COMPOSE_NAME}%5D"
107107
- if: $COMPOSE_NAME == "Rhel10CurrentRelease"
108108
variables:
109-
TF_COMPOSE: RHEL-10.1-Nightly
110-
TMT_DISTRO: rhel-10.1
109+
TF_COMPOSE: RHEL-10.2-Nightly
110+
TMT_DISTRO: rhel-10.2
111111
PCS_BRANCH: "main"
112112
PCS_ARTIFACTS_URL: "${CI_API_V4_URL}/projects/pcs%2Fpcs/jobs/\
113113
artifacts/${PCS_BRANCH}/download?\
114114
job=tf_tests%3A%20%5B${COMPOSE_NAME}%5D"
115115
- if: $COMPOSE_NAME == "Rhel9Next"
116116
variables:
117-
TF_COMPOSE: RHEL-9.8.0-Nightly
117+
TF_COMPOSE: RHEL-9.9.0-Nightly
118118
TMT_DEVELOPMENT: true
119-
TMT_DISTRO: rhel-9.8
119+
TMT_DISTRO: rhel-9.9
120120
PCS_BRANCH: "pcs-0.11"
121121
PCS_ARTIFACTS_URL: "${CI_API_V4_URL}/projects/pcs%2Fpcs/jobs/\
122122
artifacts/${PCS_BRANCH}/download?\
123123
job=tf_tests%3A%20%5B${COMPOSE_NAME}%5D"
124124
- if: $COMPOSE_NAME == "Rhel9CurrentRelease"
125125
variables:
126-
TF_COMPOSE: RHEL-9.7.0-Nightly
127-
TMT_DISTRO: rhel-9.7
126+
TF_COMPOSE: RHEL-9.8.0-Nightly
127+
TMT_DISTRO: rhel-9.8
128128
PCS_BRANCH: "pcs-0.11"
129129
PCS_ARTIFACTS_URL: "${CI_API_V4_URL}/projects/pcs%2Fpcs/jobs/\
130130
artifacts/${PCS_BRANCH}/download?\

0 commit comments

Comments
 (0)