Skip to content

Commit 45fb295

Browse files
cloud-java-botdiegomarquezp
authored andcommitted
chore: Update generation configuration at Fri Apr 25 02:31:46 UTC 2025 (#2089)
* chore: Update generation configuration at Thu Apr 24 14:56:31 UTC 2025 * chore: generate libraries at Thu Apr 24 14:57:09 UTC 2025 * chore: remove old graalvm jobs * chore: Update generation configuration at Fri Apr 25 02:31:46 UTC 2025 * chore: restore custom configuration --------- Co-authored-by: Diego Marquez <[email protected]>
1 parent fd2e608 commit 45fb295

File tree

8 files changed

+20
-105
lines changed

8 files changed

+20
-105
lines changed

.github/sync-repo-settings.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ branchProtectionRules:
1616
- 'Kokoro - Test: Integration'
1717
- 'Kokoro - Test: Integration Against Named DB'
1818
- cla/google
19-
- 'Kokoro - Test: Java GraalVM Native Image'
20-
- 'Kokoro - Test: Java 17 GraalVM Native Image'
19+
- 'Kokoro - Test: Java GraalVM Native Image A'
20+
- 'Kokoro - Test: Java GraalVM Native Image B'
21+
- 'Kokoro - Test: Java GraalVM Native Image C'
2122
- javadoc
2223
- library_generation
2324
- unmanaged_dependency_check

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

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

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,25 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {
1010
key: "JOB_TYPE"
1111
value: "graalvm"
1212
}
1313

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-
2014
env_vars: {
2115
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
16+
value: "java-review"
2317
}
2418

2519
env_vars: {
2620
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/java-it-service-account"
21+
value: "secret_manager/java-review_firestore-java-it"
2822
}
2923

3024
env_vars: {
3125
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-account"
33-
}
34-
35-
env_vars: {
36-
key: "IT_SERVICE_ACCOUNT_EMAIL"
37-
26+
value: "java-review_firestore-java-it"
3827
}

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

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,25 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {
1010
key: "JOB_TYPE"
1111
value: "graalvm"
1212
}
1313

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-
2014
env_vars: {
2115
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
16+
value: "java-review"
2317
}
2418

2519
env_vars: {
2620
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/java-it-service-account"
21+
value: "secret_manager/java-review_firestore-java-it"
2822
}
2923

3024
env_vars: {
3125
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-account"
33-
}
34-
35-
env_vars: {
36-
key: "IT_SERVICE_ACCOUNT_EMAIL"
37-
26+
value: "java-review_firestore-java-it"
3827
}

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

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,25 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.1"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {
1010
key: "JOB_TYPE"
1111
value: "graalvm"
1212
}
1313

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-
2014
env_vars: {
2115
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
16+
value: "java-review"
2317
}
2418

2519
env_vars: {
2620
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/java-it-service-account"
21+
value: "secret_manager/java-review_firestore-java-it"
2822
}
2923

3024
env_vars: {
3125
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-account"
33-
}
34-
35-
env_vars: {
36-
key: "IT_SERVICE_ACCOUNT_EMAIL"
37-
26+
value: "java-review_firestore-java-it"
3827
}

.kokoro/presubmit/graalvm-native.cfg

Lines changed: 0 additions & 27 deletions
This file was deleted.

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.56.0
2-
googleapis_commitish: c8f09eb3362651a47b5c4adef1cb2bbdc652eeb4
1+
gapic_generator_version: 2.56.2
2+
googleapis_commitish: 2e5f8ba097342c6ef4efeba5c07677b3d35571d4
33
libraries_bom_version: 26.59.0
44
libraries:
55
- api_shortname: firestore

owlbot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@
7979
# firestore uses a different project for its integration tests
8080
# due to the default project running datastore
8181
'.kokoro/presubmit/integration.cfg',
82-
'.kokoro/presubmit/graalvm-native.cfg',
83-
'.kokoro/presubmit/graalvm-native-17.cfg',
82+
'.kokoro/presubmit/graalvm-native-a.cfg',
83+
'.kokoro/presubmit/graalvm-native-b.cfg',
84+
'.kokoro/presubmit/graalvm-native-c.cfg',
8485
'.kokoro/presubmit/samples.cfg',
8586
'.kokoro/nightly/integration.cfg',
8687
'.kokoro/nightly/java11-integration.cfg',

0 commit comments

Comments
 (0)