File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ source ${scriptDir}/common.sh
2727mvn -version
2828echo ${JOB_TYPE}
2929
30- # attempt to install 3 times with exponential backoff (starting with 10 seconds)
3130retry_with_backoff 3 10 \
3231 mvn install -B -V -ntp \
3332 -DskipTests=true \
@@ -36,7 +35,7 @@ retry_with_backoff 3 10 \
3635 -Denforcer.skip=true \
3736 -Dmaven.javadoc.skip=true \
3837 -Dgcloud.download.skip=true \
39- -pl ! pqc-test- common \
38+ -pl ! pqc-test, ! pqc-test/pqc-test- common, ! pqc-test/pqc-test-snapshot, ! pqc-test/pqc-test-release \
4039 -T 1C
4140
4241retry_with_backoff 3 10 \
@@ -47,7 +46,7 @@ retry_with_backoff 3 10 \
4746 -Denforcer.skip=true \
4847 -Dmaven.javadoc.skip=true \
4948 -Dgcloud.download.skip=true \
50- -pl pqc-test \
49+ -pl pqc-test,pqc-test/pqc-test-common,pqc-test/pqc-test-snapshot,pqc-test/pqc-test-release \
5150 -T 1C
5251
5352# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
You can’t perform that action at this time.
0 commit comments