Temporarily disable perm (tox) 47/65547/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Dec 2018 19:51:01 +0000 (20:51 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Dec 2018 19:51:01 +0000 (20:51 +0100)
The permissions are incorrect in functest-virtual [1].

[1] https://build.opnfv.org/ci/job/opnfv-functest-latest-ut-gate/2/console

Change-Id: I18b0bc3361b99316c0f77207e3c060333f8fcc74
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-virtual.yaml

index 79f551e..7276699 100644 (file)
 - builder:
     name: run-tox
     builders:
-      - shell: tox
+      - shell: tox -e docs,pep8,pylint,yamllint,bashate,py27,cover
 
 - job-template:
     name: '{repo}-functest-{tag}-ut-gate'