Skip to content

Commit

Permalink
Remove cilium-cli-test-job-chart
Browse files Browse the repository at this point in the history
Now all the cloud workflows run cilium-cli inside a container instead of
using cilium-cli-test-job-chart.

Also update eks-tunnel.yaml and remove the helm install step. I forgot
to remove it in 5146f46.

Fixes: #2623

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed Jun 26, 2024
1 parent faed465 commit 6f9e6ee
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 182 deletions.
23 changes: 0 additions & 23 deletions .github/cilium-cli-test-job-chart/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions .github/cilium-cli-test-job-chart/Chart.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/cilium-cli-test-job-chart/templates/job.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/cilium-cli-test-job-chart/values.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/in-cluster-test-scripts/aks-byocni-install.sh

This file was deleted.

25 changes: 0 additions & 25 deletions .github/in-cluster-test-scripts/aks.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/eks-tunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ jobs:
skip-build: 'true'
image-tag: ${{ steps.vars.outputs.sha }}

- name: Create cilium-cli test job
run: |
helm install .github/cilium-cli-test-job-chart \
--generate-name \
--set tag=${{ steps.vars.outputs.sha }} \
--set cilium_version=${{ env.cilium_version }} \
--set cluster_name=${{ env.clusterName }}
- name: Install Cilium and run tests
timeout-minutes: 30
run: |
Expand Down
2 changes: 0 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
* @cilium/cli
/CODEOWNERS @cilium/contributing
/.github/ @cilium/contributing
/.github/cilium-cli-test-job-chart/ @cilium/github-sec @cilium/ci-structure
/.github/gcp-vm-startup.sh @cilium/ci-structure
/.github/get-kubeconfig.sh @cilium/github-sec @cilium/ci-structure
/.github/in-cluster-test-scripts/ @cilium/ci-structure
/.github/kind-config*.yaml @cilium/ci-structure
/.github/tools/ @cilium/ci-structure
/.github/workflows/ @cilium/github-sec @cilium/ci-structure
Expand Down

0 comments on commit 6f9e6ee

Please sign in to comment.