File tree Expand file tree Collapse file tree 7 files changed +122
-13
lines changed
Expand file tree Collapse file tree 7 files changed +122
-13
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 2020 workflow_dispatch :
2121jobs :
2222 update-generation-config :
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 env :
2525 # the branch into which the pull request is merged
2626 base_branch : main
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ retry_with_backoff 3 10 \
3333 -DskipTests=true \
3434 -Dclirr.skip=true \
3535 -Denforcer.skip=true \
36- -Dcheckstyle.skip=true \
3736 -Dmaven.javadoc.skip=true \
3837 -Dgcloud.download.skip=true \
3938 -T 1C
@@ -43,6 +42,7 @@ if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTI
4342 export GOOGLE_APPLICATION_CREDENTIALS=$( realpath ${KOKORO_GFILE_DIR} /${GOOGLE_APPLICATION_CREDENTIALS} )
4443fi
4544
45+
4646RETURN_CODE=0
4747set +e
4848
@@ -67,8 +67,7 @@ integration)
6767 -DtrimStackTrace=false \
6868 -Dclirr.skip=true \
6969 -Denforcer.skip=true \
70- -Dcheckstyle.skip=true \
71- -DskipUnitTests=true \
70+ -fae \
7271 verify
7372 RETURN_CODE=$?
7473 ;;
@@ -77,11 +76,6 @@ graalvm)
7776 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7877 RETURN_CODE=$?
7978 ;;
80- graalvm17)
81- # Run Unit and Integration Tests with Native Image
82- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
83- RETURN_CODE=$?
84- ;;
8579samples)
8680 SAMPLES_DIR=samples
8781 # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
@@ -130,8 +124,8 @@ bash .kokoro/coerce_logs.sh
130124if [[ " ${ENABLE_FLAKYBOT} " == " true" ]]
131125then
132126 chmod +x ${KOKORO_GFILE_DIR} /linux_amd64/flakybot
133- ${KOKORO_GFILE_DIR} /linux_amd64/flakybot -repo=googleapis/java-bigtable
127+ ${KOKORO_GFILE_DIR} /linux_amd64/flakybot -repo=googleapis/java-storage
134128fi
135129
136130echo " exiting with ${RETURN_CODE} "
137- exit ${RETURN_CODE}
131+ exit ${RETURN_CODE}
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+ }
You can’t perform that action at this time.
0 commit comments