summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-15 08:31:40 +0100
committermrichomme <morgan.richomme@orange.com>2020-12-15 10:38:28 +0100
commit5be4d7fa62d95d1714e5cb951f270a90c87df581 (patch)
tree0c9a1344ca1c72588aa6f4166ffe2ff7c76c5459 /jjb/testsuite
parentf72db1be70039753a740af69950f74e238a6f1c2 (diff)
[Linter] Fix robot linter path for testsuite
use the right path and use it in master and also in guilin Issue-ID: TEST-285 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iea8f48d357b86d22bd65273fbacba9c3cc865850
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index f0464dbfb..e26740777 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -63,7 +63,9 @@
- 'robot':
tox-dir: '.'
tox-envs: 'robot'
- pattern: 'robot/assets/usecases/*.robot'
+ pattern: 'robot/testsuites/usecases/*.robot'
stream:
- 'master':
branch: 'master'
+ - 'guilin':
+ branch: 'guilin'