From 08f6b89cc3a7150b17c41160dc7d85490bba3bd9 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 26 Aug 2024 17:16:03 +0200 Subject: [PATCH] CI: Disable CentOS/Rocky/Ubuntu aarch64 jobs 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 fd4f1a8a82686bd0766526f007620ad8217b42e5) --- .zuul.d/centos.yaml | 3 --- .zuul.d/rocky.yaml | 3 --- .zuul.d/ubuntu.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index a20969f2e1..11a821d392 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -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 diff --git a/.zuul.d/rocky.yaml b/.zuul.d/rocky.yaml index 8779d2a87b..6d2f61dd38 100644 --- a/.zuul.d/rocky.yaml +++ b/.zuul.d/rocky.yaml @@ -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 diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index 8bfa395ffa..a69eb104bd 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -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