diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 0241b8f8..6a7fc5c4 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -43,6 +43,14 @@ jobs: branch: "master" tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans" tf_scope: "private" + - tmt_plan: "rhel9-docker" + os_test: "rhel9" + context: "RHEL9" + compose: "RHEL-9.1.0-Nightly" + api_key: "TF_INTERNAL_API_KEY" + branch: "master" + tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans" + tf_scope: "private" - tmt_plan: "c9s" os_test: "c9s" context: "CentOS Stream 9" diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index ce59abc3..7f44c432 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -27,7 +27,6 @@ jobs: compose: "RHEL-7.9-Released" api_key: "TF_INTERNAL_API_KEY" branch: "master" - tmt_url: "http://artifacts.osci.redhat.com/testing-farm/" tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans" test_name: "test-openshift" tf_scope: "private" @@ -35,7 +34,6 @@ jobs: os_test: "rhel7" context: "RHEL7 - OpenShift 4" compose: "RHEL-7.9-Released" - tmt_url: "http://artifacts.osci.redhat.com/testing-farm/" test_name: "test-openshift-4" api_key: "TF_INTERNAL_API_KEY" branch: "master" @@ -45,7 +43,15 @@ jobs: os_test: "rhel8" context: "RHEL8 - OpenShift 4" compose: "RHEL-8.6.0-Nightly" - tmt_url: "http://artifacts.osci.redhat.com/testing-farm/" + test_name: "test-openshift-4" + api_key: "TF_INTERNAL_API_KEY" + branch: "master" + tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans" + tf_scope: "private" + - tmt_plan: "rhel9-openshift-4" + os_test: "rhel9" + context: "RHEL9 - OpenShift 4" + compose: "RHEL-9.1.0-Nightly" test_name: "test-openshift-4" api_key: "TF_INTERNAL_API_KEY" branch: "master"