Commit cc71533 1 parent 1dae96b commit cc71533 Copy full SHA for cc71533
File tree 3 files changed +2
-22
lines changed
singletenancy/cilium-dualstack-overlay
3 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -566,9 +566,6 @@ stages:
566
566
cilium_dualstackoverlay_e2e :
567
567
name : cilium_dualstackoverlay_e2e
568
568
clusterName : " cildsovere2e"
569
- cilium_dualstackoverlay_cni_e2e :
570
- name : cilium_dualstackoverlay_cni_e2e
571
- clustername : " cildsovcnie2e"
572
569
steps :
573
570
- template : templates/delete-cluster.yaml
574
571
parameters :
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
name : " "
3
3
displayName : " "
4
- testDropgz : " "
5
4
clusterType : " "
6
5
clusterName : " "
7
6
vmSize : " "
@@ -64,6 +63,7 @@ stages:
64
63
sub : $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
65
64
clusterName : ${{ parameters.clusterName }}-$(commitID)
66
65
os : ${{ parameters.os }}
66
+ cni : cilium
67
67
dependsOn : ${{ parameters.name }}
68
68
dualstack : true
69
69
dns : true
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
name : " "
3
- testDropgz : " "
4
3
clusterName : " "
5
4
testHubble : false
6
5
69
68
70
69
- script : |
71
70
echo "Start Azilium E2E Tests on Overlay Cluster"
72
- CNS=$(make cns-version) DROPGZ=$(dropgzVersion)
73
- sudo -E env "PATH=$PATH" make test-integration CNS_VERSION=${CNS} CNI_DROPGZ_VERSION=${DROPGZ} INSTALL_CNS=true INSTALL_OVERLAY=true TEST_DROPGZ=${{ parameters.testDropgz }}
71
+ sudo -E env "PATH=$PATH" make test-integration AZURE_IPAM_VERSION=${IPAM} CNS_VERSION=${CNS} INSTALL_CNS=true INSTALL_DUALSTACK_OVERLAY=true
74
72
retryCountOnTaskFailure: 3
75
73
name: "aziliumTest"
76
74
displayName: "Run Azilium E2E on AKS Overlay"
@@ -112,21 +110,6 @@ steps:
112
110
name: "ciliumConnectivityTests"
113
111
displayName: "Run Cilium Connectivity Tests"
114
112
115
- - ${{ if eq( parameters['testHubble'], true) }} :
116
- - script : |
117
- echo "enable Hubble metrics server"
118
- kubectl apply -f test/integration/manifests/cilium/hubble/hubble-peer-svc.yaml
119
- kubectl apply -f test/integration/manifests/cilium/cilium-config-hubble.yaml
120
- kubectl rollout restart ds cilium -n kube-system
121
- echo "wait <3 minutes for pods to be ready after restart"
122
- kubectl rollout status ds cilium -n kube-system --timeout=3m
123
- kubectl get pods -Aowide
124
- echo "verify Hubble metrics endpoint is usable"
125
- go test ./test/integration/networkobservability -count=1 -v -tags=networkobservability
126
- retryCountOnTaskFailure: 3
127
- name: "HubbleConnectivityTests"
128
- displayName: "Run Hubble Connectivity Tests"
129
-
130
113
- script : |
131
114
set -e
132
115
cd test/integration/load
You can’t perform that action at this time.
0 commit comments