From 4e5aeb785d5f2e68542897f92d844d6b234739b2 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 10 Mar 2020 17:49:54 +0100 Subject: Exclude Robotframework linter trigger There are too many errors according to the linter for the moment the lint will systematically vote -1 Issue-ID: INT-1478 Signed-off-by: mrichomme Change-Id: Ieaecaf793f0b185289705415f492f21546686e8e Signed-off-by: mrichomme --- jjb/testsuite/testsuite.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'jjb/testsuite') diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index 4a8d9c954..f93a1faf2 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -69,15 +69,19 @@ - 'yaml': tox-dir: '.' tox-envs: 'yaml' - pattern: '**/*.yaml|**/*.yml' + pattern: '**/*.yaml' + - 'yml': + tox-dir: '.' + tox-envs: 'yaml' + pattern: '**/*.yml' - 'json': tox-dir: '.' tox-envs: 'json' pattern: '**/*.json' - - 'robot': - tox-dir: '.' - tox-envs: 'robot' - pattern: '**/*.robot' +# - 'robot': +# tox-dir: '.' +# tox-envs: 'robot' +# pattern: '**/*.robot' stream: - 'master': branch: 'master' -- cgit 1.2.3-korg