Skip to content

Commit e6ec261

Browse files
chore: update common templates
This PR was generated using Autosynth. 🌈 Commits in this repo since last synth: 8739015 deps: update core transport dependencies to v1.34.2 (googleapis#62) 181991b deps: update core dependencies to v1.27.1 (googleapis#61) a34bfc0 fix: include Spanner gRPC test dependencies (googleapis#63) 604ee2b deps: update core dependencies to v1.92.5 (googleapis#53) 1c676f4 build(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.2.2 (googleapis#55) 41236c4 chore: update github url (googleapis#56) ce29139 chore: only allow renovate-bot for trusted-contribution auto-labeling aad4ecf chore: release 1.13.1-SNAPSHOT (googleapis#51) 1ae098e deps: update core dependencies ef891b0 deps: update dependency com.google.api-client:google-api-client-bom to v1.30.8 (googleapis#46) 0779fcb deps: update protobuf.version to v3.11.3 (googleapis#48) <details><summary>Log from Synthtool</summary> ``` synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py. On branch autosynth nothing to commit, working tree clean HEAD detached at FETCH_HEAD nothing to commit, working tree clean .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/support_request.md .github/PULL_REQUEST_TEMPLATE.md .github/release-please.yml .kokoro/build.bat .kokoro/build.sh .kokoro/coerce_logs.sh .kokoro/common.cfg .kokoro/continuous/common.cfg .kokoro/continuous/dependencies.cfg .kokoro/continuous/integration.cfg .kokoro/continuous/java11.cfg .kokoro/continuous/java7.cfg .kokoro/continuous/java8-osx.cfg .kokoro/continuous/java8-win.cfg .kokoro/continuous/java8.cfg .kokoro/continuous/lint.cfg .kokoro/continuous/propose_release.cfg .kokoro/continuous/propose_release.sh .kokoro/continuous/samples.cfg .kokoro/dependencies.sh .kokoro/linkage-monitor.sh .kokoro/nightly/common.cfg .kokoro/nightly/dependencies.cfg .kokoro/nightly/integration.cfg .kokoro/nightly/java11.cfg .kokoro/nightly/java7.cfg .kokoro/nightly/java8-osx.cfg .kokoro/nightly/java8-win.cfg .kokoro/nightly/java8.cfg .kokoro/nightly/lint.cfg .kokoro/nightly/samples.cfg .kokoro/presubmit/clirr.cfg .kokoro/presubmit/common.cfg .kokoro/presubmit/dependencies.cfg .kokoro/presubmit/integration.cfg .kokoro/presubmit/java11.cfg .kokoro/presubmit/java7.cfg .kokoro/presubmit/java8-osx.cfg .kokoro/presubmit/java8-win.cfg .kokoro/presubmit/java8.cfg .kokoro/presubmit/linkage-monitor.cfg .kokoro/presubmit/lint.cfg .kokoro/presubmit/samples.cfg .kokoro/release/bump_snapshot.cfg .kokoro/release/bump_snapshot.sh .kokoro/release/common.cfg .kokoro/release/common.sh .kokoro/release/drop.cfg .kokoro/release/drop.sh .kokoro/release/promote.cfg .kokoro/release/promote.sh .kokoro/release/publish_javadoc.cfg .kokoro/release/publish_javadoc.sh .kokoro/release/snapshot.cfg .kokoro/release/snapshot.sh .kokoro/release/stage.cfg .kokoro/release/stage.sh .kokoro/trampoline.sh CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE README.md codecov.yaml java.header license-checks.xml renovate.json synthtool > Wrote metadata to synth.metadata. ``` </details>
1 parent 8739015 commit e6ec261

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

β€Ž.kokoro/build.shβ€Ž

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,21 @@ integration)
6262
bash .kokoro/coerce_logs.sh
6363
;;
6464
samples)
65-
mvn -B \
66-
-Penable-samples \
67-
-DtrimStackTrace=false \
68-
-Dclirr.skip=true \
69-
-Denforcer.skip=true \
70-
-fae \
71-
verify
72-
bash .kokoro/coerce_logs.sh
65+
if [[ -f samples/pom.xml ]]
66+
then
67+
pushd samples
68+
mvn -B \
69+
-Penable-samples \
70+
-DtrimStackTrace=false \
71+
-Dclirr.skip=true \
72+
-Denforcer.skip=true \
73+
-fae \
74+
verify
75+
bash .kokoro/coerce_logs.sh
76+
popd
77+
else
78+
echo "no sample pom.xml found - skipping sample tests"
79+
fi
7380
;;
7481
clirr)
7582
mvn -B -Denforcer.skip=true clirr:check

β€Žrenovate.jsonβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
"semanticCommitType": "build",
5555
"semanticCommitScope": "deps"
5656
},
57+
{
58+
"packagePatterns": [
59+
"^com.google.cloud:libraries-bom"
60+
],
61+
"semanticCommitType": "chore",
62+
"semanticCommitScope": "deps"
63+
},
5764
{
5865
"packagePatterns": [
5966
"^com.google.cloud:google-cloud-"

β€Žsynth.metadataβ€Ž

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
2-
"updateTime": "2020-02-01T09:13:43.890088Z",
2+
"updateTime": "2020-02-21T23:11:00.093008Z",
33
"sources": [
4+
{
5+
"git": {
6+
"name": ".",
7+
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
8+
"sha": "8739015f62289adb92fd55b19a5bff8762da20a9"
9+
}
10+
},
11+
{
12+
"git": {
13+
"name": "synthtool",
14+
"remote": "rpc://devrel/cloud/libraries/tools/autosynth",
15+
"sha": "706a38c26db42299845396cdae55db635c38794a"
16+
}
17+
},
418
{
519
"template": {
620
"name": "java_library",
721
"origin": "synthtool.gcp",
8-
"version": "2019.10.17"
22+
"version": "2020.2.4"
923
}
1024
}
1125
]

0 commit comments

Comments
 (0)