systemtap/plans/ci.fmf

22 lines
475 B
Plaintext
Raw Normal View History

summary: CI Gating Plan
adjust:
2023-02-21 17:46:22 +00:00
- 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:
2023-02-21 17:46:22 +00:00
how: fmf
directory: tests
prepare:
- name: prepare
how: shell
script: ./plans/prepare.sh
execute:
2023-02-21 17:46:22 +00:00
how: tmt