Skip to content

Commit ca793c9

Browse files
authored
Merge pull request #454 from sclorg/use_rhel9_release_tf_machine
Let's use released RHEL-9
2 parents d21d9eb + a53bc35 commit ca793c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- tmt_plan: "rhel9-docker"
4747
os_test: "rhel9"
4848
context: "RHEL9"
49-
compose: "RHEL-9.1.0-Nightly"
49+
compose: "RHEL-9.0.0-Nightly"
5050
api_key: "TF_INTERNAL_API_KEY"
5151
branch: "master"
5252
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- tmt_plan: "rhel9-openshift-4"
5252
os_test: "rhel9"
5353
context: "RHEL9 - OpenShift 4"
54-
compose: "RHEL-9.1.0-Nightly"
54+
compose: "RHEL-9.0.0-Nightly"
5555
test_name: "test-openshift-4"
5656
api_key: "TF_INTERNAL_API_KEY"
5757
branch: "master"

0 commit comments

Comments
 (0)