2022-11-28 20:09:42 +00:00
|
|
|
|
#
|
|
|
|
|
# Copyright © 2020 – 2022 Red Hat, Inc.
|
|
|
|
|
#
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
|
#
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
#
|
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
# limitations under the License.
|
|
|
|
|
#
|
|
|
|
|
|
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
|
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
|
|
|
|
|
2022-08-31 11:09:44 +00:00
|
|
|
|
- job:
|
|
|
|
|
name: unit-test-migration-path-for-coreos-toolbox
|
|
|
|
|
description: Run Toolbox's unit tests declared in Meson when built with -Dmigration_path_for_coreos_toolbox
|
|
|
|
|
timeout: 600
|
|
|
|
|
nodeset:
|
|
|
|
|
nodes:
|
|
|
|
|
- name: ci-node-36
|
|
|
|
|
label: cloud-fedora-36
|
|
|
|
|
pre-run: playbooks/setup-env-migration-path-for-coreos-toolbox.yaml
|
|
|
|
|
run: playbooks/unit-test.yaml
|
|
|
|
|
|
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
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
2022-08-31 11:09:44 +00:00
|
|
|
|
- unit-test-migration-path-for-coreos-toolbox
|
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
|
2022-08-31 11:09:44 +00:00
|
|
|
|
- unit-test-migration-path-for-coreos-toolbox
|
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
|