Skip to content

Commit 0178abb

Browse files
camrynlpaulyufan2
authored andcommitted
remove creation of cilium/configmap in overlaye2e and scale tests
1 parent cf27455 commit 0178abb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.pipelines/cni/cilium/cilium-scale-test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ stages:
1919
az aks get-credentials --resource-group ${CLUSTER} --name ${CLUSTER}
2020
echo "Redeploy all cilium components and update cilium version. Redeploy all to catch all changes between versions"
2121
echo "deploy Cilium ConfigMap"
22-
kubectl apply -f cilium/configmap.yaml
2322
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
2423
echo "install Cilium ${CILIUM_VERSION_TAG}"
2524
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/daemonset.yaml | kubectl apply -f -

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

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ steps:
4242
kubectl get po -owide -A
4343
if [ "$CILIUM_VERSION_TAG" = "cilium-nightly-pipeline" ]; then FILE_PATH=-nightly && echo "Running nightly"; fi
4444
echo "deploy Cilium ConfigMap"
45-
kubectl apply -f cilium/configmap.yaml
4645
kubectl apply -f test/integration/manifests/cilium/cilium${FILE_PATH}-config.yaml
4746
echo "install Cilium ${CILIUM_VERSION_TAG}"
4847
# Passes Cilium image to daemonset and deployment

0 commit comments

Comments
 (0)