File tree
Expand file treeCollapse file tree3 files changed
+38
-10
lines changed Expand file treeCollapse file tree3 files changed
+38
-10
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -62,14 +62,21 @@ integration)
|
62 | 62 | bash .kokoro/coerce_logs.sh
|
63 | 63 | ;;
|
64 | 64 | 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 |
73 | 80 | ;;
|
74 | 81 | clirr)
|
75 | 82 | mvn -B -Denforcer.skip=true clirr:check
|
|
Original file line number | Diff line number | Diff line change |
---|
|
54 | 54 | "semanticCommitType": "build",
|
55 | 55 | "semanticCommitScope": "deps"
|
56 | 56 | },
|
| 57 | +{ |
| 58 | +"packagePatterns": [ |
| 59 | +"^com.google.cloud:libraries-bom" |
| 60 | +], |
| 61 | +"semanticCommitType": "chore", |
| 62 | +"semanticCommitScope": "deps" |
| 63 | +}, |
57 | 64 | {
|
58 | 65 | "packagePatterns": [
|
59 | 66 | "^com.google.cloud:google-cloud-"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | {
|
2 |
| -"updateTime": "2020-02-01T09:13:43.890088Z", |
| 2 | +"updateTime": "2020-02-21T23:11:00.093008Z", |
3 | 3 | "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 | +}, |
4 | 18 | {
|
5 | 19 | "template": {
|
6 | 20 | "name": "java_library",
|
7 | 21 | "origin": "synthtool.gcp",
|
8 |
| -"version": "2019.10.17" |
| 22 | +"version": "2020.2.4" |
9 | 23 | }
|
10 | 24 | }
|
11 | 25 | ]
|
|
You can’t perform that action at this time.
0 commit comments