Merge "Rename scenario job and make it voting"

This commit is contained in:
Zuul 2018-07-13 04:10:05 +00:00 committed by Gerrit Code Review
commit 8626ab7d47

View File

@ -144,11 +144,11 @@
# TODO(gmann): needs to migrate this to zuulv3 # TODO(gmann): needs to migrate this to zuulv3
- job: - job:
name: tempest-scenario-multinode-lvm-multibackend name: tempest-scenario-all
parent: legacy-dsvm-base-multinode parent: legacy-dsvm-base-multinode
description: | description: |
This job will run all scenario tests including slow tests This job will run all scenario tests including slow tests
with lvm multibackend setup. with lvm multibackend setup. This job will not run any API tests.
run: playbooks/tempest-scenario-multinode-lvm-multibackend/run.yaml run: playbooks/tempest-scenario-multinode-lvm-multibackend/run.yaml
post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml post-run: playbooks/tempest-scenario-multinode-lvm-multibackend/post.yaml
timeout: 10800 timeout: 10800
@ -339,8 +339,7 @@
- ^tempest/hacking/.*$ - ^tempest/hacking/.*$
- ^tempest/tests/.*$ - ^tempest/tests/.*$
- tempest-tox-plugin-sanity-check - tempest-tox-plugin-sanity-check
- tempest-scenario-multinode-lvm-multibackend: - tempest-scenario-all:
voting: false
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
- ^.*\.rst$ - ^.*\.rst$
@ -350,6 +349,7 @@
- ^setup.cfg$ - ^setup.cfg$
- ^tempest/hacking/.*$ - ^tempest/hacking/.*$
- ^tempest/tests/.*$ - ^tempest/tests/.*$
- ^tempest/api/.*$
- nova-cells-v1: - nova-cells-v1:
irrelevant-files: irrelevant-files:
- ^(test-|)requirements.txt$ - ^(test-|)requirements.txt$
@ -374,6 +374,17 @@
gate: gate:
jobs: jobs:
- nova-multiattach - nova-multiattach
- tempest-scenario-all:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tempest/hacking/.*$
- ^tempest/tests/.*$
- ^tempest/api/.*$
experimental: experimental:
jobs: jobs:
- tempest-cinder-v2-api: - tempest-cinder-v2-api: