.zuul: Enable testing on Fedora 38
https://github.com/containers/toolbox/pull/1265
This commit is contained in:
parent
e5bab51bca
commit
6b6cb1b2f9
1 changed files with 15 additions and 1 deletions
16
.zuul.yaml
16
.zuul.yaml
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2020 – 2022 Red Hat, Inc.
|
# Copyright © 2020 – 2023 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -59,6 +59,17 @@
|
||||||
pre-run: playbooks/setup-env.yaml
|
pre-run: playbooks/setup-env.yaml
|
||||||
run: playbooks/system-test.yaml
|
run: playbooks/system-test.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-test-fedora-38
|
||||||
|
description: Run Toolbx's system tests in Fedora 38
|
||||||
|
timeout: 2400
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: fedora-38
|
||||||
|
label: cloud-fedora-38
|
||||||
|
pre-run: playbooks/setup-env.yaml
|
||||||
|
run: playbooks/system-test.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-test-fedora-37
|
name: system-test-fedora-37
|
||||||
description: Run Toolbx's system tests in Fedora 37
|
description: Run Toolbx's system tests in Fedora 37
|
||||||
|
@ -85,6 +96,7 @@
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
check:
|
check:
|
||||||
|
@ -93,6 +105,7 @@
|
||||||
- unit-test-migration-path-for-coreos-toolbox
|
- unit-test-migration-path-for-coreos-toolbox
|
||||||
- unit-test-restricted
|
- unit-test-restricted
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
gate:
|
gate:
|
||||||
|
@ -101,5 +114,6 @@
|
||||||
- unit-test-migration-path-for-coreos-toolbox
|
- unit-test-migration-path-for-coreos-toolbox
|
||||||
- unit-test-restricted
|
- unit-test-restricted
|
||||||
- system-test-fedora-rawhide
|
- system-test-fedora-rawhide
|
||||||
|
- system-test-fedora-38
|
||||||
- system-test-fedora-37
|
- system-test-fedora-37
|
||||||
- system-test-fedora-36
|
- system-test-fedora-36
|
||||||
|
|
Loading…
Reference in a new issue