Skip to content

Commit 84ef131

Browse files
author
sivakami
committed
fix ginkgo flag.
1 parent b07b697 commit 84ef131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)