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