This commit adds a new job for testing the filestore-to-bluestore.yml
playbook.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
# Skip these scenarios, they don't exist.
[[ "$ghprbTargetBranch" == stable-3.1 && "$SCENARIO" =~ lvm_batch|lvm_osds ]] ||
[[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == podman ]] ||
+[[ "$ghprbTargetBranch" =~ stable-3 && "$SCENARIO" == filestore_to_bluestore ]] ||
start_tox
- shrink_mds
- shrink_rbdmirror
- lvm_auto_discovery
+ - filestore_to_bluestore
jobs:
- 'ceph-ansible-prs-common-trigger'
podman)
TOX_INI_FILE=tox-podman.ini
;;
+ filestore_to_bluestore)
+ TOX_INI_FILE=tox-filestore_to_bluestore.ini
+ ;;
*)
TOX_INI_FILE=tox.ini
;;