diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
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: |