diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-08-30 16:54:34 +0300 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-08-30 17:14:54 +0300 |
commit | 89677d99d737347fcc605125f68a346075520c9b (patch) | |
tree | 35edb21b9ea5873384e70544d4e4ae4ea499915b | |
parent | 6bc9729e33f5f5b064dd129f1aa9cf5b4c016071 (diff) | |
download | buildstream-89677d99d737347fcc605125f68a346075520c9b.tar.gz |
XXX DO NOT MERGE: Testing overnight tests in regular CI
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dbf9b5f7..b16f8f941 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,8 +106,11 @@ docs: - pip3 install --user -e ${bst_ext_url}@${bst_ext_ref}#egg=bst_ext - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git - git -C freedesktop-sdk checkout ${fd_sdk_ref} - only: - - schedules + +# XXX TESTING DO NOT MERGE +# +# only: +# - schedules overnight-tests: <<: *overnight-tests-template |