16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
|
summary: CI Gating Plan
|
||
|
discover:
|
||
|
how: fmf
|
||
|
directory: tests
|
||
|
adjust:
|
||
|
- when: distro == rhel
|
||
|
prepare+:
|
||
|
- how: shell
|
||
|
script: dnf config-manager --set-enabled *-CRB
|
||
|
- when: distro == centos
|
||
|
prepare+:
|
||
|
- how: shell
|
||
|
script: dnf config-manager --set-enabled crb
|
||
|
execute:
|
||
|
how: tmt
|