summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-28 07:03:37 +0200
committerJürg Billeter <j@bitron.ch>2020-04-28 19:18:57 +0200
commit642a87d451c00178ae4e96ac4f213234564779e7 (patch)
tree662785cf405c2a8e34637d0fba64e8ef0909557e /.gitlab-ci.yml
parentf29bdbe4c532b20253462a6188c909c086b65753 (diff)
downloadbuildstream-642a87d451c00178ae4e96ac4f213234564779e7.tar.gz
.gitlab-ci.yml: Add bwrap jobjuerg/sandbox
bwrap is no longer the default. This job makes sure that the bwrap code keeps working.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d24631bf..70be8026c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,12 @@ overnight-fedora-30-aarch64:
only:
- schedules
+tests-bwrap:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
+ <<: *tests
+ variables:
+ BST_FORCE_SANDBOX: "bwrap"
+
tests-userchroot:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
<<: *tests
@@ -443,6 +449,7 @@ coverage:
- tox -e coverage
- cp -a .coverage-reports/ ./coverage-report
dependencies:
+ - tests-bwrap
- tests-centos-7.7
- tests-debian-10
- tests-fedora-30