diff options
author | Jürg Billeter <j@bitron.ch> | 2019-12-05 06:11:33 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-12-10 15:31:37 +0100 |
commit | 039ddeb6fae6e00ad69ff23b4e2329939ba12383 (patch) | |
tree | 5af32636f0ae34cf08ef2c629b7b939edb9c5a82 | |
parent | e6bc147ef16b6b986facb7c6945d2dbf01f1a53d (diff) | |
download | buildstream-039ddeb6fae6e00ad69ff23b4e2329939ba12383.tar.gz |
.gitlab-ci.yml: Add job to test buildbox-run
This job uses buildbox-run-bubblewrap and buildbox-fuse.
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d3049246..ca9656cbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,6 +147,12 @@ tests-buildbox: - su buildstream -c "${TEST_COMMAND}" +tests-buildbox-run: + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} + <<: *tests + variables: + BST_FORCE_SANDBOX: "buildbox-run" + tests-fedora-missing-deps: # Ensure that tests behave nicely while missing bwrap and ostree image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} |