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:
parent
979f6ecb70
commit
8d05945dc2
6
ci.fmf
6
ci.fmf
@ -1,6 +0,0 @@
|
|||||||
resultsdb-testcase: separate
|
|
||||||
|
|
||||||
/test/build/dependent:
|
|
||||||
execute:
|
|
||||||
how: dependency
|
|
||||||
components: [golang]
|
|
40
plans/ci.fmf
Normal file
40
plans/ci.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user