From 8d05945dc2b554e997e9379485baf5922fcf4eba Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Mon, 9 Dec 2024 11:47:16 +0100 Subject: [PATCH] Change to the ci tmt plan Removed the old ci plan using a weird dependency config and organized the test plans better as it is in c10s branch. The main reason is that tmt dist-git plans to run against aarch64 architecture for FuSa support successfully. --- ci.fmf | 6 ------ plans/ci.fmf | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index b15ef08..0000000 --- a/ci.fmf +++ /dev/null @@ -1,6 +0,0 @@ -resultsdb-testcase: separate - -/test/build/dependent: - execute: - how: dependency - components: [golang] diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..bdb273c --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,40 @@ +/fips-disabled-tier1: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-tier1 + + +/fips-disabled-tier2: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-tier2 + + +/fips-disabled-explicitCI: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-explicitCI + + +/fips-enabled-tier1: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-tier1 + + +/fips-enabled-tier2: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-tier2 + + +/fips-enabled-explicitCI: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-explicitCI