Skip to content

Commit d21d9eb

Browse files
authored
Merge pull request #450 from sclorg/support_testing_on_rhel9
Enable testing postgresql-container on RHEL9 host
2 parents 4e621bd + fc00aab commit d21d9eb

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
branch: "master"
4444
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
4545
tf_scope: "private"
46+
- tmt_plan: "rhel9-docker"
47+
os_test: "rhel9"
48+
context: "RHEL9"
49+
compose: "RHEL-9.1.0-Nightly"
50+
api_key: "TF_INTERNAL_API_KEY"
51+
branch: "master"
52+
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
53+
tf_scope: "private"
4654
- tmt_plan: "c9s"
4755
os_test: "c9s"
4856
context: "CentOS Stream 9"

.github/workflows/openshift-tests.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ jobs:
2727
compose: "RHEL-7.9-Released"
2828
api_key: "TF_INTERNAL_API_KEY"
2929
branch: "master"
30-
tmt_url: "http://artifacts.osci.redhat.com/testing-farm/"
3130
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
3231
test_name: "test-openshift"
3332
tf_scope: "private"
3433
- tmt_plan: "rhel7-openshift-4"
3534
os_test: "rhel7"
3635
context: "RHEL7 - OpenShift 4"
3736
compose: "RHEL-7.9-Released"
38-
tmt_url: "http://artifacts.osci.redhat.com/testing-farm/"
3937
test_name: "test-openshift-4"
4038
api_key: "TF_INTERNAL_API_KEY"
4139
branch: "master"
@@ -45,7 +43,15 @@ jobs:
4543
os_test: "rhel8"
4644
context: "RHEL8 - OpenShift 4"
4745
compose: "RHEL-8.6.0-Nightly"
48-
tmt_url: "http://artifacts.osci.redhat.com/testing-farm/"
46+
test_name: "test-openshift-4"
47+
api_key: "TF_INTERNAL_API_KEY"
48+
branch: "master"
49+
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
50+
tf_scope: "private"
51+
- tmt_plan: "rhel9-openshift-4"
52+
os_test: "rhel9"
53+
context: "RHEL9 - OpenShift 4"
54+
compose: "RHEL-9.1.0-Nightly"
4955
test_name: "test-openshift-4"
5056
api_key: "TF_INTERNAL_API_KEY"
5157
branch: "master"

0 commit comments

Comments
 (0)