Files
system-config/playbooks/zuul/templates/gate-groups.yaml.j2
Clark Boylan 3f10b06710 Fix system-config-run for Ansible 9 vs 11
Ansible 11 dropped support for the python version on Ubuntu bionic. Some
of our test jobs continue to test against bionic nodes to cover
functioanlity there. Pin these jobs back to Ansible 9 so that Ansible
can speak to these test nodes

We also drop the bionic and focal image types from the mirror job
entirely because we no longer have any bionic or focal image nodes
acting as mirrors.

Change-Id: I12718599f7e252f45a625e96a0dbbbce9768d008
2025-08-18 14:54:36 -07:00

33 lines
810 B
Django/Jinja

# This is just to ensure nodes only defined in system-config-run-base
# for gate jobs are put in the right groups for testing
plugin: yamlgroup
groups:
docker:
- bionic-docker
certcheck:
- bridge[0-9]*.open*.org
letsencrypt:
- letsencrypt01.opendev.org
- letsencrypt02.opendev.org
- mirror01.openafs.provider.opendev.org
- mirror02.openafs.provider.opendev.org
borg-backup-server:
- borg-backup01.region.provider.opendev.org
borg-backup:
- borg-backup-bionic.opendev.org
- borg-backup-focal.opendev.org
- borg-backup-jammy.opendev.org
- borg-backup-noble.opendev.org
kerberos-kdc:
- kdc-primary.opendev.org
- kdc-replica.opendev.org
kerberos-kdc-primary:
- kdc-primary.opendev.org
kerberos-kdc-replica:
- kdc-replica.opendev.org