.zuul: Style fixes

List the jobs in the same order that they are defined.

https://github.com/containers/toolbox/pull/971
This commit is contained in:
Debarshi Ray 2022-01-05 02:16:45 +01:00
parent 12fbb2361e
commit 4dd3c89721
1 changed files with 6 additions and 6 deletions

View File

@ -50,18 +50,18 @@
- project:
periodic:
jobs:
- system-test-fedora-34
- system-test-fedora-35
- system-test-fedora-rawhide
- system-test-fedora-35
- system-test-fedora-34
check:
jobs:
- unit-test
- system-test-fedora-34
- system-test-fedora-35
- system-test-fedora-rawhide
- system-test-fedora-35
- system-test-fedora-34
gate:
jobs:
- unit-test
- system-test-fedora-34
- system-test-fedora-35
- system-test-fedora-rawhide
- system-test-fedora-35
- system-test-fedora-34