Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -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");
# you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
---
- job:
name: unit-test
description: Run Toolbox's unit tests declared in Meson
description: Run Toolbx's unit tests declared in Meson
timeout: 1800
nodeset:
nodes:
Expand All @@ -28,7 +28,7 @@

- 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
description: Run Toolbx's unit tests declared in Meson when built with -Dmigration_path_for_coreos_toolbox
timeout: 600
nodeset:
nodes:
Expand All @@ -39,8 +39,8 @@

- job:
name: system-test-fedora-rawhide
description: Run Toolbox's system tests in Fedora Rawhide
timeout: 3600
description: Run Toolbx's system tests in Fedora Rawhide
timeout: 4800
nodeset:
nodes:
- name: fedora-rawhide
Expand All @@ -49,44 +49,44 @@
run: playbooks/system-test.yaml

- job:
name: system-test-fedora-37
description: Run Toolbx's system tests in Fedora 37
timeout: 2400
name: system-test-fedora-39
description: Run Toolbx's system tests in Fedora 39
timeout: 3600
nodeset:
nodes:
- name: fedora-37
label: cloud-fedora-37
- name: fedora-39
label: cloud-fedora-39
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: 2400
name: system-test-fedora-38
description: Run Toolbx's system tests in Fedora 38
timeout: 3600
nodeset:
nodes:
- name: fedora-36
label: cloud-fedora-36
- name: fedora-38
label: cloud-fedora-38
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test.yaml

- project:
periodic:
jobs:
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-39
- system-test-fedora-38
check:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-39
- system-test-fedora-38
gate:
jobs:
- unit-test
- unit-test-migration-path-for-coreos-toolbox
- system-test-fedora-rawhide
- system-test-fedora-37
- system-test-fedora-36
- system-test-fedora-39
- system-test-fedora-38
27 changes: 0 additions & 27 deletions images/fedora/f28/Containerfile

This file was deleted.

1 change: 0 additions & 1 deletion images/fedora/f28/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions images/fedora/f28/extra-packages

This file was deleted.

22 changes: 0 additions & 22 deletions images/fedora/f28/missing-docs

This file was deleted.

27 changes: 0 additions & 27 deletions images/fedora/f29/Containerfile

This file was deleted.

1 change: 0 additions & 1 deletion images/fedora/f29/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions images/fedora/f29/extra-packages

This file was deleted.

20 changes: 0 additions & 20 deletions images/fedora/f29/missing-docs

This file was deleted.

27 changes: 0 additions & 27 deletions images/fedora/f30/Containerfile

This file was deleted.

1 change: 0 additions & 1 deletion images/fedora/f30/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions images/fedora/f30/extra-packages

This file was deleted.

18 changes: 0 additions & 18 deletions images/fedora/f30/missing-docs

This file was deleted.

Loading