]> 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:28:58 +0000 (15:28 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 8 Apr 2019 13:32:43 +0000 (09:32 -0400)
jenkins sets CEPH_ANSIBLE_BRANCH to stable-3.2, this makes all
nightly job failing.

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

index d0ab9a65f1c7a6c6ca5461680473ab55e4353e86..b7b6d34dd48bb2debc32c1eb1d6fb272f11ded0b 100644 (file)
@@ -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