Skip to content
Snippets Groups Projects
Commit c4cecc2b authored by Jeffrey Zhang's avatar Jeffrey Zhang Committed by Jeffrey Zhang
Browse files

Use tox to build gate images

Change-Id: I6f9190eccb2e1a1c5bd450ba63833f35f5d09aac
parent db5954e0
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ EOF
/usr/zuul-env/bin/zuul-cloner -m /tmp/clonemap --workspace "$(pwd)" \
--cache-dir /opt/git git://git.openstack.org \
openstack/kolla
sudo pip install ${KOLLA_DIR}
# TODO(Jeffrey4l): ignore the known failed images
sudo kolla-build -p gate || true
pushd "${KOLLA_DIR}"
sudo tox -e "build-${BASE_DISTRO}-${INSTALL_TYPE}"
popd
}
function setup_config {
......@@ -59,6 +59,7 @@ include_header = /etc/kolla/header
namespace = lokolla
base = ${BASE_DISTRO}
install_type = ${INSTALL_TYPE}
profile = gate
EOF
if [[ "${DISTRO}" == "Debian" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment