Skip to content

Commit a54369e

Browse files
authored
ci: remove unused cilium files (#2334)
* remove unused cilium files * remove creation of cilium/configmap in overlaye2e and scale tests
1 parent 95cade1 commit a54369e

File tree

6 files changed

+0
-66
lines changed

6 files changed

+0
-66
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ stages:
6767
kubectl get po -owide -A
6868
6969
echo "deploy Cilium ConfigMap"
70-
kubectl apply -f cilium/configmap.yaml
7170
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
7271
echo "install Cilium onto Overlay Cluster"
7372
kubectl apply -f test/integration/manifests/cilium/cilium-agent

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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ steps:
4040
kubectl cluster-info
4141
kubectl get po -owide -A
4242
echo "deploy Cilium ConfigMap"
43-
kubectl apply -f cilium/configmap.yaml
4443
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
4544
echo "install Cilium ${CILIUM_VERSION_TAG}"
4645
envsubst '${CILIUM_VERSION_TAG},${CILIUM_IMAGE_REGISTRY}' < test/integration/manifests/cilium/daemonset.yaml | kubectl apply -f -

cilium/cilium_helm_values.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

cilium/configmap.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)