From: Guillaume Abrioux Date: Mon, 8 Apr 2019 13:09:47 +0000 (+0200) Subject: tests: fix update job X-Git-Tag: v4.0.0rc4~59 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=36f72446a85bfb07600c33020fb63419ecdf0428;p=ceph-ansible.git tests: fix update job jenkins sets `CEPH_ANSIBLE_BRANCH` to `stable-4.0`, this makes all nightly job failing. Signed-off-by: Guillaume Abrioux --- diff --git a/tox-update.ini b/tox-update.ini index f3a5c0d86..4310d099b 100644 --- a/tox-update.ini +++ b/tox-update.ini @@ -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