]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Use correct branch for fuel-devops 15/41715/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 22 Apr 2021 14:25:00 +0000 (18:25 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 22 Apr 2021 14:25:00 +0000 (18:25 +0400)
Change-Id: I5d6e4718043716d6e13237aef264cfd654dde54d

maintenance-ci/common/scripts/build_mos_swarm_slave_image.sh

index 9b2e93b8bdd54c2783deb91aa4c4ee0f30b52954..c31e90c2e49949185f807bb878137be256a38252 100644 (file)
@@ -162,7 +162,7 @@ pip install virtualenv
 sudo -u jenkins -H bash -c "virtualenv /home/jenkins/qa-venv-9.x
 source /home/jenkins/qa-venv-9.x/bin/activate
   pip install -U pip
-  pip install git+https://review.fuel-infra.org/openstack/fuel-devops
+  pip install git+https://review.fuel-infra.org/openstack/fuel-devops@release/2.9
 
   django-admin.py syncdb --settings=devops.settings
   django-admin.py migrate devops --settings=devops.settings