File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
.pipelines/singletenancy/cilium-overlay Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments