From 9c6dd607cd0c316ce3daeb50294116df3882d5c5 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 19 Apr 2022 13:01:40 +0200 Subject: [PATCH] Allow testing container in CentOS Stream 8 Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 20f9a503..1e017c9c 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -50,6 +50,13 @@ jobs: api_key: "TF_PUBLIC_API_KEY" branch: "main" tmt_repo: "https://github.com/sclorg/sclorg-testing-farm" + - tmt_plan: "c8s" + os_test: "c8s" + context: "CentOS Stream 8" + compose: "CentOS-Stream-8" + api_key: "TF_PUBLIC_API_KEY" + branch: "main" + tmt_repo: "https://github.com/sclorg/sclorg-testing-farm" if: | github.event.issue.pull_request && (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))