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.
This commit is contained in:
George Pantelakis 2024-12-09 11:47:16 +01:00
parent 979f6ecb70
commit 8d05945dc2
2 changed files with 40 additions and 6 deletions

6
ci.fmf
View File

@ -1,6 +0,0 @@
resultsdb-testcase: separate
/test/build/dependent:
execute:
how: dependency
components: [golang]

40
plans/ci.fmf Normal file
View File

@ -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