summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-18 11:25:11 +0100
committerChandan Singh <chandan@chandansingh.net>2019-12-31 11:54:03 +0000
commit91670184bc8cf30147d92c555278e5347b4707a8 (patch)
tree3dbf27fc12c87921242f937e2112f794dd5ade50
parent803d800305c80333b0938630895fe1b0b7701a6d (diff)
downloadbuildstream-91670184bc8cf30147d92c555278e5347b4707a8.tar.gz
.gitlab-ci.yml: Drop unix CI job
The chroot sandboxing backend will be dropped.
-rw-r--r--.gitlab-ci.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d535c184e..002146f9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,25 +114,6 @@ overnight-fedora-30-aarch64:
only:
- schedules
-tests-unix:
- # Use fedora here, to a) run a test on fedora and b) ensure that we
- # can get rid of ostree - this is not possible with debian-8
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
- <<: *tests
- variables:
- BST_FORCE_SANDBOX: "chroot"
-
- script:
-
- # We remove the Bubblewrap and OSTree packages here so that we catch any
- # codepaths that try to use them. Removing OSTree causes fuse-libs to
- # disappear unless we mark it as user-installed.
- - dnf mark install fuse-libs systemd-udev
- - dnf erase -y bubblewrap ostree
-
- # Since the unix platform is required to run as root, no user change required
- - ${TEST_COMMAND}
-
tests-buildbox-run:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
<<: *tests
@@ -472,7 +453,6 @@ coverage:
- tests-fedora-update-deps
- tests-remote-execution
- tests-ubuntu-18.04
- - tests-unix
- tests-userchroot
except:
- schedules