Skip to content

Commit

Permalink
ci: skip rbd command in ci
Browse files Browse the repository at this point in the history
until we fix the rbd hang command issue let's skip this
in CI so that other PR's CI goes to running.

Signed-off-by: subhamkrai <[email protected]>
  • Loading branch information
subhamkrai committed Mar 15, 2024
1 parent eb29899 commit 644a299
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
kubectl -n rook-ceph wait deployment rook-ceph-mon-d --for condition=Available=True --timeout=90s
kubectl -n rook-ceph wait deployment rook-ceph-mon-e --for condition=Available=True --timeout=90s
- name: Rbd command
run: |
set -ex
kubectl rook-ceph rbd ls replicapool
# TODO: To fix when running in CI
# - name: Rbd command
# run: |
# set -ex
# kubectl rook-ceph rbd ls replicapool

- name: Subvolume command
run: |
Expand Down Expand Up @@ -224,10 +225,11 @@ jobs:
kubectl -n test-cluster wait deployment rook-ceph-mon-d --for condition=Available=True --timeout=90s
kubectl -n test-cluster wait deployment rook-ceph-mon-e --for condition=Available=True --timeout=90s
- name: Rbd command
run: |
set -ex
kubectl rook-ceph --operator-namespace test-operator -n test-cluster rbd ls replicapool
# TODO: To fix when running in CI
# - name: Rbd command
# run: |
# set -ex
# kubectl rook-ceph --operator-namespace test-operator -n test-cluster rbd ls replicapool

- name: Subvolume command
run: |
Expand Down

0 comments on commit 644a299

Please sign in to comment.