summaryrefslogtreecommitdiff
path: root/plans/all.fmf
blob: 6413ecff0f5ad0f0a4529076f7f1b7e53ea94a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
discover:
    how: fmf
execute:
    how: tmt

/upstream:
    summary: Run tests on upstream PRs
    discover+:
        filter: tag:upstream
    adjust+:
        enabled: false
        when: initiator is not defined or initiator != packit

/downstream:
    summary: Run tests on bodhi / errata and dist-git PRs
    discover+:
        filter: tag:downstream
        dist-git-source: true
        dist-git-remove-fmf-root: true
    adjust+:
        enabled: false
        when: initiator == packit