From 4e71a1af4d111e426c24f58d58180fa3110bb39f Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Fri, 3 Aug 2018 11:27:31 +0800 Subject: [PATCH] Remove BAT from travis.yml (#5511) We used to trigger make install and try to access Harbor in travis. This is unnecessary as it's run in Drone. So this commit removes that chunk from .travis.yml Conflicts: .travis.yml --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7610f288..3dc4edd1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,18 +102,8 @@ script: - sudo -E env "PATH=$PATH" "POSTGRES_MIGRATION_SCRIPTS_PATH=/home/travis/gopath/src/github.com/vmware/harbor/make/migrations/postgresql/" ./tests/coverage4gotest.sh - goveralls -coverprofile=profile.cov -service=travis-ci - docker-compose -f make/docker-compose.test.yml down - - sudo rm -rf /data/config/* - - sudo rm -rf /data/database/* - ls /data/cert - - sudo make install GOBUILDIMAGE=golang:1.9.2 COMPILETAG=compile_golangimage CLARITYIMAGE=vmware/harbor-clarity-ui-builder:1.6.0 NOTARYFLAG=true CLAIRFLAG=true - - sleep 10 - - docker ps - - ./tests/validatecontainers.sh - - ./tests/notarytest.sh - ./tests/swaggerchecker.sh - - ./tests/startuptest.sh - - ./tests/userlogintest.sh ${HARBOR_ADMIN} ${HARBOR_ADMIN_PASSWD} - - export REDIS_HOST=$IP # - sudo ./tests/testprepare.sh # - go test -v ./tests/apitests