Skip to content

Commit

Permalink
ccloud: add unit test task for ci
Browse files Browse the repository at this point in the history
Change-Id: I73a44349777055d00e21042296bd1b6edaa4482e
  • Loading branch information
Carthaca committed Jun 14, 2023
1 parent 712202d commit b6b4bdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions concourse_unit_test_task
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export DEBIAN_FRONTEND=noninteractive && \
export TOX_CONSTRAINTS_FILE=https://raw.githubusercontent.com/sapcc/requirements/stable/2023.1-m3/upper-constraints.txt && \
apt-get update && \
apt-get install -y build-essential python3-pip python3-dev git libpcre++-dev gettext && \
pip3 install tox "six>=1.14.0" && \
git clone -b stable/2023.1-m3 --single-branch https://github.com/sapcc/manila.git --depth=1 && \
cd manila && \
tox -e py3

0 comments on commit b6b4bdb

Please sign in to comment.