Run a base test against "old" bridge

Run a base test against a Bionic bridge to ensure we don't break
things as we transition the current production host as we move to a
new Focal-based environment.

Change-Id: I1f745a06c4428cf31a166b3d53dd6321bfd41ebc
This commit is contained in:
Ian Wienand 2022-10-10 15:03:20 +11:00
parent 51611845d4
commit dc18968927
No known key found for this signature in database
2 changed files with 30 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- tox-linters:
timeout: 3600
- system-config-run-base
- system-config-run-base-old-bridge
- system-config-run-base-ansible-devel:
voting: false
- system-config-run-borg-backup
@ -163,6 +164,7 @@
- tox-linters:
timeout: 3600
- system-config-run-base
- system-config-run-base-old-bridge
- system-config-run-borg-backup
- system-config-run-dns
- system-config-run-eavesdrop:

View File

@ -88,6 +88,34 @@
- roles/
- testinfra/
- job:
name: system-config-run-base-old-bridge
parent: system-config-run
description: |
Run the "base" playbook on each of the node types
currently in use on an "old" Bionic bridge
nodeset:
nodes:
- name: bridge.openstack.org
label: ubuntu-bionic
- name: xenial
label: ubuntu-xenial
- name: bionic
label: ubuntu-bionic
- name: focal
label: ubuntu-focal
- name: jammy
label: ubuntu-jammy
groups:
- name: bastion
nodes:
- bridge.openstack.org
files:
- tox.ini
- playbooks/
- roles/
- testinfra/
- job:
name: system-config-run-base-ansible-devel
parent: system-config-run-base