Skip to content

Commit

Permalink
ci: remove unused cilium files (#2334)
Browse files Browse the repository at this point in the history
* remove unused cilium files

* remove creation of cilium/configmap in overlaye2e and scale tests
  • Loading branch information
camrynl authored Oct 28, 2023
1 parent 95cade1 commit a54369e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ stages:
kubectl get po -owide -A
echo "deploy Cilium ConfigMap"
kubectl apply -f cilium/configmap.yaml
kubectl apply -f test/integration/manifests/cilium/cilium-config.yaml
echo "install Cilium onto Overlay Cluster"
kubectl apply -f test/integration/manifests/cilium/cilium-agent
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ steps:
kubectl cluster-info
kubectl get po -owide -A
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
41 changes: 0 additions & 41 deletions cilium/cilium_helm_values.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions cilium/configmap.yaml

This file was deleted.

0 comments on commit a54369e

Please sign in to comment.