summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-11-14 12:51:44 +0100
committerValentin David <valentin.david@codethink.co.uk>2018-11-14 12:52:53 +0100
commitc5d72ae789ddc7669bfea6abdd47ea2e00b90984 (patch)
tree40c3d9835d1e96771f19d87980db85efecce585e
parentdd5a073b2dc95b7908bce8015bb8dd44f48bd78d (diff)
downloadbuildstream-c5d72ae789ddc7669bfea6abdd47ea2e00b90984.tar.gz
Test aarch64 only overnight
-rw-r--r--.gitlab-ci.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e030d7a54..e5aeb495a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,8 +79,6 @@ source_dist:
- cd ../..
- mkdir -p coverage-linux/
- cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}"
- except:
- - schedules
artifacts:
paths:
- coverage-linux/
@@ -88,24 +86,34 @@ source_dist:
tests-debian-9:
image: buildstream/testsuite-debian:9-master-123-7ce6581b
<<: *linux-tests
+ except:
+ - schedules
tests-fedora-27:
image: buildstream/testsuite-fedora:27-master-123-7ce6581b
<<: *linux-tests
+ except:
+ - schedules
tests-fedora-28:
image: buildstream/testsuite-fedora:28-master-123-7ce6581b
<<: *linux-tests
+ except:
+ - schedules
tests-ubuntu-18.04:
image: buildstream/testsuite-ubuntu:18.04-master-123-7ce6581b
<<: *linux-tests
+ except:
+ - schedules
-tests-fedora-28-aarch64:
+overnight-fedora-28-aarch64:
image: buildstream/testsuite-fedora:aarch64-28-master-123-7ce6581b
tags:
- aarch64
<<: *linux-tests
+ only:
+ - schedules
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we