Skip to content

Commit

Permalink
Update autorelease-release for Scandium
Browse files Browse the repository at this point in the history
We need to be building Scandium with Java 21, otherwise it will just
fail.

Change-Id: I7e1788fa20e1e738060df100137cb677a08f99fe
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Aug 9, 2024
1 parent 08c57f9 commit 01ce122
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jjb/autorelease/autorelease-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@
staging-profile-id: 425e43800fea70

- project:
name: autorelease-projects-openjdk17
name: autorelease-projects-openjdk
jobs:
- "autorelease-release-{stream}-{mvn-version}-{java-version}":
build-node: centos8-builder-8c-8g
build-node: ubuntu2004-docker-8c-8g
- "autorelease-version-bump-{stream}-{mvn-version}-{java-version}"
- "autorelease-generate-release-notes-{stream}"

stream:
- scandium:
branch: "master"
java-version: openjdk21
mvn-version: mvn39
integration-test: calcium
- calcium:
branch: "stable/calcium"
Expand All @@ -45,7 +47,7 @@

project: releng/autorelease
project-name: autorelease
build-node: centos8-builder-2c-8g
build-node: ubuntu2004-docker-2c-8g
# Before adding more here, beware of https://jira.linuxfoundation.org/browse/RELENG-280
archive-artifacts: >
**/*.prop
Expand Down

0 comments on commit 01ce122

Please sign in to comment.