aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/builders-fai.sh
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2023-01-31 10:12:57 -0600
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2023-02-07 09:28:57 -0600
commit4bb27baf17d823144b01a8d1ebcb34646d7c002b (patch)
treea0c91985eab77426a3d07c1aab88f5894ba60527 /lt-qcom-debian-images/builders-fai.sh
parentb8a9539bc91e14f70a36bb070ac42d741638f177 (diff)
lt-qcom: debian-images-arm64: adjust job and scripts to point to git.codelinaro.org repos
The current upstream qualcomm git repositories located at git.linaro.org [1] site will no longer be active and [2] will be used instead, so adjust all repository references to point to the latter. Also, it was decided that the publish destination will still be snapshots.linaro.org thus remove any jfrog reference including the deprecated variable CLO_MIGRATION. Part of this patcheset is the removal of the job 'lt-qcom-debian-images' which has been superseeded by 'lt-qcom-debian-images-arm64'. [1] https://git.linaro.org/landing-teams/working/qualcomm/ [2] https://git.codelinaro.org/linaro/qcomlt Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Ib244f3e39a49de4998d660e9d2ebc8067c71c4fe
Diffstat (limited to 'lt-qcom-debian-images/builders-fai.sh')
-rw-r--r--lt-qcom-debian-images/builders-fai.sh20
1 files changed, 2 insertions, 18 deletions
diff --git a/lt-qcom-debian-images/builders-fai.sh b/lt-qcom-debian-images/builders-fai.sh
index 8ca05ce565..b9caa62da4 100644
--- a/lt-qcom-debian-images/builders-fai.sh
+++ b/lt-qcom-debian-images/builders-fai.sh
@@ -43,24 +43,11 @@ 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
- UserKnownHostsFile /dev/null
- StrictHostKeyChecking no
-Host staging-git.codelinaro.org
+Host git.codelinaro.org
User qclt-bot
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
- ServerAliveInterval 60
- ServerAliveCountMax 5
- TCPKeepAlive yes
- IPQoS=throughput
- LogLevel DEBUG3
EOF
chmod 0600 ${HOME}/qcom.sshconfig
@@ -85,10 +72,7 @@ sudo mount -t tmpfs -o size=6G tmpfs builddir
wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/lt-qcom-debian-images/debpkgdiff.py
# Record build log changes in git tree
-LT_CI_REPO_URL="ssh://git.linaro.org/landing-teams/working/qualcomm/lt-ci.git"
-if [[ -n ${CLO_MIGRATION} ]]; then
- LT_CI_REPO_URL="https://qclt-bot:${LT_QCOM_CLO_TOKEN}@staging-git.codelinaro.org/linaro/landing-teams/qualcomm/lt-ci.git"
-fi
+LT_CI_REPO_URL="git@git.codelinaro.org:linaro/qcomlt/lt-ci.git"
git clone ${LT_CI_REPO_URL} -b debian/${PLATFORM_NAME}
# comment obs.linaro.org repository