Skip to content

Commit 1408096

Browse files
committed
move test after the cns is installed
1 parent 3f92454 commit 1408096

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ steps:
7373

7474
- template: ../../templates/cilium-cli.yaml
7575

76-
- ${{ if eq( parameters['testLRP'], true) }}:
77-
- script: |
78-
set -e
79-
kubectl get pods -Aowide
80-
cd test/integration/lrp/
81-
go test ./lrp_test.go -v -tags "lrp" -count=1 -run ^TestLRP$
82-
retryCountOnTaskFailure: 3
83-
name: "LRPTest"
84-
displayName: "Run Cilium Local Redirect Policy Test"
8576

8677
- script: |
8778
echo "Start Azilium E2E Tests on Overlay Cluster"
@@ -107,6 +98,16 @@ steps:
10798
name: "CiliumStatus"
10899
displayName: "Cilium Status"
109100
101+
- ${{ if eq( parameters['testLRP'], true) }}:
102+
- script: |
103+
set -e
104+
kubectl get pods -Aowide
105+
cd test/integration/lrp/
106+
go test ./lrp_test.go -v -tags "lrp" -count=1 -run ^TestLRP$
107+
retryCountOnTaskFailure: 3
108+
name: "LRPTest"
109+
displayName: "Run Cilium Local Redirect Policy Test"
110+
110111
- task: AzureCLI@1
111112
inputs:
112113
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)

0 commit comments

Comments
 (0)