Qinusty pushed to branch Qinusty/gitlab-ci-duration at BuildStream / buildstream
Commits:
-
caf5f334
by Josh Smith at 2018-08-23T15:18:17Z
1 changed file:
Changes:
| ... | ... | @@ -78,7 +78,7 @@ source_dist: |
| 78 | 78 |
|
| 79 | 79 |
# Run the tests from the source distribution, We run as a simple
|
| 80 | 80 |
# user to test for permission issues
|
| 81 |
- - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0 -s"'
|
|
| 81 |
+ - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0 -s --"'
|
|
| 82 | 82 |
|
| 83 | 83 |
# Go back to the toplevel and collect our reports
|
| 84 | 84 |
- cd ../..
|
| ... | ... | @@ -87,6 +87,7 @@ source_dist: |
| 87 | 87 |
artifacts:
|
| 88 | 88 |
paths:
|
| 89 | 89 |
- coverage-linux/
|
| 90 |
+ tag: test
|
|
| 90 | 91 |
|
| 91 | 92 |
tests-debian-9:
|
| 92 | 93 |
image: buildstream/testsuite-debian:9-master-114-4cab18e3
|
| ... | ... | @@ -142,6 +143,7 @@ tests-unix: |
| 142 | 143 |
paths:
|
| 143 | 144 |
- coverage-unix/
|
| 144 | 145 |
- logs-unix/
|
| 146 |
+ tag: test
|
|
| 145 | 147 |
|
| 146 | 148 |
|
| 147 | 149 |
# Automatically build documentation for every commit, we want to know
|
