Skip to content

Commit 0e6ba37

Browse files
committed
[testing] Update CentOS Stream images
Add centos-stream-10 image to the list of images to test. Related: SUPDEV-207 Signed-off-by: Jose Castillo <[email protected]>
1 parent f234eb9 commit 0e6ba37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.cirrus.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
UBUNTU_2204_NAME: "ubuntu-22.04"
1717

1818
CENTOS_9_NAME: "centos-stream-9"
19+
CENTOS_10_NAME: "centos-stream-10"
1920

2021
CENTOS_PROJECT: "centos-cloud"
2122
DEBIAN_PROJECT: "debian-cloud"
@@ -26,6 +27,7 @@ env:
2627

2728
# Images exist on GCP already
2829
CENTOS_9_FAMILY_NAME: "centos-stream-9"
30+
CENTOS_10_FAMILY_NAME: "centos-stream-10"
2931
DEBIAN_13_FAMILY_NAME: "debian-13"
3032
DEBIAN_12_FAMILY_NAME: "debian-12"
3133
DEBIAN_11_FAMILY_NAME: "debian-11"
@@ -108,6 +110,10 @@ rpm_build_task:
108110
PROJECT: ${CENTOS_PROJECT}
109111
BUILD_NAME: ${CENTOS_9_NAME}
110112
VM_FAMILY_NAME: ${CENTOS_9_FAMILY_NAME}
113+
- env: &centos10
114+
PROJECT: ${CENTOS_PROJECT}
115+
BUILD_NAME: ${CENTOS_10_NAME}
116+
VM_FAMILY_NAME: ${CENTOS_10_FAMILY_NAME}
111117
# - env: &fedora
112118
# PROJECT: ${FEDORA_PROJECT}
113119
# BUILD_NAME: ${FEDORA_NAME}
@@ -118,7 +124,7 @@ rpm_build_task:
118124
# VM_FAMILY_NAME: ${FEDORA_PRIOR_FAMILY_NAME}
119125
setup_script: |
120126
dnf clean all
121-
dnf -y install rpm-build rpmdevtools gettext python3-devel python3-pexpect python3-pyyaml
127+
dnf -y install rpm-build rpmdevtools gettext python3-devel python3-pexpect python3-pyyaml python3-setuptools
122128
dnf -y install python3-wheel || true
123129
# dnf failures above ignored for distros that do not yet have python3-wheel, e.g. CS 9
124130
main_script: |
@@ -321,6 +327,7 @@ report_stagetwo_task:
321327
gce_instance: *standardvm
322328
matrix:
323329
- env: *centos9
330+
- env: *centos10
324331
# - env: *fedora
325332
- env: *ubuntu-2404
326333
- env: *ubuntu-latest-snap

.packit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- fedora-development-ppc64le
2121
- fedora-development-s390x
2222
- centos-stream-9
23+
- centos-stream-10
2324

2425
notifications:
2526
pull_request:

0 commit comments

Comments
 (0)