summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2018-12-20 18:13:38 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2019-01-21 10:41:37 +0000
commit8677a2569aaa34048df49a2868400c722dd4b69b (patch)
tree178212556117f396353d5b2e30fd77ee2f396024
parent50165081f7b78f689446287e541869175c984365 (diff)
downloadbuildstream-8677a2569aaa34048df49a2868400c722dd4b69b.tar.gz
Add a Centos runner
Centos is apparently different enough from fedora when running tests.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99814048b..9a3de5154 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,7 @@ variables:
- df -h
script:
+ - mkdir -p "${INTEGRATION_CACHE}"
- useradd -Um buildstream
- chown -R buildstream:buildstream .
@@ -70,6 +71,10 @@ tests-python-3.7-stretch:
# some of our base dependencies declare it as their runtime dependency.
TOXENV: py37
+tests-centos-7.6:
+ <<: *tests
+ image: buildstream/testsuite-centos:7.6-5da27168-32c47d1c
+
overnight-fedora-28-aarch64:
image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
tags: