systemtap/plans/ci.fmf

20 lines
456 B
Text

summary: CI Gating Plan
adjust:
- when: distro == fedora
discover+:
filter: 'tier: 1'
environment+:
DEBUGINFOD_URLS: https://debuginfod.fedoraproject.org/
DEBUGINFOD_TIMEOUT: 300
- when: distro == rhel
environment+:
DEBUGINFOD_URLS: https://debuginfod.usersys.redhat.com/
DEBUGINFOD_TIMEOUT: 300
discover:
how: fmf
prepare:
- name: prepare
how: shell
script: ./plans/prepare.sh
execute:
how: tmt