diff options
author | mrichomme <morgan.richomme@orange.com> | 2021-05-12 17:57:25 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2021-05-12 17:57:25 +0200 |
commit | 19ae25dfaac5913c23bde99d73fffa227a15aef1 (patch) | |
tree | 53858704fa1b51080a2144568d189733a1fe9b7d /jjb | |
parent | 58f76756c5c9ab5df3aa252b976a00a59bc4a845 (diff) |
[ONAPTESTS] Add jjb for pythonsdk honolulu and guilin branches
for the moment only automatic +1 is done for master
better to extend to other active branches
Issue-ID: INT-1920
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie38ed5eea75085f6318d9f1d1c59a1ca3a3aa0d8
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml index b1b3f54c2..1486ba987 100644 --- a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml +++ b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml @@ -43,3 +43,7 @@ stream: - 'master': branch: 'master' + - 'honolulu': + branch: 'honolulu' + - 'guilin': + branch: 'guilin' |