Skip to content

Commit

Permalink
refactor: remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: nwaiyatharee <[email protected]>
  • Loading branch information
agoda-devops-container committed Sep 27, 2024
1 parent 75a230f commit 2d4844e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,8 @@ jobs:
cluster-gateway ./charts/addon-manager \
--set tag=latest
go run ./e2e/env/prepare | kubectl apply -f -
kubectl get managedclusteraddons.addon.open-cluster-management.io -A
kubectl get managedclusters.cluster.open-cluster-management.io
kubectl get virtualclusters.cluster.core.oam.dev
kubectl get pod -A
kubectl rollout status deployment -n vela-system gateway-deployment --timeout 1m
kubectl wait --for=condition=Available apiservice/v1alpha1.cluster.core.oam.dev
kubectl get clustergateway
kubectl get --raw '/apis/cluster.core.oam.dev/v1alpha1/clustergateways/loopback/proxy/healthz' -v=9
- name: Run e2e test
run: |
make test-e2e-ocm

0 comments on commit 2d4844e

Please sign in to comment.