Change to the ci tmt plan
Removed the old ci plan that pointed to a git repo that we are not using anymore and organized the test plans better as it is in c10s branch. THe main reason is tmt dist-git plan to successfully runs against aarch64 architecture for FuSa support.
This commit is contained in:
parent
a75e9ad722
commit
e43276b238
16
ci.fmf
16
ci.fmf
@ -1,16 +0,0 @@
|
|||||||
summary: Upstreamed tier tests
|
|
||||||
discover:
|
|
||||||
# upstreamed tests (public)
|
|
||||||
- how: fmf
|
|
||||||
url: https://gitlab.com/redhat-crypto/tests/libssh.git
|
|
||||||
filter: 'tier: 0,1,2,3'
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
adjust:
|
|
||||||
# discover step adjustments
|
|
||||||
- when: distro = rhel
|
|
||||||
discover+:
|
|
||||||
# internal tests
|
|
||||||
- how: fmf
|
|
||||||
url: git://pkgs.devel.redhat.com/tests/libssh
|
|
||||||
filter: 'tier: 0,1,2,3'
|
|
26
plans/ci.fmf
Normal file
26
plans/ci.fmf
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/fips-disabled-buildroot-disabled:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/libssh
|
||||||
|
name: /plans/ci/fips-disabled-buildroot-disabled
|
||||||
|
|
||||||
|
|
||||||
|
/fips-disabled-buildroot-enabled:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/libssh
|
||||||
|
name: /plans/ci/fips-disabled-buildroot-enabled
|
||||||
|
|
||||||
|
|
||||||
|
/fips-enabled-buildroot-disabled:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/libssh
|
||||||
|
name: /plans/ci/fips-enabled-buildroot-disabled
|
||||||
|
|
||||||
|
|
||||||
|
/fips-enabled-buildroot-enabled:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/libssh
|
||||||
|
name: /plans/ci/fips-enabled-buildroot-enabled
|
Loading…
Reference in New Issue
Block a user