Skip to content

Commit

Permalink
chore: migrate graalvm jobs to kokoro instance pool (#2023)
Browse files Browse the repository at this point in the history
* chore: migrate graalvm jobs to kokoro instance pool
  • Loading branch information
mpeddada1 authored Nov 18, 2024
1 parent d3425c7 commit 3453864
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .kokoro/presubmit/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ env_vars: {
key: "JOB_TYPE"
value: "test"
}

before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}
10 changes: 5 additions & 5 deletions .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Format: //devtools/kokoro/config/proto/build.proto

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

env_vars: {
key: "JOB_TYPE"
Expand All @@ -31,3 +27,7 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

container_properties {
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.0"
}
10 changes: 5 additions & 5 deletions .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Format: //devtools/kokoro/config/proto/build.proto

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

env_vars: {
key: "JOB_TYPE"
Expand All @@ -31,3 +27,7 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

container_properties {
docker_image: "us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.0"
}
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": [
"value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""
],
"matchStrings": ["docker_image: \"us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:native-image-shared-config",
"datasourceTemplate": "maven"
}
Expand Down

0 comments on commit 3453864

Please sign in to comment.