Skip to content

Commit

Permalink
Fix: update transportpce build nodes for scandium
Browse files Browse the repository at this point in the history
- need java-21 to build transportpce-models in scandium branch
- upgrade build node on transportpce calcium branch

Change-Id: If402be94cb14890fb62dedd91cea0eba0e225c70
Signed-off-by: Gilles Thouenon <[email protected]>
  • Loading branch information
gthouenon committed Sep 7, 2024
1 parent d036c2e commit bafcd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jjb/transportpce/transportpce-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
project-name: "transportpce-models"
stream: scandium
branch: "stable/scandium"
build-node: centos8-builder-2c-2g
build-node: ubuntu2004-docker-2c-2g
mvn-settings: "transportpce-settings"
mvn-opts: "-Xmx1024m"
dependencies: "odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}"
Expand Down
2 changes: 1 addition & 1 deletion jjb/transportpce/transportpce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
project-name: "transportpce"
stream: calcium
branch: "stable/calcium"
build-node: ubuntu2004-docker-2c-2g
build-node: ubuntu2004-docker-4c-4g
mvn-settings: "transportpce-settings"
mvn-opts: "-Xmx1024m"
dependencies: "odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}"
Expand Down

0 comments on commit bafcd9e

Please sign in to comment.