Skip to content

Commit

Permalink
Update Zuul to drop CentOS8 and F39
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Oct 16, 2024
1 parent 4ed5545 commit f189ded
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .zuul.d/nodesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
nodes:
- name: database-server
label: cloud-centos-9-stream
- name: fedora-39
label: cloud-fedora-39
- name: fedora-40
label: cloud-fedora-40
- name: centos-stream-9
label: cloud-centos-9-stream
- name: centos-stream-8
label: cloud-centos-8-stream
# TODO: lacking ubuntu/debian testing coverage because there is no ubuntu image in CI
#- name: ubuntu-bionic
# label: ubuntu-bionic-1vcpu
Expand All @@ -20,30 +18,26 @@
- database-server
- name: ara-api-server
nodes:
- fedora-39
- fedora-40
- centos-stream-9
- centos-stream-8
# - ubuntu-bionic

# Nodeset used to test instances of ARA API deployed on different operating
# systems simultaneously.
- nodeset:
name: ara-multinode
nodes:
- name: fedora-39
label: cloud-fedora-39
- name: fedora-40
label: cloud-fedora-40
- name: centos-stream-9
label: cloud-centos-9-stream
- name: centos-stream-8
label: cloud-centos-8-stream
# TODO: lacking ubuntu/debian testing coverage because there is no ubuntu image in CI
#- name: ubuntu-bionic
# label: ubuntu-bionic-1vcpu
groups:
- name: ara-api-server
nodes:
- fedora-39
- fedora-40
- centos-stream-9
- centos-stream-8
# - ubuntu-bionic

0 comments on commit f189ded

Please sign in to comment.