Limit multinode-integration, update base-integration

Limit when to run multinode integration.

Update base-integration for current tests.

Add notes to update the files section when updating.

Change-Id: I4e055511cb10113b93a0a18bab6d72aacf782e11
This commit is contained in:
Andreas Jaeger 2017-10-15 19:26:32 +02:00
parent 129a3e2cfe
commit beb0737569
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