File tree Expand file tree Collapse file tree
branches/pubsub-ordering-keys/.kokoro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158- refs/heads/pubsub-ordering-keys: 4748868df47c09fb13a244750e24612a87e20871
158+ refs/heads/pubsub-ordering-keys: 6f9d2396bfa3fbc2dc37291c46ce135c3b34c9d6
159159refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
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