Tiago Gomes pushed to branch tiagogomes/test-new-runners at BuildStream / buildstream
Commits:
-
042c4333
by Tiago Gomes at 2018-09-18T15:00:31Z
1 changed file:
Changes:
| ... | ... | @@ -19,7 +19,7 @@ stages: |
| 19 | 19 |
source_dist:
|
| 20 | 20 |
stage: prepare
|
| 21 | 21 |
tags:
|
| 22 |
- - codethink
|
|
| 22 |
+ - bastion
|
|
| 23 | 23 |
script:
|
| 24 | 24 |
|
| 25 | 25 |
# Generate the source distribution tarball
|
| ... | ... | @@ -57,7 +57,7 @@ source_dist: |
| 57 | 57 |
.linux-tests-template: &linux-tests
|
| 58 | 58 |
stage: test
|
| 59 | 59 |
tags:
|
| 60 |
- - codethink
|
|
| 60 |
+ - bastion
|
|
| 61 | 61 |
variables:
|
| 62 | 62 |
PYTEST_ADDOPTS: "--color=yes"
|
| 63 | 63 |
script:
|
| ... | ... | @@ -109,7 +109,7 @@ tests-unix: |
| 109 | 109 |
image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
|
| 110 | 110 |
stage: test
|
| 111 | 111 |
tags:
|
| 112 |
- - codethink
|
|
| 112 |
+ - bastion
|
|
| 113 | 113 |
variables:
|
| 114 | 114 |
BST_FORCE_BACKEND: "unix"
|
| 115 | 115 |
PYTEST_ADDOPTS: "--color=yes"
|
| ... | ... | @@ -146,7 +146,7 @@ tests-unix: |
| 146 | 146 |
docs:
|
| 147 | 147 |
stage: test
|
| 148 | 148 |
tags:
|
| 149 |
- - codethink
|
|
| 149 |
+ - bastion
|
|
| 150 | 150 |
script:
|
| 151 | 151 |
- export BST_SOURCE_CACHE="$(pwd)/cache/integration-cache/sources"
|
| 152 | 152 |
- pip3 install sphinx
|
| ... | ... | @@ -167,7 +167,7 @@ code_quality: |
| 167 | 167 |
image: docker:stable
|
| 168 | 168 |
stage: test
|
| 169 | 169 |
tags:
|
| 170 |
- - codethink
|
|
| 170 |
+ - bastion
|
|
| 171 | 171 |
variables:
|
| 172 | 172 |
DOCKER_DRIVER: overlay2
|
| 173 | 173 |
allow_failure: true
|
| ... | ... | @@ -190,7 +190,7 @@ code_quality: |
| 190 | 190 |
analysis:
|
| 191 | 191 |
stage: post
|
| 192 | 192 |
tags:
|
| 193 |
- - codethink
|
|
| 193 |
+ - bastion
|
|
| 194 | 194 |
script:
|
| 195 | 195 |
- |
|
| 196 | 196 |
pip3 install radon
|
| ... | ... | @@ -220,7 +220,7 @@ analysis: |
| 220 | 220 |
coverage:
|
| 221 | 221 |
stage: post
|
| 222 | 222 |
tags:
|
| 223 |
- - codethink
|
|
| 223 |
+ - bastion
|
|
| 224 | 224 |
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
|
| 225 | 225 |
script:
|
| 226 | 226 |
- cd dist && ./unpack.sh && cd buildstream
|
| ... | ... | @@ -244,7 +244,7 @@ coverage: |
| 244 | 244 |
pages:
|
| 245 | 245 |
stage: post
|
| 246 | 246 |
tags:
|
| 247 |
- - codethink
|
|
| 247 |
+ - bastion
|
|
| 248 | 248 |
dependencies:
|
| 249 | 249 |
- source_dist
|
| 250 | 250 |
- docs
|
