Skip to content
Snippets Groups Projects
Commit 48575d96 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: use the job ID for unique filenames

parent 28b85365
No related branches found
No related tags found
1 merge request!136Gather coverage
......@@ -17,5 +17,5 @@
- adduser -D test
- chown -R test *
- su test -c contrib/ci.sh
artifacts:
artifacts: &test-artifacts
reports:
......@@ -21,5 +21,5 @@
reports:
junit: tests-$PYTHON-$HG.xml
junit: tests-$CI_JOB_ID.xml
# First, test with the latest and greatest Mercurial, across the
# versions Python supported. We generally assume that if e.g. CPython
......@@ -81,10 +81,8 @@
pyflakes3
- >
python3 tests/run-tests.py -v
--xunit $PWD/tests-ubuntu.xml --color=always --timeout 300
artifacts:
reports:
junit: tests-ubuntu.xml
--xunit $PWD/tests-$CI_JOB_ID.xml --color=always --timeout 300
artifacts: *test-artifacts
# Test that the tests pass against the current branches
Development:
......
......@@ -4,4 +4,4 @@
exec python$PYTHON tests/run-tests.py \
--verbose --color=always --timeout 300 \
--xunit $PWD/tests-$PYTHON-$HG.xml
--xunit $PWD/tests-$CI_JOB_ID.xml
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