Skip to content

Commit 8b5a956

Browse files
authored
ci: Replace make test-integration [2/2] (#2554)
ci: capture missed e2e
1 parent 36d83ce commit 8b5a956

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

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

+1-34
Original file line numberDiff line numberDiff line change
@@ -73,31 +73,11 @@ steps:
7373
else
7474
CNS=$(make cns-version) IPAM=$(make azure-ipam-version)
7575
fi
76-
sudo -E env "PATH=$PATH" make test-integration AZURE_IPAM_VERSION=${IPAM} CNS_VERSION=${CNS} INSTALL_CNS=true INSTALL_OVERLAY=true
76+
sudo -E env "PATH=$PATH" make test-load SCALE_UP=32 OS_TYPE=linux VALIDATE_STATEFILE=true INSTALL_CNS=true INSTALL_OVERLAY=true AZURE_IPAM_VERSION=${IPAM} CNS_VERSION=${CNS} CLEANUP=true
7777
retryCountOnTaskFailure: 3
7878
name: "aziliumTest"
7979
displayName: "Run Azilium E2E on AKS Overlay"
8080
81-
- script: |
82-
echo "Status of the nodes and pods after the test"
83-
kubectl get nodes -o wide
84-
kubectl get pods -A -o wide
85-
echo "Logs will be available as a build artifact"
86-
ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/test-output/
87-
echo $ARTIFACT_DIR
88-
sudo rm -rf $ARTIFACT_DIR
89-
sudo mkdir $ARTIFACT_DIR
90-
sudo cp test/integration/logs/* $ARTIFACT_DIR
91-
name: "GetLogs"
92-
displayName: "Get logs"
93-
condition: always()
94-
95-
- task: PublishBuildArtifacts@1
96-
inputs:
97-
artifactName: test-output
98-
pathtoPublish: "$(Build.ArtifactStagingDirectory)/test-output"
99-
condition: always()
100-
10181
- script: |
10282
kubectl get pods -A
10383
echo "Waiting < 2 minutes for cilium to be ready"
@@ -176,19 +156,6 @@ steps:
176156
name: "CiliumIdentities"
177157
displayName: "Verify Cilium Identities Deletion"
178158
179-
- script: |
180-
echo "validate pod IP assignment before CNS restart"
181-
kubectl get pod -owide -A
182-
make test-validate-state
183-
echo "restart CNS"
184-
kubectl rollout restart ds azure-cns -n kube-system
185-
kubectl rollout status ds azure-cns -n kube-system
186-
kubectl get pod -owide -A
187-
echo "validate pods after CNS restart"
188-
make test-validate-state
189-
name: "restartCNS"
190-
displayName: "Restart CNS and validate pods"
191-
192159
- script: |
193160
echo "Run wireserver and metadata connectivity Tests"
194161
bash test/network/wireserver_metadata_test.sh

0 commit comments

Comments
 (0)