Skip to content
Snippets Groups Projects
Commit d4e1a6d1 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

heptapod-ci: get the test run by heptapod

Maybe we should split the fast and the slow test in two different jobs ?
parent 10009909
No related branches found
No related tags found
No related merge requests found
tests-py2:
image: octobus/ci-scmperf
script:
- echo $PWD
- rm -rf /tmp/mercurial-clone-`hg log -r . -T "{node}"`
- hg clone https://mirror.octobus.net/hg/ /tmp/mercurial-clone-`hg log -r . -T "{node}"` --config share.pool=/tmp/
- (cd tests; /tmp/mercurial-clone-`hg log -r . -T "{node}"`/tests/run-tests.py --allow-slow-tests)
- rm -rf /tmp/mercurial-clone-`hg log -r . -T "{node}"`
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