ci: Enable testing on Fedora 36

This commit is contained in:
Ondřej Míchal 2022-03-20 23:23:50 +02:00
parent f8e21a31b3
commit 958a2c91af

View file

@ -33,6 +33,18 @@
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml
- 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
- job:
name: system-test-fedora-35
description: Run Toolbox's system tests in Fedora 35
@ -61,17 +73,20 @@
periodic:
jobs:
- system-test-fedora-rawhide
- system-test-fedora-36
- system-test-fedora-35
- system-test-fedora-34
check:
jobs:
- unit-test
- system-test-fedora-rawhide
- system-test-fedora-36
- system-test-fedora-35
- system-test-fedora-34
gate:
jobs:
- unit-test
- system-test-fedora-rawhide
- system-test-fedora-36
- system-test-fedora-35
- system-test-fedora-34