aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/builders-fai.sh
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2022-02-03 15:47:39 -0600
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2022-02-03 15:54:19 -0600
commit11b121e4c9c42e8496298611c8143d5ede5498a4 (patch)
treee900fb19e4f4c3908f4b839398a3fc9a04a8fbbf /lt-qcom-debian-images/builders-fai.sh
parenta03eca36e67e6d61314cccb59154ce88f7250b6a (diff)
lt-qcom-clo: increase git.http values to avoid timeouts
With both values of postBuffer and lowSpeedTime, we are trying to reduce timeout issues observed on several git commands [1]. [1] https://ci.linaro.org/view/qclt-clo-all/job/lt-qcom-clo-linux-automerge/26/console Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I405ac3d71e1df4b1e322489a8c529857bce6cf43
Diffstat (limited to 'lt-qcom-debian-images/builders-fai.sh')
-rw-r--r--lt-qcom-debian-images/builders-fai.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lt-qcom-debian-images/builders-fai.sh b/lt-qcom-debian-images/builders-fai.sh
index 5ef56c4c93..419712833a 100644
--- a/lt-qcom-debian-images/builders-fai.sh
+++ b/lt-qcom-debian-images/builders-fai.sh
@@ -32,6 +32,10 @@ git config --global user.name "Linaro CI"
git config --global user.email "ci_notify@linaro.org"
git config --global core.sshCommand "ssh -F ${HOME}/qcom.sshconfig"
+# TODO: remove below configs once git cmds work without timeout issues
+git config --global http.postBuffer 1048576000
+git config --global http.lowSpeedTime 3600
+
cat << EOF > ${HOME}/qcom.sshconfig
Host git.linaro.org
User git