This repository was archived by the owner on Feb 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +121
-5
lines changed
Expand file tree Collapse file tree 7 files changed +121
-5
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-24 .04
10+ runs-on : ubuntu-22 .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 : ' 22 '
19+ node-version : ' 20 '
2020
2121 - name : Install Renovate and Config Validator
2222 run : |
Original file line number Diff line number Diff line change 2424 - uses : actions/setup-java@v4
2525 with :
2626 distribution : temurin
27- java-version : 11
27+ java-version : 8
2828 - name : Run checkstyle
2929 run : mvn -P lint --quiet --batch-mode checkstyle:check
3030 working-directory : samples/snippets
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 update-generation-config :
24- runs-on : ubuntu-24 .04
24+ runs-on : ubuntu-22 .04
2525 env :
2626 # the branch into which the pull request is merged
2727 base_branch : main
3737 [ -z "$(git config user.email)" ] && git config --global user.email "cloud-java-bot@google.com"
3838 [ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
3939 bash .github/scripts/update_generation_config.sh \
40- --base_branch "${base_branch}"\
40+ --base_branch "${base_branch}" \
4141 --repo ${{ github.repository }}
4242 env :
4343 GH_TOKEN : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
44+
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: " graalvmA"
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: " graalvmB"
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: " graalvmC"
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+ }
You can’t perform that action at this time.
0 commit comments