github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/ci/cli/tasks/integration-windows.bat (about)

     1  SET GOPATH=%CD%\go
     2  SET CF_DIAL_TIMEOUT=15
     3  
     4  SET PATH=C:\Go\bin;%PATH%
     5  SET PATH=%GOPATH%\bin;%PATH%
     6  SET PATH=C:\Program Files\GnuWin32\bin;%PATH%
     7  SET PATH=%CD%;%PATH%
     8  
     9  SET /p DOMAIN=<%CD%\bosh-lock\name
    10  SET /p CF_INT_PASSWORD=<%CD%\cf-credentials\cf-password
    11  SET /p CF_INT_OIDC_PASSWORD=<%CD%\cf-credentials\uaa-oidc-password
    12  SET CF_INT_OIDC_USERNAME=admin-oidc
    13  SET CF_INT_API=https://api.%DOMAIN%
    14  
    15  pushd %CD%\cf-cli-binaries
    16  	7z e cf-cli-binaries.tgz
    17  	7z x cf-cli-binaries.tar
    18  	MOVE %CD%\cf-cli_winx64.exe ..\cf.exe
    19  popd
    20  
    21  go get -v -u github.com/onsi/ginkgo/ginkgo
    22  
    23  SET RUN_ID=(openssl rand -hex 16)
    24  
    25  cd %GOPATH%\src\code.cloudfoundry.org\cli
    26  ginkgo.exe -r -nodes=16 -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/shared/isolated ./integration/v6/isolated ./integration/shared/plugin ./integration/v6/push || exit 1
    27  ginkgo.exe -r -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/shared/global ./integration/v6/global || exit 1