summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-05-28 10:42:04 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-05-28 14:10:44 +0100
commit47fcb4d548eb878fc5e72f2736b8ee658d080584 (patch)
tree7e0cc214feb447c22d316d57332d52f15d6e44a8
parent521b4771f2207b9e7712e7bd20f9549d35406da1 (diff)
downloadbuildstream-jennis/fix_overnight_tests.tar.gz
WIP: TEST Overnight tests with fixjennis/fix_overnight_tests
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a8021710..d32656fc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,8 +78,8 @@ overnight-fedora-29-aarch64:
# We need to override the exclusion from the template
# in order to run on schedules
except: []
- only:
- - schedules
+ # only:
+ # - schedules
before_script:
# grpcio needs to be compiled from source on aarch64 so we additionally
# need a C++ compiler here.
@@ -242,12 +242,12 @@ docs:
# As we're building freedesktop, we need to have the OSTree plugin's system dependencies
- apt update && apt install -y python3-gi python3-gi-cairo
- git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
- - git -C freedesktop-sdk checkout ${FD_SDK_REF}
+ - git -C freedesktop-sdk checkout jennis/include_ostree
artifacts:
paths:
- "${HOME}/.cache/buildstream/logs"
- only:
- - schedules
+ # only:
+ # - schedules
overnight-tests:
<<: *overnight-tests-template