Disable fullstack job from gate and make it non-voting

It is temporary workaround to make our gate run smooth.
After bugs [1] and [2] will be fixed we can revert this patch.

[1] https://bugs.launchpad.net/neutron/+bug/1820865
[2] https://bugs.launchpad.net/neutron/+bug/1820870

Change-Id: I892f5ec23796e93da32503b08c585ef6acdd5724
This commit is contained in:
Slawek Kaplonski 2019-03-22 15:26:15 +01:00
parent 002d9ee028
commit d33e5f5c17
1 changed files with 8 additions and 1 deletions

View File

@ -62,7 +62,13 @@
jobs:
- neutron-functional
- neutron-functional-python27
- neutron-fullstack
# NOTE(slaweq) Because of bugs:
# https://bugs.launchpad.net/neutron/+bug/1820865 and
# https://bugs.launchpad.net/neutron/+bug/1820870
# which cause fullstack to be very unstable we need to disable it
# from gate queue for now.
# TODO(slaweq): Restore fullstack job when above bugs will be fixed
#- neutron-fullstack
- neutron-tempest-dvr
- neutron-tempest-linuxbridge
- neutron-tempest-iptables_hybrid
@ -153,6 +159,7 @@
# /opt/stack/logs is default logs directory defined in neutron's
# tox.ini file
'{{ devstack_base_dir }}/logs/dsvm-fullstack-logs': logs
voting: false
- job:
name: neutron-rally-task