Skip to content

Commit 48b5496

Browse files
authored
---
yaml --- r: 33101 b: refs/heads/autosynth-kms c: 6f9d239 h: refs/heads/master i: 33099: 3e11998
1 parent 7286ccc commit 48b5496

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133133
refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135-
refs/heads/autosynth-kms: 4748868df47c09fb13a244750e24612a87e20871
135+
refs/heads/autosynth-kms: 6f9d2396bfa3fbc2dc37291c46ce135c3b34c9d6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e

branches/autosynth-kms/.kokoro/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ if [[ "${SKIP_INTEGRATION_TESTS_IF_NO_CHANGES}" == "true" ]] &&
5151
fi
5252
fi
5353

54-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
54+
mvn install -B -V \
55+
-DskipTests=true \
56+
-Dmaven.javadoc.skip=true \
57+
-Dgcloud.download.skip=true \
58+
-T 1C
5559

5660
# prepend Kokoro root directory onto GOOGLE_APPLICATION_CREDENTIALS path
5761
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" ]]; then

branches/autosynth-kms/.kokoro/release/publish_javadoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pushd $(dirname "$0")/../../
3131
python3 -m pip install gcp-docuploader
3232

3333
# compile all packages
34-
mvn clean install -B -DskipTests=true
34+
mvn clean install -B -DskipTests=true -T 1C
3535

3636
build_and_publish_site() {
3737
DIRECTORY=$1
@@ -63,4 +63,4 @@ build_and_publish_site() {
6363

6464
# TODO (chingor): split all the artifacts
6565
build_and_publish_site google-api-grpc
66-
build_and_publish_site google-cloud-clients
66+
build_and_publish_site google-cloud-clients

0 commit comments

Comments
 (0)