From 02465e267a8b45fc11a628200f58be8c29ae7832 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 9 Oct 2024 17:15:28 -0700 Subject: [PATCH] CI: update upper-bound on arm64 unit tests If py38 and py312 pass, it is reasonable to assume py39, py310, and py311 would, too. Change-Id: Iefbfafe7c1005c9843a97d54c05398d4f0a3d2b0 --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 10fc55dbae..79c186bf80 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -86,12 +86,12 @@ timeout: 7200 - job: - name: swift-tox-py39-arm64 - parent: swift-tox-py39 - nodeset: ubuntu-focal-arm64 + name: swift-tox-py312-arm64 + parent: swift-tox-py312 + nodeset: debian-bookworm-arm64 description: | Run unit tests for an OpenStack Python project under cPython - version 3.9 on top of arm64 architecture. + version 3.12 on top of arm64 architecture. timeout: 7200 - job: @@ -613,7 +613,7 @@ check-arm64: jobs: - swift-tox-py38-arm64 - - swift-tox-py39-arm64 + - swift-tox-py312-arm64 - swift-tox-func-encryption-py38-arm64 - swift-tox-func-py38-arm64