Skip to content

Commit cf9cb50

Browse files
build: introduce testing infra for GraalVM "C" (#3751)
* build: introduce testing infra for GraalVM "C" * chore: use nightly jobs * chore: delete nightly jobs * chore: update images to the latest
1 parent a335927 commit cf9cb50

File tree

7 files changed

+9
-118
lines changed

7 files changed

+9
-118
lines changed

.kokoro/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
;;
8378
samples)
8479
SAMPLES_DIR=samples
8580
# only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.

.kokoro/continuous/graalvm-native.cfg renamed to .kokoro/continuous/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_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

99
env_vars: {

.kokoro/continuous/graalvm-native-17.cfg renamed to .kokoro/continuous/graalvm-native-b.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_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

99
env_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

.kokoro/presubmit/graalvm-native.cfg renamed to .kokoro/continuous/graalvm-native-c.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_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

99
env_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+
}

.kokoro/nightly/graalvm-native-17.cfg

Lines changed: 0 additions & 38 deletions
This file was deleted.

.kokoro/nightly/graalvm-native.cfg

Lines changed: 0 additions & 38 deletions
This file was deleted.

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)