Skip to content

Commit 602a6f7

Browse files
committed
Revert "CI: Disable CentOS/Rocky/Ubuntu aarch64 jobs"
This reverts commit fd4f1a8. Reason for revert: Switching to builds on x86 Change-Id: If615c27f3cdf779b773f333845419d09a552aa9b
1 parent 5f9850c commit 602a6f7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.zuul.d/centos.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
jobs:
55
- kolla-build-centos9s
66
- kolla-ansible-centos9s
7+
check-arm64:
8+
jobs:
9+
- kolla-build-centos9s-aarch64
710
experimental:
811
jobs:
912
- kolla-build-no-infra-wheels-centos9s
@@ -19,7 +22,7 @@
1922
- job:
2023
name: kolla-build-centos9s-aarch64
2124
parent: kolla-build-centos9s
22-
nodeset: kolla-centos-9-stream-aarch64
25+
nodeset: kolla-centos-9-stream
2326
voting: false
2427

2528
- job:

.zuul.d/rocky.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
files: ^docker/proxysql/
3232
- kolla-ansible-rocky9-bifrost:
3333
files: ^docker/bifrost/
34+
check-arm64:
35+
jobs:
36+
- kolla-build-rocky9-aarch64
3437
gate:
3538
jobs:
3639
- kolla-build-rocky9
@@ -66,7 +69,7 @@
6669
- job:
6770
name: kolla-build-rocky9-aarch64
6871
parent: kolla-build-rocky9
69-
nodeset: kolla-rockylinux-9-aarch64
72+
nodeset: kolla-rockylinux-9
7073
voting: false
7174

7275
- job:

.zuul.d/ubuntu.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
files: ^docker/proxysql/
3232
- kolla-ansible-ubuntu-bifrost:
3333
files: ^docker/bifrost/
34+
check-arm64:
35+
jobs:
36+
- kolla-build-ubuntu-aarch64
3437
gate:
3538
jobs:
3639
- kolla-build-ubuntu
@@ -66,7 +69,7 @@
6669
- job:
6770
name: kolla-build-ubuntu-aarch64
6871
parent: kolla-build-ubuntu
69-
nodeset: kolla-ubuntu-noble-aarch64
72+
nodeset: kolla-ubuntu-noble
7073
voting: false
7174

7275
- job:

0 commit comments

Comments
 (0)