summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-02-11 19:17:14 +0100
committerJürg Billeter <j@bitron.ch>2020-04-28 19:18:57 +0200
commitf29bdbe4c532b20253462a6188c909c086b65753 (patch)
tree05a6889b7f17306b15f67fa84473916d077546aa /.gitlab-ci.yml
parent312afad28c51551bf13c904e62c3e7bfeb5f8929 (diff)
downloadbuildstream-f29bdbe4c532b20253462a6188c909c086b65753.tar.gz
.gitlab-ci.yml: Drop buildbox-run job
buildbox-run is now the default.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37eb2bba9..6d24631bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,17 +115,10 @@ overnight-fedora-30-aarch64:
only:
- schedules
-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-userchroot:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
<<: *tests
variables:
- BST_FORCE_SANDBOX: "buildbox-run"
BST_CAS_STAGING_ROOT: "/builds/userchroot"
script:
@@ -450,7 +443,6 @@ coverage:
- tox -e coverage
- cp -a .coverage-reports/ ./coverage-report
dependencies:
- - tests-buildbox-run
- tests-centos-7.7
- tests-debian-10
- tests-fedora-30