This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ integration)
69
69
verify
70
70
RETURN_CODE=$?
71
71
;;
72
+ graalvm)
73
+ # Run Unit and Integration Tests with Native Image
74
+ mvn test -Pnative -Penable-integration-tests
75
+ RETURN_CODE=$?
76
+ ;;
72
77
samples)
73
78
SAMPLES_DIR=samples
74
79
# 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
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ # Configure the docker image for kokoro-trampoline.
4
+ env_vars: {
5
+ key: " TRAMPOLINE_IMAGE"
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/graalvm"
7
+ }
8
+
9
+ env_vars: {
10
+ key: " JOB_TYPE"
11
+ value: " graalvm"
12
+ }
13
+
14
+ # TODO: remove this after we've migrated all tests and scripts
15
+ env_vars: {
16
+ key: " GCLOUD_PROJECT"
17
+ value: " gcloud-devel"
18
+ }
19
+
20
+ env_vars: {
21
+ key: " GOOGLE_CLOUD_PROJECT"
22
+ value: " gcloud-devel"
23
+ }
24
+
25
+ env_vars: {
26
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
27
+ value: " secret_manager/java-it-service-account"
28
+ }
29
+
30
+ env_vars: {
31
+ key: " SECRET_MANAGER_KEYS"
32
+ value: " java-it-service-account"
33
+ }
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-grafeas.git",
7
- "sha": "1df9288002392156e9bf868324a31d7da03d99a1 "
7
+ "sha": "4a7ca6a541f3c9249ddb5c3eb4f7244ef2536503 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "a4be3384ccb92364795d981f2863f6986fcee620 "
22
+ "sha": "d45942be8066ad57bd0509f4a16e1fac78ecc50f "
23
23
}
24
24
}
25
25
],
70
70
".kokoro/presubmit/clirr.cfg",
71
71
".kokoro/presubmit/common.cfg",
72
72
".kokoro/presubmit/dependencies.cfg",
73
+ ".kokoro/presubmit/graalvm-native.cfg",
73
74
".kokoro/presubmit/integration.cfg",
74
75
".kokoro/presubmit/java11.cfg",
75
76
".kokoro/presubmit/java7.cfg",
You can’t perform that action at this time.
0 commit comments