summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-18 16:00:31 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-19 14:32:54 +0100
commita25c68d1b41577ed067597164cd840ada21abb76 (patch)
treec0a7b544953e610ccfa6f95c0d1f51ef4d29fedc
parentf68c779742acbf9754bfc88edde8009b7791a2ca (diff)
downloadbuildstream-tiagogomes/test-new-runners.tar.gz
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18dff5ed6..da417cbb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ stages:
source_dist:
stage: prepare
tags:
- - codethink
+ - bastion
script:
# Generate the source distribution tarball
@@ -57,7 +57,7 @@ source_dist:
.linux-tests-template: &linux-tests
stage: test
tags:
- - codethink
+ - bastion
variables:
PYTEST_ADDOPTS: "--color=yes"
script:
@@ -109,7 +109,7 @@ tests-unix:
image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
stage: test
tags:
- - codethink
+ - bastion
variables:
BST_FORCE_BACKEND: "unix"
PYTEST_ADDOPTS: "--color=yes"
@@ -146,7 +146,7 @@ tests-unix:
docs:
stage: test
tags:
- - codethink
+ - bastion
script:
- export BST_SOURCE_CACHE="$(pwd)/cache/integration-cache/sources"
- pip3 install sphinx
@@ -167,7 +167,7 @@ code_quality:
image: docker:stable
stage: test
tags:
- - codethink
+ - bastion
variables:
DOCKER_DRIVER: overlay2
allow_failure: true
@@ -190,7 +190,7 @@ code_quality:
analysis:
stage: post
tags:
- - codethink
+ - bastion
script:
- |
pip3 install radon
@@ -220,7 +220,7 @@ analysis:
coverage:
stage: post
tags:
- - codethink
+ - bastion
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
script:
- cd dist && ./unpack.sh && cd buildstream
@@ -244,7 +244,7 @@ coverage:
pages:
stage: post
tags:
- - codethink
+ - bastion
dependencies:
- source_dist
- docs