summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-03-10 17:49:54 +0100
committermrichomme <morgan.richomme@orange.com>2020-03-11 14:34:03 +0100
commit4e5aeb785d5f2e68542897f92d844d6b234739b2 (patch)
tree531c2d263cb9404cc67a290445d56a5e936fe466 /jjb/testsuite
parent95760ff4fc7621487a31adf281a50dad88e24650 (diff)
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 <morgan.richomme@orange.com> Change-Id: Ieaecaf793f0b185289705415f492f21546686e8e Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite.yaml14
1 files changed, 9 insertions, 5 deletions
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'