]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Pin reporter version 96/41896/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 13 Apr 2022 09:48:10 +0000 (13:48 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 13 Apr 2022 09:48:10 +0000 (13:48 +0400)
Change-Id: Id5052b3c514a711550a9a24a0296f81da8a2934e

maintenance-ci/mos/reporter-docker/Dockerfile

index a509958409b7d9ed44273d00693dfcc462da323b..32e7335b4b336eb8eddacd1df6c76c274901d53a 100644 (file)
@@ -27,6 +27,7 @@ RUN virtualenv report-venv  \
 RUN source report-venv/bin/activate \
     && git clone https://github.com/dis-xcom/testrail_reporter.git  \
     && cd testrail_reporter  \
+    && git checkout v0.7.3 \
     && python setup.py install
 
 COPY run_report.sh /root/run_report.sh