File tree Expand file tree Collapse file tree 7 files changed +9
-118
lines changed Expand file tree Collapse file tree 7 files changed +9
-118
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,6 @@ graalvm)
7575 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7676 RETURN_CODE=$?
7777 ;;
78- graalvm17)
79- # Run Unit and Integration Tests with Native Image
80- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
81- RETURN_CODE=$?
82- ;;
8378samples)
8479 SAMPLES_DIR=samples
8580 # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.0 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.2 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.0 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.2 "
77}
88
99env_vars: {
1010 key: " JOB_TYPE"
11- value: " graalvm17 "
11+ value: " graalvm "
1212}
1313
1414# TODO: remove this after we've migrated all tests and scripts
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a :3.46.0 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c :3.46.2 "
77}
88
99env_vars: {
@@ -31,3 +31,8 @@ env_vars: {
3131 key: " SECRET_MANAGER_KEYS"
3232 value: " java-it-service-account"
3333}
34+
35+ env_vars: {
36+ key: " ENABLE_FLAKYBOT"
37+ value: " true"
38+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments