File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.pipelines/swiftv2-long-running/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ stages:
222222 echo "==> Creating test resources (8 scenarios)"
223223 export RG="$(rgName)"
224224 export BUILD_ID="$(rgName)"
225- ginkgo -v -trace --timeout=1h ./test/integration/swiftv2/longRunningCluster --focus="Datapath Create"
225+ ginkgo -v -trace --timeout=1h --focus="Datapath Create" ./test/integration/swiftv2/longRunningCluster
226226
227227 - script : |
228228 echo "Waiting 20 minutes for pods to run..."
@@ -282,5 +282,5 @@ stages:
282282 echo "==> Deleting test resources (8 scenarios)"
283283 export RG="$(rgName)"
284284 export BUILD_ID="$(rgName)"
285- ginkgo -v -trace --timeout=1h ./test/integration/swiftv2/longRunningCluster --focus="Datapath Delete"
285+ ginkgo -v -trace --timeout=1h --focus="Datapath Delete" ./test/integration/swiftv2/longRunningCluster
286286
You can’t perform that action at this time.
0 commit comments