Skip to content

Commit 7091435

Browse files
authored
all: fix integration CI (#3222)
Proto- and grpc- packages have moved to this repository. When we run integration on CI, we must build them, otherwise the tasks will fail from not being able to find dependencies.
1 parent 56f451d commit 7091435

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

utilities/verify_single_it.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ fi
1515
export GCLOUD_PROJECT="$GCLOUD_PROJECT"
1616
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath "$GOOGLE_APPLICATION_CREDENTIALS")
1717

18-
echo "----- building and installing google-cloud-bom -----"
19-
mvn -B -pl google-cloud-bom install -DskipTests
20-
21-
echo "----- building and installing parent pom -----"
22-
mvn -B -N install -DskipTests
23-
24-
echo "----- building and installing shared modules -----"
25-
# storage is present because google-cloud-bigquery and google-cloud-notification depend on it
26-
# pubsub is present because google-cloud-notification depends on it
27-
mvn -B -pl google-cloud-core,google-cloud-core-http,google-cloud-core-grpc,google-cloud-storage,google-cloud-pubsub install -DskipTests
18+
echo "----- installing modules -----"
19+
mvn -B install -DskipTests
2820

2921
echo "----- running integration tests -----"
3022
mvn -B -pl $MODULE -DtrimStackTrace=false -fae verify ${ARGS}

0 commit comments

Comments
 (0)