Skip to content

Commit 3453864

Browse files
authored
chore: migrate graalvm jobs to kokoro instance pool (#2023)
* chore: migrate graalvm jobs to kokoro instance pool
1 parent d3425c7 commit 3453864

File tree

4 files changed

+11
-22
lines changed

4 files changed

+11
-22
lines changed

.kokoro/presubmit/common.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,3 @@ env_vars: {
2323
key: "JOB_TYPE"
2424
value: "test"
2525
}
26-
27-
before_action {
28-
fetch_keystore {
29-
keystore_resource {
30-
keystore_config_id: 73713
31-
keyname: "dpebot_codecov_token"
32-
}
33-
}
34-
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Configure the docker image for kokoro-trampoline.
4-
env_vars: {
5-
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3"
7-
}
3+
build_file: "google-http-java-client/.kokoro/build.sh"
84

95
env_vars: {
106
key: "JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
3127
key: "SECRET_MANAGER_KEYS"
3228
value: "java-it-service-account"
3329
}
30+
31+
container_properties {
32+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.0"
33+
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Configure the docker image for kokoro-trampoline.
4-
env_vars: {
5-
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3"
7-
}
3+
build_file: "google-http-java-client/.kokoro/build.sh"
84

95
env_vars: {
106
key: "JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
3127
key: "SECRET_MANAGER_KEYS"
3228
value: "java-it-service-account"
3329
}
30+
31+
container_properties {
32+
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.0"
33+
}

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"fileMatch": [
2020
"^.kokoro/presubmit/graalvm-native.*.cfg$"
2121
],
22-
"matchStrings": [
23-
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
24-
],
22+
"matchStrings": ["docker_image: \"us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm.*:(?<currentValue>.*?)\""],
2523
"depNameTemplate": "com.google.cloud:native-image-shared-config",
2624
"datasourceTemplate": "maven"
2725
}

0 commit comments

Comments
 (0)