Skip to content

Commit 166d83c

Browse files
committed
build: fix ci
1 parent 95d0601 commit 166d83c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.kokoro/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ source ${scriptDir}/common.sh
2727
mvn -version
2828
echo ${JOB_TYPE}
2929

30-
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
3130
retry_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

4241
retry_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

0 commit comments

Comments
 (0)