Switch nox job default back to Jammy

When I was trying to get Zuul to test against MariaDB by default I
switched the base test node to bookworm so that py311 and MariaDB 10.11
would be used together. The reason for this is it seemed like maybe
MariaDB 10.6 on Jammy was buggy and causing our connection errors. Since
then we've discovered that 10.11 and 10.6 share the same underlying bug
which we worked around via not flushing privileges.

Switch these tests back to Jammy as this will simplify the process of
dogfooding zuul-launcher (one less image to worry about).

Change-Id: I1ed4252617e5570522838e87dca4d8caefb8849e
This commit is contained in:
Clark Boylan
2025-03-31 14:41:01 -07:00
parent a99cb1685d
commit 6f5db247ba
+2 -2
View File
@@ -59,7 +59,7 @@
description: |
Zuul unit tests with ZooKeeper running
parent: nox
nodeset: debian-bookworm
nodeset: ubuntu-jammy
pre-run: playbooks/zuul-nox/pre.yaml
post-run: playbooks/zuul-nox/post-system-logs.yaml
vars:
@@ -79,7 +79,7 @@
- job:
name: zuul-nox-remote
parent: nox
nodeset: debian-bookworm
nodeset: ubuntu-jammy
timeout: 2700 # 45 minutes
pre-run: playbooks/zuul-nox/pre.yaml
post-run: playbooks/zuul-nox/post-system-logs.yaml