2021-04-14 15:02:36 +00:00
|
|
|
summary: CI Gating Plan
|
2023-02-21 15:46:33 +00:00
|
|
|
adjust:
|
2023-02-21 17:46:22 +00:00
|
|
|
- when: distro == fedora
|
|
|
|
discover+:
|
|
|
|
filter: 'tier: 1'
|
2023-05-19 08:34:46 +00:00
|
|
|
environment+:
|
|
|
|
DEBUGINFOD_URLS: https://debuginfod.fedoraproject.org/
|
|
|
|
DEBUGINFOD_TIMEOUT: 300
|
|
|
|
- when: distro == rhel
|
|
|
|
environment+:
|
|
|
|
DEBUGINFOD_URLS: https://debuginfod.usersys.redhat.com/
|
|
|
|
DEBUGINFOD_TIMEOUT: 300
|
2021-04-14 15:02:36 +00:00
|
|
|
discover:
|
2023-02-21 17:46:22 +00:00
|
|
|
how: fmf
|
|
|
|
directory: tests
|
2021-11-24 08:28:33 +00:00
|
|
|
prepare:
|
2023-05-19 08:34:46 +00:00
|
|
|
- name: prepare
|
|
|
|
how: shell
|
|
|
|
script: ./plans/prepare.sh
|
2021-04-14 15:02:36 +00:00
|
|
|
execute:
|
2023-02-21 17:46:22 +00:00
|
|
|
how: tmt
|