Add arm64 mirror test
Add to the new arm64 check queue Change-Id: I7b2f700f9326580b5424656e8fa1fd9731c8f14c
This commit is contained in:
parent
cfa816d6d9
commit
4441f469ad
37
.zuul.yaml
37
.zuul.yaml
@ -862,16 +862,11 @@
|
|||||||
- testinfra/test_backups.py
|
- testinfra/test_backups.py
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-config-run-mirror
|
name: system-config-run-mirror-base
|
||||||
parent: system-config-run
|
parent: system-config-run
|
||||||
|
abstract: true
|
||||||
description: |
|
description: |
|
||||||
Run the playbook for a mirror node
|
Run the playbook for a mirror node
|
||||||
nodeset:
|
|
||||||
nodes:
|
|
||||||
- name: bridge.openstack.org
|
|
||||||
label: ubuntu-bionic
|
|
||||||
- name: mirror01.openafs.provider.opendev.org
|
|
||||||
label: ubuntu-bionic
|
|
||||||
vars:
|
vars:
|
||||||
run_playbooks:
|
run_playbooks:
|
||||||
- playbooks/service-letsencrypt.yaml
|
- playbooks/service-letsencrypt.yaml
|
||||||
@ -892,6 +887,27 @@
|
|||||||
- playbooks/zuul/templates/group_vars/mirror_opendev.yaml.j2
|
- playbooks/zuul/templates/group_vars/mirror_opendev.yaml.j2
|
||||||
- testinfra/test_mirror.py
|
- testinfra/test_mirror.py
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-config-run-mirror-x86
|
||||||
|
parent: system-config-run-mirror-base
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: bridge.openstack.org
|
||||||
|
label: ubuntu-bionic
|
||||||
|
- name: mirror01.openafs.provider.opendev.org
|
||||||
|
label: ubuntu-bionic
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: system-config-run-mirror-arm64
|
||||||
|
parent: system-config-run-mirror-base
|
||||||
|
timeout: 3600
|
||||||
|
nodeset:
|
||||||
|
nodes:
|
||||||
|
- name: bridge.openstack.org
|
||||||
|
label: ubuntu-bionic-arm64
|
||||||
|
- name: mirror01.openafs.provider.opendev.org
|
||||||
|
label: ubuntu-bionic-arm64
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: system-config-run-mirror-update
|
name: system-config-run-mirror-update
|
||||||
parent: system-config-run
|
parent: system-config-run
|
||||||
@ -1085,7 +1101,7 @@
|
|||||||
- system-config-run-eavesdrop
|
- system-config-run-eavesdrop
|
||||||
- system-config-run-lists
|
- system-config-run-lists
|
||||||
- system-config-run-nodepool
|
- system-config-run-nodepool
|
||||||
- system-config-run-mirror
|
- system-config-run-mirror-x86
|
||||||
- system-config-run-mirror-update
|
- system-config-run-mirror-update
|
||||||
- system-config-run-docker-registry
|
- system-config-run-docker-registry
|
||||||
- system-config-run-gitea:
|
- system-config-run-gitea:
|
||||||
@ -1133,6 +1149,9 @@
|
|||||||
- system-config-build-image-haproxy-statsd
|
- system-config-build-image-haproxy-statsd
|
||||||
- system-config-build-image-python-base
|
- system-config-build-image-python-base
|
||||||
- system-config-build-image-python-builder
|
- system-config-build-image-python-builder
|
||||||
|
check-arm64:
|
||||||
|
jobs:
|
||||||
|
- system-config-run-mirror-arm64
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- opendev-buildset-registry:
|
- opendev-buildset-registry:
|
||||||
@ -1145,7 +1164,7 @@
|
|||||||
- system-config-run-eavesdrop
|
- system-config-run-eavesdrop
|
||||||
- system-config-run-lists
|
- system-config-run-lists
|
||||||
- system-config-run-nodepool
|
- system-config-run-nodepool
|
||||||
- system-config-run-mirror
|
- system-config-run-mirror-x86
|
||||||
- system-config-run-mirror-update
|
- system-config-run-mirror-update
|
||||||
- system-config-run-docker-registry
|
- system-config-run-docker-registry
|
||||||
- system-config-run-gitea:
|
- system-config-run-gitea:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user