Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.zuul: Drop testing on Fedora 39 #1602

Merged
Merged
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: 0 additions & 42 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,39 +147,6 @@
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-ubuntu.yaml

- job:
name: system-test-fedora-39-commands-options
description: Run Toolbx's commands-options system tests in Fedora 39
timeout: 6300
nodeset:
nodes:
- name: fedora-39
label: cloud-fedora-39
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-commands-options.yaml

- job:
name: system-test-fedora-39-runtime-environment-arch-fedora
description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 39
timeout: 6300
nodeset:
nodes:
- name: fedora-39
label: cloud-fedora-39
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-arch-fedora.yaml

- job:
name: system-test-fedora-39-runtime-environment-ubuntu
description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 39
timeout: 6300
nodeset:
nodes:
- name: fedora-39
label: cloud-fedora-39
pre-run: playbooks/setup-env.yaml
run: playbooks/system-test-runtime-environment-ubuntu.yaml

- project:
periodic:
jobs:
Expand All @@ -192,9 +159,6 @@
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
check:
jobs:
- unit-test
Expand All @@ -209,9 +173,6 @@
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
gate:
jobs:
- unit-test
Expand All @@ -226,6 +187,3 @@
- system-test-fedora-40-commands-options
- system-test-fedora-40-runtime-environment-arch-fedora
- system-test-fedora-40-runtime-environment-ubuntu
- system-test-fedora-39-commands-options
- system-test-fedora-39-runtime-environment-arch-fedora
- system-test-fedora-39-runtime-environment-ubuntu
Loading