Skip to content

Commit

Permalink
CI: Disable CentOS/Rocky/Ubuntu aarch64 jobs
Browse files Browse the repository at this point in the history
Since Linaro shut down their nodepool provider - OpenDev infra
is left with OSUOSL cloud with max 15 instances running - let's
not put any additional strain on CI (especially that it seems
there are some I/O or similar issues that cause our jobs to
time out).

Change-Id: I7f0f723b37e552c4ea01bf51b6354209608d904a
(cherry picked from commit fd4f1a8)
  • Loading branch information
mnasiadka committed Aug 27, 2024
1 parent 7bc03b9 commit 08f6b89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .zuul.d/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
jobs:
- kolla-build-centos9s
- kolla-ansible-centos9s
check-arm64:
jobs:
- kolla-build-centos9s-aarch64
experimental:
jobs:
- kolla-build-no-infra-wheels-centos9s
Expand Down
3 changes: 0 additions & 3 deletions .zuul.d/rocky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
files: ^docker/proxysql/
- kolla-ansible-rocky9-bifrost:
files: ^docker/bifrost/
check-arm64:
jobs:
- kolla-build-rocky9-aarch64
gate:
jobs:
- kolla-build-rocky9
Expand Down
3 changes: 0 additions & 3 deletions .zuul.d/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
files: ^docker/proxysql/
- kolla-ansible-ubuntu-bifrost:
files: ^docker/bifrost/
check-arm64:
jobs:
- kolla-build-ubuntu-aarch64
gate:
jobs:
- kolla-build-ubuntu
Expand Down

0 comments on commit 08f6b89

Please sign in to comment.