From 4c4b21ec663a7a7bd55727c978677a22f495259e Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 8 Mar 2017 14:43:33 +0000 Subject: [PATCH] Revert "Don't run integration tests, as the VMs are being compromised." This reverts commit 093c21c2076a98d4fd9edf96395c4a79105ed86b. --- circle.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/circle.yml b/circle.yml index 050fe8fa4..6c4a9c5e3 100644 --- a/circle.yml +++ b/circle.yml @@ -54,20 +54,20 @@ test: parallel: true - cd $SRCDIR/extras; ./build_on_circle.sh: parallel: true -# - "test -z \"$SECRET_PASSWORD\" || (cd $SRCDIR/integration; ./gce.sh setup && eval $(./gce.sh hosts); ./setup.sh)": -# parallel: true -# - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; eval $(./gce.sh hosts); ./run_all.sh): -# parallel: true -# timeout: 300 -# post: -# - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh destroy): -# parallel: true -# - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; ./tools/cover/gather_coverage.sh ./coverage $SRCDIR/coverage): -# parallel: true -# - test "$CIRCLE_NODE_INDEX" != "0" || (goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true): -# parallel: true -# - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; cp scope.tar $CIRCLE_ARTIFACTS): -# parallel: true + - "test -z \"$SECRET_PASSWORD\" || (cd $SRCDIR/integration; ./gce.sh setup && eval $(./gce.sh hosts); ./setup.sh)": + parallel: true + - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; eval $(./gce.sh hosts); ./run_all.sh): + parallel: true + timeout: 300 + post: + - test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh destroy): + parallel: true + - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; ./tools/cover/gather_coverage.sh ./coverage $SRCDIR/coverage): + parallel: true + - test "$CIRCLE_NODE_INDEX" != "0" || (goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true): + parallel: true + - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; cp scope.tar $CIRCLE_ARTIFACTS): + parallel: true deployment: hub: