Skip to content

Commit 47dc986

Browse files
authored
---
yaml --- r: 29937 b: refs/heads/autosynth-video-intelligence c: 6f9d239 h: refs/heads/master i: 29935: 038082a
1 parent 1d12cfb commit 47dc986

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
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 4748868df47c09fb13a244750e24612a87e20871
118+
refs/heads/autosynth-video-intelligence: 6f9d2396bfa3fbc2dc37291c46ce135c3b34c9d6
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

branches/autosynth-video-intelligence/.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-video-intelligence/.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)