tests: add regression plan

This commit is contained in:
Miloš Prchlík 2024-01-23 14:36:20 +01:00
parent c1cad428e0
commit daafbde83e
2 changed files with 19 additions and 0 deletions

View File

@ -18,6 +18,7 @@
adjust+: adjust+:
- because: "Plan to be ran when executed locally, or executed by CI system to gate a build or PR." - 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: >- when: >-
trigger is defined trigger is defined
and trigger != commit and trigger != commit

18
plans/regression.fmf Normal file
View File

@ -0,0 +1,18 @@
#
# Build/PR gating tests for binutils
#
/common:
plan:
import:
url: https://src.fedoraproject.org/tests/binutils.git
ref: main
name: /plans/regression
adjust+:
- 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 != build
enabled: false