]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: switch devstack to rocky branch and tempest to 19.0.0 tag
authorJason Dillaman <dillaman@redhat.com>
Thu, 11 Oct 2018 20:00:49 +0000 (16:00 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 12 Oct 2018 12:40:44 +0000 (08:40 -0400)
Fixes: http://tracker.ceph.com/issues/36410
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/run_devstack_tempest.sh

index 8d7ada2a3ce937a8ae2f376483ec9b7efe45d017..af2c115ab6eb3d64368849cf006f3dbb14083474 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env bash
 set -ex
 
-STACK_BRANCH=stable/pike
-TEMPEST_BRANCH=17.2.0
+STACK_BRANCH=stable/rocky
+TEMPEST_BRANCH=19.0.0
 
 STACK_USER=${STACK_USER:-stack}
 STACK_GROUP=${STACK_GROUP:-stack}