zuul-jobs-test-registry-docker-* : update to jammy nodes

This is currently failing as buildx is incomaptible with the old
version of skopeo.

Switch to jammy nodes and install an updated skopeo for testing.

Change-Id: I40b9134200bcbbbe469acab3aedbea2eaf4c0f14
This commit is contained in:
Ian Wienand 2023-02-01 11:35:45 +11:00
parent 32be2d9067
commit 818521ee77
No known key found for this signature in database
2 changed files with 13 additions and 11 deletions

View File

@ -34,15 +34,17 @@
- hosts: executor - hosts: executor
name: Set up a simulated executor name: Set up a simulated executor
roles:
- name: ensure-package-repositories
repositories_list:
- repo: ppa:projectatomic/ppa
tasks: tasks:
- name: Install packages - name: Install packages
become: true become: true
package: package:
name: name:
- socat - socat
- skopeo
state: present state: present
# NOTE(ianw) 2023-02-03 : we need a later version for buildx
- name: Install skopeo
include_role:
name: ensure-skopeo
vars:
ensure_skopeo_install_from_upstream: true

View File

@ -192,11 +192,11 @@
nodeset: nodeset:
nodes: nodes:
- name: intermediate-registry - name: intermediate-registry
label: ubuntu-bionic label: ubuntu-jammy
- name: executor - name: executor
label: ubuntu-bionic label: ubuntu-jammy
- name: builder - name: builder
label: ubuntu-bionic label: ubuntu-jammy
- job: - job:
name: zuul-jobs-test-registry-docker-multiarch name: zuul-jobs-test-registry-docker-multiarch
@ -223,11 +223,11 @@
nodeset: nodeset:
nodes: nodes:
- name: intermediate-registry - name: intermediate-registry
label: ubuntu-bionic label: ubuntu-jammy
- name: executor - name: executor
label: ubuntu-bionic label: ubuntu-jammy
- name: builder - name: builder
label: ubuntu-bionic label: ubuntu-jammy
- job: - job:
name: zuul-jobs-test-registry-podman name: zuul-jobs-test-registry-podman