Skip to content

Commit

Permalink
chore: update common templates (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 27, 2020
1 parent df030b8 commit 82a2c91
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
23 changes: 15 additions & 8 deletions .kokoro/build.sh
Expand Up @@ -62,14 +62,21 @@ integration)
bash .kokoro/coerce_logs.sh
;;
samples)
mvn -B \
-Penable-samples \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
-fae \
verify
bash .kokoro/coerce_logs.sh
if [[ -f samples/pom.xml ]]
then
pushd samples
mvn -B \
-Penable-samples \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
-fae \
verify
bash .kokoro/coerce_logs.sh
popd
else
echo "no sample pom.xml found - skipping sample tests"
fi
;;
clirr)
mvn -B -Denforcer.skip=true clirr:check
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Expand Up @@ -54,6 +54,13 @@
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.cloud:libraries-bom"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
Expand Down
18 changes: 16 additions & 2 deletions synth.metadata
@@ -1,11 +1,25 @@
{
"updateTime": "2020-02-01T09:13:50.266376Z",
"updateTime": "2020-02-21T23:11:07.860086Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-storage-nio.git",
"sha": "df030b86e43dd8ea627b25e2ea7700510abf2ba3"
}
},
{
"git": {
"name": "synthtool",
"remote": "rpc://devrel/cloud/libraries/tools/autosynth",
"sha": "706a38c26db42299845396cdae55db635c38794a"
}
},
{
"template": {
"name": "java_library",
"origin": "synthtool.gcp",
"version": "2019.10.17"
"version": "2020.2.4"
}
}
]
Expand Down

0 comments on commit 82a2c91

Please sign in to comment.