File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:fb7584f6adb3847ac480ed49a4bfe1463965026b2919a1be270e3174f3ce1191
17
- # created: 2023-10-26T23:22:21.357007231Z
16
+ digest : sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88
17
+ # created: 2023-12-01T19:50:20.444857406Z
Original file line number Diff line number Diff line change 86
86
- run : .kokoro/build.sh
87
87
env :
88
88
JOB_TYPE : clirr
89
+
90
+ units-java21 :
91
+ # Building using Java 8 and run the tests with Java 21 runtime
92
+ name : " units (21)"
93
+ runs-on : ubuntu-latest
94
+ steps :
95
+ - uses : actions/checkout@v3
96
+ - uses : actions/setup-java@v3
97
+ with :
98
+ java-version : 21
99
+ distribution : temurin
100
+ - name : " Set jvm system property environment variable for surefire plugin (unit tests)"
101
+ # Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
102
+ # https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
103
+ run : echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
104
+ shell : bash
105
+ - uses : actions/setup-java@v3
106
+ with :
107
+ java-version : 8
108
+ distribution : temurin
109
+ - run : .kokoro/install_dependencies.sh
110
+ - run : .kokoro/build.sh
111
+ env :
112
+ JOB_TYPE : test
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2 "
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2 "
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3 "
7
7
}
8
8
9
9
env_vars: {
You can’t perform that action at this time.
0 commit comments