- job: name: lt-qcom-clo-lsandov1-test project-type: freestyle defaults: global properties: - authorization: anonymous: - job-read - job-extended-read leonardo.sandoval@linaro.org: - job-build - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 30 artifact-num-to-keep: 1 parameters: - string: name: INTEGRATION_REPO_URL default: 'git@staging-git.codelinaro.org:linaro/landing-teams/qualcomm/kernel-integration.git' - string: name: KERNEL_CI_REPO_URL default: 'git@staging-git.codelinaro.org:linaro/landing-teams/qualcomm/kernel.git' disabled: false node: docker-buster-amd64 wrappers: - timestamps - ssh-agent-credentials: users: - 'LT_QUALCOMM_PRIVATE_KEY_SSH' builders: - shell: !include-raw: lt-qcom-linux/builders-deps.sh - shell: | #!/bin/bash set -ex 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" cat << EOF > ${HOME}/qcom.sshconfig Host staging-git.codelinaro.org User qclt-bot UserKnownHostsFile /dev/null StrictHostKeyChecking no ServerAliveInterval 60 ServerAliveCountMax 5 TCPKeepAlive yes IPQoS=throughput EOF chmod 0600 ${HOME}/qcom.sshconfig git clone ${INTEGRATION_REPO_URL}