Skip to content

Commit

Permalink
Adapt bgpcep CSIT job to run on Java 21
Browse files Browse the repository at this point in the history
Run bgpcep CSIT jobs on Java 21 by default since Scandium
and explicitly set Java 17 for older branches.

Change-Id: Ifcd1a001d67562dde61ad1e9ab0c1de3acc98c19
Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko authored and rovarga committed Sep 9, 2024
1 parent 85cfdfd commit 191f499
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality:
Expand All @@ -21,8 +21,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality: "bgp-ingest"
Expand All @@ -20,8 +20,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality: "bgpclustering-ha"
Expand All @@ -19,8 +19,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality: "bgpclustering-longevity"
Expand All @@ -22,8 +22,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-bgpclustering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality: "bgpclustering"
Expand All @@ -19,8 +19,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-throughpcep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality:
Expand All @@ -21,8 +21,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down
4 changes: 3 additions & 1 deletion jjb/bgpcep/bgpcep-csit-userfeatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# The project name
project: "bgpcep"
jre: "openjdk17"
jre: "openjdk21"

# The functionality under test
functionality:
Expand All @@ -21,8 +21,10 @@
branch: "stable/scandium"
- calcium:
branch: "stable/calcium"
jre: "openjdk17"
- potassium:
branch: "stable/potassium"
jre: "openjdk17"

karaf-version: bgpcep

Expand Down

0 comments on commit 191f499

Please sign in to comment.