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.
41 lines
882 B
Plaintext
41 lines
882 B
Plaintext
/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
|