From 852aa130b721624069c914aeb6f695cd1138b9a3 Mon Sep 17 00:00:00 2001 From: William Salmon Date: Wed, 24 Jun 2020 16:41:16 +0100 Subject: Remove Aarch64 from overnights This stage has been removed as we dont have docker images for it any more. --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1