summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2020-06-24 16:41:16 +0100
committerDouglas Winship <douglas.winship@codethink.co.uk>2020-07-14 10:37:10 +0100
commitd132b3e3ec58ec7b69943011b1d47d976c1d8c74 (patch)
tree08d35dd8cdf0c3c483aabeacfd05abcc9bd5658c
parent7ff7fb5cde1b491c2e2a321b705d695f48980cfe (diff)
downloadbuildstream-dwinship/remove-Aarch64-from-overnights.tar.gz
Remove Aarch64 from overnightsdwinship/remove-Aarch64-from-overnights
This stage has been removed as we dont have docker images for it any more.
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f2245c9..221f2b979 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,17 +105,6 @@ tests-plugins-master:
variables:
BST_PLUGINS_EXPERIMENTAL_VERSION: master
-overnight-fedora-30-aarch64:
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:aarch64-30-${DOCKER_IMAGE_VERSION}
- tags:
- - aarch64
- <<: *tests
- # We need to override the exclusion from the template
- # in order to run on schedules
- except: []
- only:
- - schedules
-
tests-userchroot:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION}
<<: *tests