Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
  • Loading branch information
shubham-cmyk committed Oct 7, 2023
1 parent 14fe362 commit e583761
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,9 @@ jobs:
run: |
make deploy
- name: Logs
run: |
kubectl get namespace
kubectl get pod -n redis-operator-system
kubectl get deployments.apps -n redis-operator-system redis-operator-redis-operator -oyaml
- name: Wait for Redis Operator to be ready
run: |
kubectl wait --for=condition=available --timeout=300s deployment/redis-operator-redis-operator -n redis-operator-system
- name: Logs 2
run: |
kubectl get namespace
kubectl get pod -n redis-operator-system
kubectl get deployments.apps -n redis-operator-system redis-operator-redis-operator -oyaml
- name: Run kuttl test
run: kuttl test ${{ matrix.testpath }} --config tests/_config/kuttl-test.yaml

0 comments on commit e583761

Please sign in to comment.