Skip to content

Commit 7d8645d

Browse files
authored
---
yaml --- r: 13243 b: refs/heads/autosynth-texttospeech c: e2fc8a0 h: refs/heads/master i: 13241: 7660a74 13239: b9d2b9a
1 parent 499d30a commit 7d8645d

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 563dc6c78c6a2579b681f441f0a9b59005212394
144144
refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146-
refs/heads/autosynth-texttospeech: 0f68cb83e8d37ccd73d18cc768c52f4c6d2aba5d
146+
refs/heads/autosynth-texttospeech: e2fc8a0c8619e7dcddaaab46a825ea579d616c0c
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=tr
2525

2626
# prepend Kokoro root directory onto GOOGLE_APPLICATION_CREDENTIALS path
2727
if [ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
28-
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_ROOT}/src/${GOOGLE_APPLICATION_CREDENTIALS}
28+
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_ROOT}/src/${GOOGLE_APPLICATION_CREDENTIALS})
2929
fi
3030

3131
case $JOB_TYPE in
@@ -40,7 +40,7 @@ javadoc)
4040
mvn javadoc:javadoc javadoc:test-javadoc
4141
;;
4242
integration)
43-
./utilities/verify_single_it.sh $INTEGRATION_TEST_ARGS
43+
mvn -B -pl ${INTEGRATION_TEST_ARGS} -DtrimStackTrace=false -fae verify
4444
;;
4545
*)
4646
;;

branches/autosynth-texttospeech/.kokoro/presubmit/spanner-it.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env_vars: {
88

99
env_vars: {
1010
key: "INTEGRATION_TEST_ARGS"
11-
value: "google-cloud-clients/google-cloud-spanner"
11+
value: "google-cloud-clients/google-cloud-spanner -Dspanner.testenv.instance=projects/gcloud-devel/instances/spanner-testing"
1212
}
1313

1414
env_vars: {

branches/autosynth-texttospeech/google-cloud-clients/google-cloud-spanner/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<configuration>
6060
<systemPropertyVariables>
6161
<spanner.testenv.config.class>com.google.cloud.spanner.GceTestEnvConfig</spanner.testenv.config.class>
62-
<spanner.testenv.instance>projects/gcloud-devel/instances/spanner-testing</spanner.testenv.instance>
6362
</systemPropertyVariables>
6463
<groups>com.google.cloud.spanner.IntegrationTest</groups>
6564
<excludedGroups>com.google.cloud.spanner.FlakyTest</excludedGroups>

branches/autosynth-texttospeech/google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
</execution>
583583
</executions>
584584
<configuration>
585-
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
585+
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
586586
<reportNameSuffix>sponge_log</reportNameSuffix>
587587
</configuration>
588588
</plugin>

0 commit comments

Comments
 (0)