Skip to content
Snippets Groups Projects
Commit 126c766c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove the tempest version constrains in tempest container"

parents cac7be2f 9bde6234
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,10 @@ RUN apt-get install -y --no-install-recommends \ ...@@ -18,7 +18,10 @@ RUN apt-get install -y --no-install-recommends \
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
ADD tempest-archive /tempest-source ADD tempest-archive /tempest-source
# NOTE(Jeffrey4l): remove the tempest version constraint in the
# upper-constrains.txt file. Otherwise, it will be failed.
RUN ln -s tempest-source/* tempest \ RUN ln -s tempest-source/* tempest \
&& sed -i 's/^tempest===.*$//' requirements/upper-constraints.txt \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /tempest \ && /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /tempest \
&& mkdir -p /etc/tempest /var/log/tempest /etc/tempest/tempest_lock && mkdir -p /etc/tempest /var/log/tempest /etc/tempest/tempest_lock
......
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