From 5516f7b7d04b1f434dfd50615973b75cb72f09e6 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 27 Feb 2017 11:54:40 +0100 Subject: [PATCH] Revert "Disable Scope integration tests." This reverts commit fe7ec8f133fb2d757ac1f1c5c83eb48eb6ced2e7. --- circle.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/circle.yml b/circle.yml index 4b72a6b78..fc86c5be9 100644 --- a/circle.yml +++ b/circle.yml @@ -53,16 +53,16 @@ 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 + - "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 -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):