richardmaw-codethink pushed to branch richardmaw/centos-oldgit-test-fixes at BuildStream / buildstream
Commits:
-
6ed10fc9
by Benjamin Schubert at 2019-01-18T16:04:08Z
1 changed file:
Changes:
| ... | ... | @@ -31,6 +31,7 @@ variables: |
| 31 | 31 |
- df -h
|
| 32 | 32 |
|
| 33 | 33 |
script:
|
| 34 |
+ - mkdir -p "${INTEGRATION_CACHE}"
|
|
| 34 | 35 |
- useradd -Um buildstream
|
| 35 | 36 |
- chown -R buildstream:buildstream .
|
| 36 | 37 |
|
| ... | ... | @@ -70,6 +71,13 @@ tests-python-3.7-stretch: |
| 70 | 71 |
# some of our base dependencies declare it as their runtime dependency.
|
| 71 | 72 |
TOXENV: py37
|
| 72 | 73 |
|
| 74 |
+tests-centos-7.6:
|
|
| 75 |
+ <<: *tests
|
|
| 76 |
+ image: buildstream/testsuite-centos:7.6-5da27168-32c47d1c
|
|
| 77 |
+ before_script:
|
|
| 78 |
+ # FIXME: Ideally this would be provided by the base image.
|
|
| 79 |
+ - yum install -y fuse-libs
|
|
| 80 |
+ |
|
| 73 | 81 |
overnight-fedora-28-aarch64:
|
| 74 | 82 |
image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
|
| 75 | 83 |
tags:
|
