Skip to content

Commit

Permalink
Add montreal branch builds for CCSDK and SDNC
Browse files Browse the repository at this point in the history
Add builds for montreal branches of CCSDK and SDNC repos.

Issue-ID: CCSDK-3956
Issue-ID: SDNC-1827
Signed-off-by: Dan Timoney <[email protected]>
Change-Id: If8972fdb4c65a3ab304f8e65c68681d50c66b54d
  • Loading branch information
djtimoney committed Nov 10, 2023
1 parent 96b8f2c commit ee45439
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jjb/ccsdk/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/ccsdk-csit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
- "kohn":
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/ccsdk-oran.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/cds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
3 changes: 3 additions & 0 deletions jjb/ccsdk/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
- "master":
branch: "master"
java-version: openjdk17
- "montreal":
branch: "montreal"
java-version: openjdk17
- "london":
branch: "london"
java-version: openjdk17
Expand Down
3 changes: 3 additions & 0 deletions jjb/ccsdk/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
- "master":
branch: "master"
mvn-opts: "-Xmx3072m"
- "montreal":
branch: "montreal"
mvn-opts: "-Xmx3072m"
- "london":
branch: "london"
mvn-opts: "-Xmx3072m"
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/odl-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
mvn-params: "-Dmaven.test.skip=true -Drevision=3.0.0"
- "{project-name}-gerrit-release-jobs":
mvn-params: "-Drevision=3.0.0"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/ccsdk/sli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/sdnc/sdnc-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

project: "sdnc/apps"
stream:
- "montreal":
branch: "montreal"
- "london":
branch: "london"
- "kohn":
Expand Down
2 changes: 2 additions & 0 deletions jjb/sdnc/sdnc-csit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
- "kohn":
Expand Down
2 changes: 2 additions & 0 deletions jjb/sdnc/sdnc-northbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down
2 changes: 2 additions & 0 deletions jjb/sdnc/sdnc-oam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
stream:
- "master":
branch: "master"
- "montreal":
branch: "montreal"
- "london":
branch: "london"
java-version: openjdk17
Expand Down

0 comments on commit ee45439

Please sign in to comment.