]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix update job
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Apr 2019 13:09:47 +0000 (15:09 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 8 Apr 2019 13:19:34 +0000 (09:19 -0400)
jenkins sets `CEPH_ANSIBLE_BRANCH` to `stable-4.0`, this makes all
nightly job failing.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tox-update.ini

index f3a5c0d86ba9be4ba4ea6b3b867d64a72bd4bd8c..4310d099b8183075d46eca34031d4585630ba61c 100644 (file)
@@ -48,7 +48,7 @@ commands=
   bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
 
   # use the stable-3.2 branch to deploy a luminous cluster
-  git clone -b {env:CEPH_ANSIBLE_BRANCH:stable-3.2} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible
+  git clone -b stable-3.2 --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible
   pip install -r {envdir}/tmp/ceph-ansible/tests/requirements.txt
 
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {envdir}/tmp/ceph-ansible/tests/functional/setup.yml