From: Guillaume Abrioux Date: Mon, 8 Apr 2019 13:28:58 +0000 (+0200) Subject: tests: fix update job X-Git-Tag: v3.2.14~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e8a526c5e029752ae530b5db4f027f52801777d0;p=ceph-ansible.git tests: fix update job jenkins sets CEPH_ANSIBLE_BRANCH to stable-3.2, this makes all nightly job failing. Signed-off-by: Guillaume Abrioux --- diff --git a/tox-update.ini b/tox-update.ini index d0ab9a65f..b7b6d34dd 100644 --- a/tox-update.ini +++ b/tox-update.ini @@ -47,8 +47,8 @@ commands= vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} - # use the stable-3.1 branch to deploy a luminous cluster - git clone -b {env:CEPH_ANSIBLE_BRANCH:stable-3.1} --single-branch https://github.com/ceph/ceph-ansible.git {envdir}/tmp/ceph-ansible + # use the stable-3.1 branch to deploy a jewel cluster + git clone -b stable-3.1 --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 {envdir}/tmp/ceph-ansible/tests/functional/all_daemons/{env:INVENTORY} {envdir}/tmp/ceph-ansible/tests/functional/setup.yml