]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: add filestore_to_bluestore job 1447/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 10 Dec 2019 13:34:50 +0000 (14:34 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 10 Dec 2019 13:34:50 +0000 (14:34 +0100)
This commit adds a new job for testing the filestore-to-bluestore.yml
playbook.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-prs/build/build
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml
scripts/build_utils.sh

index ed377d8a09e3cf5cbee14d69e0d34d34578d26a4..a2745e4bba6fae5626c338188fe10570a6086829 100644 (file)
@@ -31,4 +31,5 @@ rm -rf $HOME/ansible/facts/*
 # 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
index 209cf2f8f408e93df5808ebbdf89e5eb3e33364f..25cb3a9e7c795d2383cab100017ae4e42ddc95d9 100644 (file)
@@ -77,6 +77,7 @@
       - shrink_mds
       - shrink_rbdmirror
       - lvm_auto_discovery
+      - filestore_to_bluestore
     jobs:
         - 'ceph-ansible-prs-common-trigger'
 
index 83a786b95aeaa61d5c99a9f05870ab0d1b840377..71d3209d7cf24ddc7a9c8ea5b44897a9138373a9 100644 (file)
@@ -849,6 +849,9 @@ case $SCENARIO in
   podman)
     TOX_INI_FILE=tox-podman.ini
     ;;
+  filestore_to_bluestore)
+    TOX_INI_FILE=tox-filestore_to_bluestore.ini
+    ;;
   *)
     TOX_INI_FILE=tox.ini
     ;;