From: Srinivas Rachakonda Date: Tue, 21 Jul 2020 18:09:46 +0000 (+0530) Subject: updating alembic to 1.4.0 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F91509%2F4;p=releng%2Fbuilder.git updating alembic to 1.4.0 alembic 1.4.2 is having issues. Updating the package with 1.4.0 Signed-off-by: Srinivas Rachakonda Change-Id: I47fe889282d0dc69db5bdfa550ac2add1bc7ecd6 --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 5c31cbd61f..464072b7f9 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -108,6 +108,8 @@ function install_openstack_clients_in_robot_vm() { done if [ "${ENABLE_NETWORKING_L2GW}" == "yes" ]; then + #alembic 1.4.2 is having issues. Updating the package with 1.4.0 + $PYTHON -m pip install alembic===1.4.0 #networking-l2gw is not officially available in any release yet. Getting the latest stable version. $PYTHON -m pip install networking-l2gw==11.0.0 more-itertools==5.0.0 fi