Skip to content

Commit

Permalink
remove creation of cilium/configmap in overlaye2e and scale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed Oct 27, 2023
1 parent 2f46736 commit dd33fd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pipelines/cni/cilium/cilium-scale-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ stages:
az aks get-credentials --resource-group ${CLUSTER} --name ${CLUSTER}
echo "Redeploy all cilium components and update cilium version. Redeploy all to catch all changes between versions"
echo "deploy Cilium ConfigMap"
kubectl apply -f cilium/configmap.yaml
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
echo "install Cilium ${CILIUM_VERSION_TAG}"
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/daemonset.yaml | kubectl apply -f -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ steps:
kubectl get po -owide -A
if [ "$CILIUM_VERSION_TAG" = "cilium-nightly-pipeline" ]; then FILE_PATH=-nightly && echo "Running nightly"; fi
echo "deploy Cilium ConfigMap"
kubectl apply -f cilium/configmap.yaml
kubectl apply -f test/integration/manifests/cilium/cilium${FILE_PATH}-config.yaml
echo "install Cilium ${CILIUM_VERSION_TAG}"
# Passes Cilium image to daemonset and deployment
Expand Down

0 comments on commit dd33fd9

Please sign in to comment.