From c5d72ae789ddc7669bfea6abdd47ea2e00b90984 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Wed, 14 Nov 2018 12:51:44 +0100 Subject: Test aarch64 only overnight --- .gitlab-ci.yml | 14 +++++++++++--- 1 file 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 -- cgit v1.2.1