Skip to content

Commit

Permalink
test: only create replicated pools in ci
Browse files Browse the repository at this point in the history
Creating an EC pool is causing the CI to hang when the EC
pool is initialized since there aren't enough OSDs to
satisfy the EC parameters.

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
  • Loading branch information
travisn committed Dec 15, 2021
1 parent cbdaca6 commit 61802ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/scripts/github-action-helper.sh
Expand Up @@ -212,7 +212,6 @@ function deploy_cluster() {
kubectl create -f cluster-test.yaml
kubectl create -f object-test.yaml
kubectl create -f pool-test.yaml
kubectl create -f pool-ec.yaml
kubectl create -f filesystem-test.yaml
kubectl create -f rbdmirror.yaml
kubectl create -f filesystem-mirror.yaml
Expand Down

0 comments on commit 61802ad

Please sign in to comment.