From 63baf7a177ff96899666b689c91c0f5ff9e15cb3 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 3 Jun 2023 07:06:45 -0700 Subject: [PATCH] Run zuul-executor on jammy Change-Id: I89e306d03ee31a0bab16fa761f8c3ee96841ee32 --- playbooks/roles/zuul-executor/vars/Ubuntu.jammy.yaml | 6 ++++++ zuul.d/system-config-run.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 playbooks/roles/zuul-executor/vars/Ubuntu.jammy.yaml diff --git a/playbooks/roles/zuul-executor/vars/Ubuntu.jammy.yaml b/playbooks/roles/zuul-executor/vars/Ubuntu.jammy.yaml new file mode 100644 index 0000000000..8e61d5f971 --- /dev/null +++ b/playbooks/roles/zuul-executor/vars/Ubuntu.jammy.yaml @@ -0,0 +1,6 @@ +zuul_executor_ppas: + # We use later HWE kernels for better memory managment, requiring an + # updated AFS version which we install from our custom ppa. + - name: openafs + content: "deb http://ppa.launchpad.net/openstack-ci-core/openafs/ubuntu jammy main" + key: "{{ openstack_ci_core_ppa_key }}" diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 3d6ed94223..e0c8403ef0 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -1006,7 +1006,7 @@ - name: zm01.opendev.org label: ubuntu-jammy - name: ze01.opendev.org - label: ubuntu-focal + label: ubuntu-jammy - name: zuul02.opendev.org label: ubuntu-focal - name: zuul-lb01.opendev.org