Skip to content

Commit

Permalink
all: fix integration CI (#3222)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pongad authored May 11, 2018
1 parent 56f451d commit 7091435
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions utilities/verify_single_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@ fi
export GCLOUD_PROJECT="$GCLOUD_PROJECT"
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath "$GOOGLE_APPLICATION_CREDENTIALS")

echo "----- building and installing google-cloud-bom -----"
mvn -B -pl google-cloud-bom install -DskipTests

echo "----- building and installing parent pom -----"
mvn -B -N install -DskipTests

echo "----- building and installing shared modules -----"
# storage is present because google-cloud-bigquery and google-cloud-notification depend on it
# pubsub is present because google-cloud-notification depends on it
mvn -B -pl google-cloud-core,google-cloud-core-http,google-cloud-core-grpc,google-cloud-storage,google-cloud-pubsub install -DskipTests
echo "----- installing modules -----"
mvn -B install -DskipTests

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

0 comments on commit 7091435

Please sign in to comment.