summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-07-17 12:20:04 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-17 12:20:04 +0000
commit75f3009ce33878d92448fd659d08256a24f7f4db (patch)
tree8de538a50591492573e2ceb70985c82c07520341
parentf3512c228f1e7d086442db1010026566961ec462 (diff)
parent852aa130b721624069c914aeb6f695cd1138b9a3 (diff)
downloadbuildstream-75f3009ce33878d92448fd659d08256a24f7f4db.tar.gz
Merge branch 'dwinship/remove-Aarch64-from-overnights' into 'master'
Remove Aarch64 from overnights See merge request BuildStream/buildstream!1994
-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