.zuul: Re-align

This will make the subsequent commit easier to read.

https://github.com/containers/toolbox/pull/984
This commit is contained in:
Debarshi Ray 2022-01-11 19:48:04 +01:00
parent d2067ea688
commit 4459e02e02
1 changed files with 9 additions and 1 deletions

View File

@ -15,7 +15,15 @@
name: system-test-fedora-rawhide name: system-test-fedora-rawhide
description: Run Toolbox's system tests in Fedora Rawhide description: Run Toolbox's system tests in Fedora Rawhide
timeout: 2700 timeout: 2700
files: &system_test_files ['data/*', 'playbooks/*', 'profile.d/*', 'src/*', 'meson.build', 'meson_options.txt', '.zuul.yaml'] files: &system_test_files [
'data/*',
'playbooks/*',
'profile.d/*',
'src/*',
'meson.build',
'meson_options.txt',
'.zuul.yaml',
]
nodeset: nodeset:
nodes: nodes:
- name: ci-node-rawhide - name: ci-node-rawhide