mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Make the test log available as an artifact
This commit is contained in:
parent
ea046cd30f
commit
e5e5bde7b6
@ -92,6 +92,11 @@ jobs:
|
||||
# checkout because it is owned by root.
|
||||
sudo --set-home -u nobody /tmp/tests/bin/tox -c /tmp/project/tox.ini --workdir /tmp -e py27
|
||||
|
||||
- store_artifacts: &STORE_ARTIFACTS
|
||||
# Despite passing --workdir /tmp to tox above, it still runs trial
|
||||
# in the project source checkout.
|
||||
path: "/tmp/project/_trial_temp/test.log"
|
||||
|
||||
|
||||
debian-9:
|
||||
docker:
|
||||
@ -170,6 +175,8 @@ jobs:
|
||||
<<: *RUN_TESTS
|
||||
|
||||
|
||||
- store_artifacts: *STORE_ARTIFACTS
|
||||
|
||||
fedora-27:
|
||||
docker:
|
||||
- image: "fedora:27"
|
||||
|
Loading…
x
Reference in New Issue
Block a user