summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2020-06-24 16:41:16 +0100
committerWilliam Salmon <will.salmon@codethink.co.uk>2020-06-24 16:56:02 +0100
commitbbe0ce73f358c307e4846fe4cdf51f998d84378d (patch)
tree50862c826296d59f4e33b3fca17cf4c5164c7d35
parentd78499dc8034e4abb81cf5ce0432e1ce6200f14f (diff)
downloadbuildstream-willsalmon/overnight.tar.gz
Remove Aarch64 from overnightswillsalmon/overnight
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 6c541e4a2..a2d1982ce 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