Tiago Gomes pushed to branch tiagogomes/test-new-runners at BuildStream / buildstream
Commits:
-
f68c7797
by Tiago Gomes at 2018-09-17T15:07:55Z
1 changed file:
Changes:
| ... | ... | @@ -18,6 +18,8 @@ stages: |
| 18 | 18 |
#
|
| 19 | 19 |
source_dist:
|
| 20 | 20 |
stage: prepare
|
| 21 |
+ tags:
|
|
| 22 |
+ - codethink
|
|
| 21 | 23 |
script:
|
| 22 | 24 |
|
| 23 | 25 |
# Generate the source distribution tarball
|
| ... | ... | @@ -54,6 +56,8 @@ source_dist: |
| 54 | 56 |
#
|
| 55 | 57 |
.linux-tests-template: &linux-tests
|
| 56 | 58 |
stage: test
|
| 59 |
+ tags:
|
|
| 60 |
+ - codethink
|
|
| 57 | 61 |
variables:
|
| 58 | 62 |
PYTEST_ADDOPTS: "--color=yes"
|
| 59 | 63 |
script:
|
| ... | ... | @@ -104,6 +108,8 @@ tests-unix: |
| 104 | 108 |
# can get rid of ostree - this is not possible with debian-8
|
| 105 | 109 |
image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
|
| 106 | 110 |
stage: test
|
| 111 |
+ tags:
|
|
| 112 |
+ - codethink
|
|
| 107 | 113 |
variables:
|
| 108 | 114 |
BST_FORCE_BACKEND: "unix"
|
| 109 | 115 |
PYTEST_ADDOPTS: "--color=yes"
|
| ... | ... | @@ -139,6 +145,8 @@ tests-unix: |
| 139 | 145 |
# as it will significantly grow the backing image.
|
| 140 | 146 |
docs:
|
| 141 | 147 |
stage: test
|
| 148 |
+ tags:
|
|
| 149 |
+ - codethink
|
|
| 142 | 150 |
script:
|
| 143 | 151 |
- export BST_SOURCE_CACHE="$(pwd)/cache/integration-cache/sources"
|
| 144 | 152 |
- pip3 install sphinx
|
| ... | ... | @@ -158,6 +166,8 @@ docs: |
| 158 | 166 |
code_quality:
|
| 159 | 167 |
image: docker:stable
|
| 160 | 168 |
stage: test
|
| 169 |
+ tags:
|
|
| 170 |
+ - codethink
|
|
| 161 | 171 |
variables:
|
| 162 | 172 |
DOCKER_DRIVER: overlay2
|
| 163 | 173 |
allow_failure: true
|
| ... | ... | @@ -179,6 +189,8 @@ code_quality: |
| 179 | 189 |
|
| 180 | 190 |
analysis:
|
| 181 | 191 |
stage: post
|
| 192 |
+ tags:
|
|
| 193 |
+ - codethink
|
|
| 182 | 194 |
script:
|
| 183 | 195 |
- |
|
| 184 | 196 |
pip3 install radon
|
| ... | ... | @@ -207,6 +219,8 @@ analysis: |
| 207 | 219 |
#
|
| 208 | 220 |
coverage:
|
| 209 | 221 |
stage: post
|
| 222 |
+ tags:
|
|
| 223 |
+ - codethink
|
|
| 210 | 224 |
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
|
| 211 | 225 |
script:
|
| 212 | 226 |
- cd dist && ./unpack.sh && cd buildstream
|
| ... | ... | @@ -229,6 +243,8 @@ coverage: |
| 229 | 243 |
#
|
| 230 | 244 |
pages:
|
| 231 | 245 |
stage: post
|
| 246 |
+ tags:
|
|
| 247 |
+ - codethink
|
|
| 232 | 248 |
dependencies:
|
| 233 | 249 |
- source_dist
|
| 234 | 250 |
- docs
|
