From fc00aabd7378e0669429b41d7ea9efe9c18e0a24 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 14 Jun 2022 14:04:59 +0200 Subject: [PATCH] Enable testing postgresql-container on RHEL9 host Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 8 ++++++++ .github/workflows/openshift-tests.yml | 12 +++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) 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"