Make tempest-full-py3 voting
The job is ready to replace the legacy one in the integration
gate py3 template. Before that can happen make it voting and add
some extra documentation to it.
The parent does not need to be tempest-full since that does not
add much useful as opposed to devstack-tempest and it's actually
better for the two jobs to be independent.
Change-Id: I4a8fa1759665038788e1b86fd3a5030fd6c68573
diff --git a/.zuul.yaml b/.zuul.yaml
index 2c066ae..44a7f6d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -33,12 +33,18 @@
- job:
name: tempest-full-py3
- parent: tempest-full
+ parent: devstack-tempest
+ branches: ^(?!driverfixes/)master$
+ description: |
+ Base integration test with Neutron networking and py3.
+ Former names for this job where:
+ * legacy-tempest-dsvm-py35
+ * gate-tempest-dsvm-py35
vars:
+ tox_envlist: full
devstack_localrc:
USE_PYTHON3: True
FORCE_CONFIG_DRIVE: True
- ENABLE_FILE_INJECTION: False
devstack_services:
s-account: false
s-container: false
@@ -133,7 +139,6 @@
- ^roles/
- ^.zuul.yaml$
- tempest-full-py3:
- voting: false
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$