summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2020-06-24 16:41:16 +0100
committerJavier Jardón <jjardon@gnome.org>2020-07-17 11:21:58 +0000
commit852aa130b721624069c914aeb6f695cd1138b9a3 (patch)
tree8de538a50591492573e2ceb70985c82c07520341 /.gitlab-ci.yml
parentf3512c228f1e7d086442db1010026566961ec462 (diff)
downloadbuildstream-852aa130b721624069c914aeb6f695cd1138b9a3.tar.gz
Remove Aarch64 from overnights
This stage has been removed as we dont have docker images for it any more.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 575c2349a..93ee0f975 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