diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2023-11-07 14:30:33 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2023-11-07 14:40:58 +0000 |
commit | 3d91b392f253c4e15424a87c352d9589fc1129c0 (patch) | |
tree | 099a981bc3361eead63dda93ff7dedd2ccf5cf0e /jjb/cps | |
parent | 2f25a5853974c7f70361708c91a3df193a730326 (diff) |
[CPS] Add montreal jobs for CPS
- Added cps and csit jobs for montreal release branch
Issue-ID: CPS-1936
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: I1dc95d2b13cd2a72e0a44645fbe329b2c99aa1b3
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'jjb/cps')
-rw-r--r-- | jjb/cps/cps-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/cps/cps.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml index b778d1d5b..4682f89ed 100644 --- a/jjb/cps/cps-csit.yaml +++ b/jjb/cps/cps-csit.yaml @@ -42,6 +42,8 @@ stream: - "master": branch: "master" + - "montreal": + branch: "montreal" mvn-settings: "cps-settings" robot-options: "" branch: "master" diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index 2d91380a6..c5ba2210c 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -84,6 +84,8 @@ stream: - "master": branch: "master" + - "montreal": + branch: "montreal" mvn-settings: "cps-settings" files: "**" archive-artifacts: "" |