Make ansible-integration non-voting

While we bootstrap the integration between the components this is
going to be a bit of a pain to maintain.
It's still important and we'll block on it if it's an unknown issue
failing the job.

Change-Id: Ia616eed1ad5a0351340810d556ebe13f1980c116
This commit is contained in:
David Moreau Simard 2018-06-25 11:03:31 -04:00
parent 068c6d8253
commit e43ccc3802
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
- project:
check:
jobs:
- ara-server-ansible-integration
- ara-server-ansible-integration:
voting: false
- tox-py35
- tox-pep8
gate:
jobs:
- ara-server-ansible-integration
- tox-py35
- tox-pep8