File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed
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
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-"
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://.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)