File tree Expand file tree Collapse file tree 7 files changed +119
-4
lines changed
Expand file tree Collapse file tree 7 files changed +119
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ externalManifests:
66 file : ' .github/readme/synth.metadata/synth.metadata'
77 jsonpath : ' $.generatedFiles[*]'
88ignoreAuthors :
9+ - ' cloud-java-bot'
910- ' renovate-bot'
1011- ' yoshi-automation'
1112- ' release-please[bot]'
Original file line number Diff line number Diff line change 77
88jobs :
99 renovate_bot_config_validation :
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111
1212 steps :
1313 - name : Checkout code
1616 - name : Set up Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : ' 20 '
19+ node-version : ' 22 '
2020
2121 - name : Install Renovate and Config Validator
2222 run : |
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 update-generation-config :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 env :
2626 # the branch into which the pull request is merged
2727 base_branch : main
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-public-resources/graalvm_sdk_platform_b:3.45.1"
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+ }
34+
35+ env_vars: {
36+ key: " IT_SERVICE_ACCOUNT_EMAIL"
37+ value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38+ }
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-public-resources/graalvm_sdk_platform_b:3.45.1"
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+ }
34+
35+ env_vars: {
36+ key: " IT_SERVICE_ACCOUNT_EMAIL"
37+ value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38+ }
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-public-resources/graalvm_sdk_platform_b:3.45.1"
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+ }
34+
35+ env_vars: {
36+ key: " IT_SERVICE_ACCOUNT_EMAIL"
37+ value: " it-service-account@gcloud-devel.iam.gserviceaccount.com"
38+ }
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Code in this repo is formatted with
8484[ google-java-format] ( https://github.com/google/google-java-format ) .
8585To run formatting on your project, you can run:
8686```
87- mvn com.coveo :fmt-maven-plugin:format
87+ mvn com.spotify.fmt :fmt-maven-plugin:format
8888```
8989
9090[ 1 ] : https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
You can’t perform that action at this time.
0 commit comments