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-18 16:04:08 +0000
commit6ed10fc91bfb3a7d561021c268a111cba7caab45 (patch)
tree0203bd2c12e7e0040473f1007e2df7a62200337d
parentaf962c6b821eda777df51700f8710d3cdadbe31f (diff)
downloadbuildstream-richardmaw/centos-oldgit-test-fixes.tar.gz
Centos is apparently different enough from fedora when running tests.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99814048b..0fc77b0c9 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,13 @@ 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
+ before_script:
+ # FIXME: Ideally this would be provided by the base image.
+ - yum install -y fuse-libs
+
overnight-fedora-28-aarch64:
image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
tags: