diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-31 09:06:16 +0200 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-10-31 09:06:16 +0200 |
commit | 9a13d9c0dc3d5cc2fe7903a25f5e301b102c2183 (patch) | |
tree | 1bc5b277a198b224c56d9d35df82831901ff4a2c | |
parent | 07305cd7aa6748dc2339555083ba3d09c018551b (diff) |
CSIT for VID Casablanca branch
Change-Id: Ie0296595e0bd58704c332243f30fdaa599188303
Issue-ID: VID-341
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
-rw-r--r-- | jjb/vid/vid-csit.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/vid/vid-csit.yaml b/jjb/vid/vid-csit.yaml index 2b3562fd1..b5d2891e6 100644 --- a/jjb/vid/vid-csit.yaml +++ b/jjb/vid/vid-csit.yaml @@ -5,9 +5,12 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'vid' - stream: 'master' + stream: + - 'master': + branch: 'master' + - 'casablanca': + branch: 'casablanca' functionality: - 'healthCheck': trigger_jobs: '{project-name}-{stream}-docker-version-java-daily' robot-options: '' - branch: 'master' |