Skip to content

Commit

Permalink
update validate pods for overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed May 17, 2023
1 parent c78e2a8 commit d39328b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .pipelines/singletenancy/overlay/overlay-e2e-step-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@ steps:
pathtoPublish: "$(Build.ArtifactStagingDirectory)/test-output"
condition: always()

- script: |
echo "validate pod IP assignment and check systemd-networkd restart"
kubectl apply -f hack/manifests/hostprocess.yaml
kubectl get pod -owide -A
bash hack/scripts/validate_state.sh
name: "validatePods"
displayName: "Validate Pods"
- script: |
echo "Run Service Conformance E2E"
export PATH=${PATH}:/usr/local/bin/gsutil
Expand All @@ -136,6 +128,18 @@ steps:
cilium connectivity test
name: "ciliumConnectivityTests"
displayName: "Run Cilium Connectivity Tests"
- script: |
echo "validate pod IP assignment and check systemd-networkd restart"
kubectl apply -f hack/manifests/hostprocess.yaml
kubectl get pod -owide -A
bash hack/scripts/validate_state.sh
echo "delete cilium connectivity test resources and re-validate state"
kubectl delete ns cilium-test
kubectl get pod -owide -A
bash hack/scripts/validate_state.sh
name: "validatePods"
displayName: "Validate Pods"
- script: |
ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/test-output/
Expand Down

0 comments on commit d39328b

Please sign in to comment.