Fix plan triggers to reflect reality
This commit is contained in:
parent
5745d8c2cf
commit
65f6377e31
2 changed files with 4 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ summary: "Build/PR gating tests for binutils"
|
|||
# Adjust rules
|
||||
adjust+:
|
||||
- because: "Plan to be ran when executed locally, or executed by CI system to gate a build or PR."
|
||||
# `commit` is used by Fedora CI, CentOS Stream CI, `build` by BaseOS CI
|
||||
when: >-
|
||||
trigger is defined
|
||||
and trigger != commit
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@ discover:
|
|||
|
||||
# Adjust rules
|
||||
adjust+:
|
||||
- because: "Plan to be ran when executed locally, or executed by CI system after updating an erratum."
|
||||
- because: "Plan to be ran when executed locally, or executed by CI system after updating an erratum/bodhi update."
|
||||
# `build` is used by Bodhi
|
||||
when: >-
|
||||
trigger is defined
|
||||
and trigger != update
|
||||
and trigger != build
|
||||
enabled: false
|
||||
|
||||
- because: "On CentOS Stream 9, CRB repository must be enabled for various BuildRequires"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue