Skip to content

Commit 44c554a

Browse files
authored
Merge pull request #446 from sclorg/use_rhel86_compose
Use RHEL-8.6 compose and update container-common-scritps
2 parents c78b856 + 1a5ba65 commit 44c554a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- tmt_plan: "rhel8-docker"
3939
os_test: "rhel8"
4040
context: "RHEL8"
41-
compose: "RHEL-8.3.1-Released"
41+
compose: "RHEL-8.6.0-Nightly"
4242
api_key: "TF_INTERNAL_API_KEY"
4343
branch: "master"
4444
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
@@ -44,7 +44,7 @@ jobs:
4444
- tmt_plan: "rhel8-openshift-4"
4545
os_test: "rhel8"
4646
context: "RHEL8 - OpenShift 4"
47-
compose: "RHEL-8.3.1-Released"
47+
compose: "RHEL-8.6.0-Nightly"
4848
tmt_url: "http://artifacts.osci.redhat.com/testing-farm/"
4949
test_name: "test-openshift-4"
5050
api_key: "TF_INTERNAL_API_KEY"

common

0 commit comments

Comments
 (0)