From 351b3aed4ac7e8bf1ef8b4f2d72205241a5e9c86 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 9 Oct 2024 17:17:21 -0700 Subject: [PATCH] CI: Move most arm64 jobs to experimental pipeline We've seen significant delays in the arm pipeline lately, with some changes waiting nine or more hours for jobs to run. We should do what we can to alleviate demand for arm64 nodes; I'm not sure any other projects have four arm jobs on every change. Change-Id: I7929ec3b856d90201c4cc4bf201e634446d3ad88 --- .zuul.yaml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 79c186bf80..c07b32c18e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -606,16 +606,18 @@ enable_fips: true - project-template: - name: swift-jobs-arm64 - description: | - Runs tests for an OpenStack Python project under the CPython - version 3 releases designated for testing on top of ARM64 architecture. - check-arm64: - jobs: - - swift-tox-py38-arm64 - - swift-tox-py312-arm64 - - swift-tox-func-encryption-py38-arm64 - - swift-tox-func-py38-arm64 + name: swift-jobs-arm64 + description: | + Runs tests for an OpenStack Python project under the CPython + version 3 releases designated for testing on top of ARM64 architecture. + check-arm64: + jobs: + - swift-tox-py312-arm64 + experimental: + jobs: + - swift-tox-py38-arm64 + - swift-tox-func-encryption-py38-arm64 + - swift-tox-func-py38-arm64 - project: templates: