Merge "Limit multinode-integration, update base-integration"

This commit is contained in:
Zuul 2017-10-15 23:24:47 +00:00 committed by Gerrit Code Review
commit 41eb5bde74
3 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Roles that are part of the 'base' job
# If you add new tests, also update the files section in job
# base-integration in zuul.d/jobs.yaml.
- include: configure-unbound.yaml
- include: mirror-info.yaml
- include: configure-mirrors.yaml

View File

@ -2,6 +2,10 @@
- include: base.yaml
# Roles that are part of the 'multinode' job
# If you add new tests, also update the files section in jobs
# base-integration and multinode-integration in zuul.d/jobs.yaml.
- include: multi-node-known-hosts.yaml
- include: multi-node-hosts-file.yaml
- include: multi-node-firewall.yaml

View File

@ -14,8 +14,10 @@
run: tests/base
files:
- ^roles/configure-mirror/.*
- ^roles/configure-unbound/.*
- ^roles/fetch-zuul-cloner/.*
- ^roles/mirror-info/.*
- ^test/base.yaml
- ^tests/.*
- job:
name: base-integration-centos-7
@ -56,6 +58,15 @@
roles:
- zuul: openstack-infra/zuul-jobs
run: tests/multinode
files:
- ^roles/configure-mirror/.*
- ^roles/configure-unbound/.*
- ^roles/fetch-zuul-cloner/.*
- ^roles/mirror-info/.*
- ^roles/multi-node-firewall/.*
- ^roles/multi-node-hosts-file/.*
- ^roles/multi-node-known-hosts/.*
- ^tests/.*
- job:
name: multinode-integration-centos-7