Skip to content

Commit

Permalink
ci: Adding #1962 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Jun 8, 2023
1 parent 783c0ab commit a09c57c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pipelines/singletenancy/cilium/cilium-e2e-step-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ steps:
name: "validatePods"
displayName: "Validate Pods"
- 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/
echo $ARTIFACT_DIR
Expand Down

0 comments on commit a09c57c

Please sign in to comment.