aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-automerge
AgeCommit message (Collapse)Author
2018-04-20lt-qcom-linux-automerge/builders.sh: Fixes in automerge result variablesAníbal Limón
* Add \ at EOL to fix multi-line cut when display in email * Removes cat to display variables in console not needed because of set -x * Get rid of "" characters Change-Id: Ic823fa3fc48f294db5e4fa1d9fb8b6a3aee487ae Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-04-20lt-qcom-linux-automerge: Add builders-kernel step/scriptAníbal Limón
If kernel build fails for some reason, we want to preserve the AUTOMERGE result variables so add other step to be able inject into the environment previously. Change-Id: Iabbcbb907b665bac9dc0c11c02c0a1e5720c73bd Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-04-20lt-qcom-linux-automerge: set git core.sshCommand to use a custom SSH configFathi Boudra
To avoid any conflicts with SSH config files mounted in the docker instances, use a custom SSH config (local to the running instance): * don't use a known hosts file * disable the strict hosts checking to avoid SSHFP related errors. Change-Id: I1c6d80402bdc649ce998082fab5684fde6909a7f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2018-04-19lt-qcom-linux-automerge: Add buildset to do linux integration automergeAníbal Limón
Uses automerge ci tool [1], the configuration could be stored inside a configuration repository/branch, if not a default one is used only with baseline. This job support persistent storage for kernel upstream repository to avoid clone every time [2]. After merge the kernel integration repo will be build for arm and arm64, if both builds are succeed then push to a repo that Kernel CI looks for testing. For now my github repo [3] is used for automerge while merge process is made on upstream repo [1]. [1] https://git.linaro.org/power/automerge.git/ [2] git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git [3] https://github.com/alimon/automerge.git Change-Id: I4a70845df858aceeeaaecd00cb6101949fc4e5f5 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>