Qinusty pushed to branch Qinusty/gitlab-ci-duration at BuildStream / buildstream
Commits:
-
a0cf622c
by Josh Smith at 2018-08-23T15:27:05Z
1 changed file:
Changes:
... | ... | @@ -87,6 +87,8 @@ source_dist: |
87 | 87 |
artifacts:
|
88 | 88 |
paths:
|
89 | 89 |
- coverage-linux/
|
90 |
+ tags:
|
|
91 |
+ - test
|
|
90 | 92 |
|
91 | 93 |
tests-debian-9:
|
92 | 94 |
image: buildstream/testsuite-debian:9-master-114-4cab18e3
|
... | ... | @@ -142,6 +144,8 @@ tests-unix: |
142 | 144 |
paths:
|
143 | 145 |
- coverage-unix/
|
144 | 146 |
- logs-unix/
|
147 |
+ tags:
|
|
148 |
+ - test
|
|
145 | 149 |
|
146 | 150 |
|
147 | 151 |
# Automatically build documentation for every commit, we want to know
|