Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit e7eba65

Browse files
chore: regenerate common templates (#26)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/39b629e0-f6b8-4e4a-b55c-2be17f2ebf22/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@8a7a302
1 parent ee6a621 commit e7eba65

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request:
33
name: samples
44
jobs:
5-
lint:
5+
checkstyle:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2

.kokoro/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ integration)
7171
samples)
7272
if [[ -f samples/pom.xml ]]
7373
then
74-
# TODO: load this better
75-
if [ -f "${KOKORO_GFILE_DIR}/secret_manager/ucaip_samples_secrets" ]
76-
then
77-
source "${KOKORO_GFILE_DIR}/secret_manager/ucaip_samples_secrets"
78-
fi
79-
8074
pushd samples
8175
mvn -B \
8276
-Penable-samples \

.kokoro/nightly/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "java-docs-samples-service-account,ucaip_samples_secrets"
32+
value: "java-docs-samples-service-account"
3333
}
3434

3535
env_vars: {

.kokoro/presubmit/samples.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "java-docs-samples-service-account,ucaip_samples_secrets"
32+
value: "java-docs-samples-service-account"
3333
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-aiplatform.git",
7-
"sha": "5682f8f589bc5083b83eee3e3a317454bbe3ee76"
7+
"sha": "251881f34babab9672b976b52a22ca49b3995a50"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e6168630be3e31eede633ba2c6f1cd64248dec1c"
22+
"sha": "8a7a3021fe97aa0a3641db642fe2b767f1c8110f"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)