Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf9cb50

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 parenta335927 commitcf9cb50

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 -Pnativetest
7676
RETURN_CODE=$?
7777
;;
78-
graalvm17)
79-
# Run Unit and Integration Tests with Native Image
80-
mvn -B${INTEGRATION_TEST_ARGS} -ntp -Pnativetest
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.
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: {
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
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)

[8]ページ先頭

©2009-2025 Movatter.jp