summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-11-05 13:14:20 +0100
committerValentin David <valentin.david@codethink.co.uk>2018-11-05 13:14:20 +0100
commit62942bfd246361c3ed43b44664fcbdc6c372fa3c (patch)
tree1b76afe9eb9967df19a5deb927a0a9037bc8bd7c
parent82e971efa22b3d14d50397d627b7ace6b185a19d (diff)
downloadbuildstream-62942bfd246361c3ed43b44664fcbdc6c372fa3c.tar.gz
Use less fetchers in overnight build to work-around limitations from servers.
Issue happens with sourceware.org server. Fixes #742
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02a803de4..35a960b31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,6 +166,12 @@ docs:
BST_EXT_REF: 1d6ab71151b93c8cbc0a91a36ffe9270f3b835f1 # 0.5.1
FD_SDK_REF: 88d7c22c2281b987faa02edd57df80d430eecf1f # 18.08.11-35-g88d7c22c
before_script:
+ - |
+ mkdir -p "${HOME}/.config"
+ cat <<EOF >"${HOME}/.config/buildstream.conf"
+ scheduler:
+ fetchers: 2
+ EOF
- (cd dist && ./unpack.sh && cd buildstream && pip3 install .)
- pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext
- git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git