File tree Expand file tree Collapse file tree
branches/autosynth-dlp/.kokoro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
103103refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106- refs/heads/autosynth-dlp: 4748868df47c09fb13a244750e24612a87e20871
106+ refs/heads/autosynth-dlp: 6f9d2396bfa3fbc2dc37291c46ce135c3b34c9d6
107107refs/heads/autosynth-logging: eca54b98c8cf82050bbdfc5c19139673dff9e5b8
108108refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ if [[ "${SKIP_INTEGRATION_TESTS_IF_NO_CHANGES}" == "true" ]] &&
5151 fi
5252fi
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
5761if [[ ! -z " ${GOOGLE_APPLICATION_CREDENTIALS} " ]]; then
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pushd $(dirname "$0")/../../
3131python3 -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
3636build_and_publish_site () {
3737 DIRECTORY=$1
@@ -63,4 +63,4 @@ build_and_publish_site() {
6363
6464# TODO (chingor): split all the artifacts
6565build_and_publish_site google-api-grpc
66- build_and_publish_site google-cloud-clients
66+ build_and_publish_site google-cloud-clients
You can’t perform that action at this time.
0 commit comments