Commit Graph

3 Commits

Author SHA1 Message Date
Ed Santiago
1baca4ad83 gating.yaml: duplicate the stanzas
The Gating spec[1] used to recommend having one type of
YAML stanza for master, one for released branches. We
just discovered today that this breaks when master
forks into a release branch: the string 'stable'
needs to be manually changed to 'testing', and
nobody is going to remember to do that, and I can't
think of a (non-tedious) way to add automated checks.

As of 2019-08 (09d7d4f), though, the Gating spec suggests
having *both* stanzas together in the same gating.yaml
file. @pingou himself concurs[2]. Although this is
horrible duplication -- two hundred characters, repeated
with only six of those different -- it seems cleaner
than the maintenance burden of having to update
release branches.

 [1] https://docs.fedoraproject.org/en-US/ci/gating/
 [2] https://src.fedoraproject.org/rpms/podman/pull-request/33

Oh, also, add a new 'subject_type' line apparently "required"
even though things seem to have been working fine without it.
(Source: same commit, 09d7d4f, on gating.adoc).

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-21 13:52:42 -06:00
Aleksandra Fedorova
f512f0438d Update gating test name
Messaging scheme has changed and old centos-related test names are now deprecated.

See https://pagure.io/fedora-ci/general/issue/110
2020-05-21 10:52:41 +02:00
Ed Santiago
2670fa12f2 enable gating tests
Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-10-16 06:34:16 -06:00