2019-09-03 13:31:38 +00:00
|
|
|
---
|
|
|
|
- job:
|
2021-03-21 21:01:42 +00:00
|
|
|
name: unit-test
|
|
|
|
description: Run Toolbox's unit tests declared in Meson
|
2022-01-04 23:49:52 +00:00
|
|
|
timeout: 600
|
2022-01-11 18:54:26 +00:00
|
|
|
files: ['playbooks/*', 'src/*', 'meson.build', 'meson_options.txt', 'meson_post_install.py', '.zuul.yaml']
|
2019-09-03 13:31:38 +00:00
|
|
|
nodeset:
|
|
|
|
nodes:
|
2022-07-31 19:57:39 +00:00
|
|
|
- name: ci-node-36
|
|
|
|
label: cloud-fedora-36
|
2021-10-22 12:21:41 +00:00
|
|
|
pre-run: playbooks/setup-env.yaml
|
2021-03-21 21:01:42 +00:00
|
|
|
run: playbooks/unit-test.yaml
|
2019-09-03 13:31:38 +00:00
|
|
|
|
2020-08-31 12:12:34 +00:00
|
|
|
- job:
|
2022-01-05 01:04:47 +00:00
|
|
|
name: system-test-fedora-rawhide
|
|
|
|
description: Run Toolbox's system tests in Fedora Rawhide
|
|
|
|
timeout: 2700
|
2022-01-11 18:48:04 +00:00
|
|
|
files: &system_test_files [
|
|
|
|
'data/*',
|
|
|
|
'playbooks/*',
|
|
|
|
'profile.d/*',
|
|
|
|
'src/*',
|
2022-03-20 13:18:47 +00:00
|
|
|
'test/*',
|
2022-01-11 18:48:04 +00:00
|
|
|
'meson.build',
|
|
|
|
'meson_options.txt',
|
2022-01-11 18:54:26 +00:00
|
|
|
'meson_post_install.py',
|
2022-01-11 18:48:04 +00:00
|
|
|
'.zuul.yaml',
|
|
|
|
]
|
2020-08-31 12:12:34 +00:00
|
|
|
nodeset:
|
|
|
|
nodes:
|
2022-01-05 01:04:47 +00:00
|
|
|
- name: ci-node-rawhide
|
2022-03-20 21:18:52 +00:00
|
|
|
label: cloud-fedora-rawhide
|
2021-02-19 16:25:08 +00:00
|
|
|
pre-run: playbooks/setup-env.yaml
|
2021-02-19 17:47:08 +00:00
|
|
|
run: playbooks/system-test.yaml
|
2020-08-31 12:12:34 +00:00
|
|
|
|
2022-03-20 21:23:50 +00:00
|
|
|
- job:
|
|
|
|
name: system-test-fedora-36
|
|
|
|
description: Run Toolbx's system tests in Fedora 36
|
|
|
|
timeout: 1200
|
|
|
|
files: *system_test_files
|
|
|
|
nodeset:
|
|
|
|
nodes:
|
|
|
|
- name: ci-node-36
|
|
|
|
label: cloud-fedora-36
|
|
|
|
pre-run: playbooks/setup-env.yaml
|
|
|
|
run: playbooks/system-test.yaml
|
|
|
|
|
2021-02-17 12:39:40 +00:00
|
|
|
- job:
|
2021-11-16 09:24:14 +00:00
|
|
|
name: system-test-fedora-35
|
|
|
|
description: Run Toolbox's system tests in Fedora 35
|
2021-02-17 12:39:40 +00:00
|
|
|
timeout: 1200
|
2021-11-11 22:16:07 +00:00
|
|
|
files: *system_test_files
|
2021-02-17 12:39:40 +00:00
|
|
|
nodeset:
|
|
|
|
nodes:
|
2021-11-16 09:24:14 +00:00
|
|
|
- name: ci-node-35
|
2022-03-20 21:18:52 +00:00
|
|
|
label: cloud-fedora-35
|
2021-02-19 16:25:08 +00:00
|
|
|
pre-run: playbooks/setup-env.yaml
|
2021-02-19 17:47:08 +00:00
|
|
|
run: playbooks/system-test.yaml
|
2021-02-17 12:39:40 +00:00
|
|
|
|
2019-09-03 13:31:38 +00:00
|
|
|
- project:
|
|
|
|
periodic:
|
|
|
|
jobs:
|
2020-07-15 10:42:04 +00:00
|
|
|
- system-test-fedora-rawhide
|
2022-03-20 21:23:50 +00:00
|
|
|
- system-test-fedora-36
|
2022-01-05 01:16:45 +00:00
|
|
|
- system-test-fedora-35
|
2019-09-03 13:31:38 +00:00
|
|
|
check:
|
|
|
|
jobs:
|
2021-03-21 21:01:42 +00:00
|
|
|
- unit-test
|
2020-07-15 10:42:04 +00:00
|
|
|
- system-test-fedora-rawhide
|
2022-03-20 21:23:50 +00:00
|
|
|
- system-test-fedora-36
|
2022-01-05 01:16:45 +00:00
|
|
|
- system-test-fedora-35
|
2019-09-03 13:31:38 +00:00
|
|
|
gate:
|
|
|
|
jobs:
|
2021-03-21 21:01:42 +00:00
|
|
|
- unit-test
|
2020-07-15 10:42:04 +00:00
|
|
|
- system-test-fedora-rawhide
|
2022-03-20 21:23:50 +00:00
|
|
|
- system-test-fedora-36
|
2022-01-05 01:16:45 +00:00
|
|
|
- system-test-fedora-35
|