diff --git a/playbooks/roles/base/repos/files/sources.list.jammy.aarch64 b/playbooks/roles/base/repos/files/sources.list.jammy.aarch64
new file mode 100644
index 0000000000..e0523c9c68
--- /dev/null
+++ b/playbooks/roles/base/repos/files/sources.list.jammy.aarch64
@@ -0,0 +1,7 @@
+# This file is kept updated by ansible.
+# Note the use of ports.ubuntu.com.
+
+deb http://ports.ubuntu.com/ubuntu-ports/ jammy main universe
+deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main universe
+deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main universe
+deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main universe
diff --git a/playbooks/roles/base/repos/files/sources.list.jammy.x86_64 b/playbooks/roles/base/repos/files/sources.list.jammy.x86_64
new file mode 100644
index 0000000000..178924650d
--- /dev/null
+++ b/playbooks/roles/base/repos/files/sources.list.jammy.x86_64
@@ -0,0 +1,6 @@
+# This file is kept updated by ansible.
+
+deb http://us.archive.ubuntu.com/ubuntu jammy main universe
+deb http://us.archive.ubuntu.com/ubuntu jammy-updates main universe
+deb http://us.archive.ubuntu.com/ubuntu jammy-backports main universe
+deb http://security.ubuntu.com/ubuntu jammy-security main universe
diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml
index 2bff1b8431..b8bdca7e5b 100644
--- a/zuul.d/system-config-run.yaml
+++ b/zuul.d/system-config-run.yaml
@@ -66,6 +66,8 @@
           label: ubuntu-bionic
         - name: focal
           label: ubuntu-focal
+        - name: jammy
+          label: ubuntu-jammy
     files:
       - tox.ini
       - playbooks/
@@ -87,6 +89,8 @@
           label: ubuntu-bionic
         - name: focal
           label: ubuntu-focal
+        - name: jammy
+          label: ubuntu-jammy
     required-projects:
       - name: github.com/ansible/ansible
         override-checkout: devel
@@ -125,6 +129,8 @@
           label: ubuntu-bionic-arm64
         - name: focal
           label: ubuntu-focal-arm64
+        - name: jammy
+          label: ubuntu-jammy-arm64
     files:
       - playbooks/
       - roles/