We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02d92c commit b6560d2Copy full SHA for b6560d2
3 files changed
ββ¦pubsub/.kokoro/nightly/jave8-samples.cfgβ ββ¦pubsub/.kokoro/nightly/java8-samples.cfgβjava-pubsub/.kokoro/nightly/jave8-samples.cfg renamed to java-pubsub/.kokoro/nightly/java8-samples.cfg
ββ¦bsub/.kokoro/presubmit/jave8-samples.cfgβ ββ¦bsub/.kokoro/presubmit/java8-samples.cfgβjava-pubsub/.kokoro/presubmit/jave8-samples.cfg renamed to java-pubsub/.kokoro/presubmit/java8-samples.cfg
βjava-pubsub/.kokoro/run_samples_tests.shβ
100644
100755
@@ -28,6 +28,10 @@ cd ${scriptDir}/..
28
# include common functions
29
source ${scriptDir}/common.sh
30
31
+# Setup required env variables
32
+source ${KOKORO_GFILE_DIR}/pubsub_secrets.txt
33
+echo "********** Successfully Set All Environment Variables **********"
34
+
35
# Attempt to install 3 times with exponential backoff (starting with 10 seconds)
36
retry_with_backoff 3 10 \
37
mvn install -B -V \
@@ -48,4 +52,4 @@ cd samples/
48
52
49
53
echo -e "\n******************** RUNNING SAMPLE TESTS ********************"
50
54
51
-mvn --fail-at-end clean verify
55
+mvn --fail-at-end clean verify
0 commit comments