Merge "zuul-jobs-test-registry-docker-* : update to jammy nodes"
This commit is contained in:
commit
780fc2f768
@ -34,15 +34,17 @@
|
||||
|
||||
- hosts: executor
|
||||
name: Set up a simulated executor
|
||||
roles:
|
||||
- name: ensure-package-repositories
|
||||
repositories_list:
|
||||
- repo: ppa:projectatomic/ppa
|
||||
tasks:
|
||||
- name: Install packages
|
||||
become: true
|
||||
package:
|
||||
name:
|
||||
- socat
|
||||
- skopeo
|
||||
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
|
||||
|
@ -192,11 +192,11 @@
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: intermediate-registry
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
- name: executor
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
- name: builder
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
|
||||
- job:
|
||||
name: zuul-jobs-test-registry-docker-multiarch
|
||||
@ -223,11 +223,11 @@
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: intermediate-registry
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
- name: executor
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
- name: builder
|
||||
label: ubuntu-bionic
|
||||
label: ubuntu-jammy
|
||||
|
||||
- job:
|
||||
name: zuul-jobs-test-registry-podman
|
||||
|
Loading…
Reference in New Issue
Block a user