Merge "Use tox to build gate images"
This commit is contained in:
commit
47ea8a34f1
@ -27,9 +27,9 @@ EOF
|
|||||||
/usr/zuul-env/bin/zuul-cloner -m /tmp/clonemap --workspace "$(pwd)" \
|
/usr/zuul-env/bin/zuul-cloner -m /tmp/clonemap --workspace "$(pwd)" \
|
||||||
--cache-dir /opt/git git://git.openstack.org \
|
--cache-dir /opt/git git://git.openstack.org \
|
||||||
openstack/kolla
|
openstack/kolla
|
||||||
sudo pip install ${KOLLA_DIR}
|
pushd "${KOLLA_DIR}"
|
||||||
# TODO(Jeffrey4l): ignore the known failed images
|
sudo tox -e "build-${BASE_DISTRO}-${INSTALL_TYPE}"
|
||||||
sudo kolla-build -p gate || true
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_config {
|
function setup_config {
|
||||||
@ -59,6 +59,7 @@ include_header = /etc/kolla/header
|
|||||||
namespace = lokolla
|
namespace = lokolla
|
||||||
base = ${BASE_DISTRO}
|
base = ${BASE_DISTRO}
|
||||||
install_type = ${INSTALL_TYPE}
|
install_type = ${INSTALL_TYPE}
|
||||||
|
profile = gate
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ "${DISTRO}" == "Debian" ]]; then
|
if [[ "${DISTRO}" == "Debian" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user