File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
.pipelines/swiftv2-long-running/template Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -161,20 +161,20 @@ stages:
161161 inputs :
162162 version : " 1.22.5"
163163 - task : AzureCLI@2
164- displayName : " Run Ginkgo Datapath Suite"
165- inputs :
166- azureSubscription : ${{ parameters.serviceConnection }}
167- scriptType : bash
168- scriptLocation : inlineScript
169- inlineScript : |
170- echo "==> Installing Ginkgo CLI"
171- go install github.com/onsi/ginkgo/v2/ginkgo@latest
172-
173- echo "==> Adding Go bin to PATH"
174- export PATH=$PATH:$(go env GOPATH)/bin
175-
176- echo "==> Running datapath tests"
177- export RG=${{ parameters.resourceGroupName }}
178- export BUILD_ID=$(Build.BuildId)
179- ginkgo -v -trace ./test/integration/swiftv2/long_running_cluster
180- displayName : " Run Ginkgo Datapath Suite "
164+ displayName : " Run Ginkgo Datapath Suite"
165+ inputs :
166+ azureSubscription : ${{ parameters.serviceConnection }}
167+ scriptType : bash
168+ scriptLocation : inlineScript
169+ inlineScript : |
170+ echo "==> Installing Ginkgo CLI"
171+ go install github.com/onsi/ginkgo/v2/ginkgo@latest
172+
173+ echo "==> Adding Go bin to PATH"
174+ export PATH=$PATH:$(go env GOPATH)/bin
175+
176+ echo "==> Running datapath tests"
177+ export RG=${{ parameters.resourceGroupName }}
178+ export BUILD_ID=$(Build.BuildId)
179+ ginkgo -v -trace ./test/integration/swiftv2/long_running_cluster
180+
You can’t perform that action at this time.
0 commit comments