Update ubuntu nodesets to focal
The openstack-single-node nodeset still is using ubuntu-bionic, which is nearly 4 years old now. This change updates it to use the newer ubuntu focal release. Depends-on: https://review.opendev.org/c/openstack/openstack-helm-infra/+/839996 Depends-on: https://review.opendev.org/c/openstack/openstack-helm-infra/+/840370 Change-Id: Ia43cb31e13bc059541116064aa2092526186b831
This commit is contained in:
parent
92977da6b8
commit
6be6d638b3
@ -16,7 +16,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: openstack-helm-lint
|
name: openstack-helm-lint
|
||||||
run: playbooks/lint.yml
|
run: playbooks/lint.yml
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-focal
|
||||||
# NOTE(aostapenko) Required if job is run against another project
|
# NOTE(aostapenko) Required if job is run against another project
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/openstack-helm-infra
|
- openstack/openstack-helm-infra
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
name: openstack-helm-single-node
|
name: openstack-helm-single-node
|
||||||
nodes:
|
nodes:
|
||||||
- name: primary
|
- name: primary
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
groups:
|
groups:
|
||||||
- name: primary
|
- name: primary
|
||||||
nodes:
|
nodes:
|
||||||
@ -25,11 +25,11 @@
|
|||||||
name: openstack-helm-ubuntu
|
name: openstack-helm-ubuntu
|
||||||
nodes:
|
nodes:
|
||||||
- name: primary
|
- name: primary
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
- name: node-1
|
- name: node-1
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
- name: node-2
|
- name: node-2
|
||||||
label: ubuntu-bionic
|
label: ubuntu-focal
|
||||||
groups:
|
groups:
|
||||||
- name: primary
|
- name: primary
|
||||||
nodes:
|
nodes:
|
||||||
|
Loading…
Reference in New Issue
Block a user