diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-03 20:51:01 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-03 20:51:01 +0100 |
commit | 34a6987ea156fabff41678ed8c052c7990694a89 (patch) | |
tree | 632dd432a5c64eeaace942b92588822c77066d31 /jjb | |
parent | afa13d6ee8b87c8e63e71fa2ceead357396b8f70 (diff) |
Temporarily disable perm (tox)
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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-virtual.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-virtual.yaml b/jjb/functest/functest-virtual.yaml index 79f551e30..7276699f9 100644 --- a/jjb/functest/functest-virtual.yaml +++ b/jjb/functest/functest-virtual.yaml @@ -406,7 +406,7 @@ - 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' |