aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-merge-mirrors.yaml
AgeCommit message (Collapse)Author
2021-03-18lkft: add check for the branches to be mergedYongqin Liu
like it's no need to trigger the omap merge build for the 4.4, 4.9 branches Change-Id: I09d87767c1f949fe73f9b68f221d7ada09efc9d2 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2021-03-18lkft: add auto merge support for 4.4/4.9/4.14/4.19 kernelsYongqin Liu
Change-Id: Ia4de40bf4c26c0e3fef9043176846f72c2981321 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-12-10lkft: update to use docker-bionic-android-lkft for lkft android buildsYongqin Liu
to resolve the repo/python incompatible problem Change-Id: I507c07fad59cac025a249c426a69967b5c8348e3 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-07-09lkft: change for the deprecation of android-4.19 branchYongqin Liu
Change-Id: I1ed16d4a9a1c75b3e328188eafde95a5d6179656 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-06-24lkft: add --log option for the git merge commandsYongqin Liu
so that we could see some logs for the merge Change-Id: I6ee3dfc9d2763708e9e22057240d1254d615e4ef Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-06-16lkft-hikey-merge-mirrors.yaml: fix the problem of merging from kernel/commonYongqin Liu
with specifying the kernel/common repository Change-Id: Ib8d35346912a42b22f12586b4c326fcad7ffb3f5 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-06-16lkft-hikey-merge-mirrors.yaml: fix the check for android-4.19Yongqin Liu
Change-Id: I0bc5d332a453e91201e0638d29ba28fe30f400a8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-06-16lkft-hikey-merge-mirrors.yaml: support for merge from kernel/common repositoryYongqin Liu
for the android-4.14-stable, android-4.19, and android-4.19-stable branches Change-Id: I387456927ff98a59d8ada3efe5aab67c44c99176 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-05-06lkft-hikey-merge-mirrors.yaml: fetch branch android-hikey-linaro-4.14-lkft ↵Yongqin Liu
as well otherwise will get following error: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. when specify to track android-hikey-linaro-4.14-lkft branch under the branch item Change-Id: Ibbaf332e412d77b6901a151bb0a79c55b2443743 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-05-06lkft-hikey-merge-mirrors.yaml: update to track an un-updated branchYongqin Liu
so that it won't be triggered by teh scm plugin, this job will be only triggered by the upstream trigger-lkft-aosp-hikey job. Change-Id: If7658d8a45850a5475ade1fc7d6ea0573f6e421f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-04-29lkft-hikey-merge-mirrors.yaml: show kernel branch in the job nameYongqin Liu
Change-Id: I44568a64a08222c2c333ffd1ecdb4e45438d7145 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-04-29lkft-hikey-merge-mirrors.yaml: fix the type of branch nameYongqin Liu
Change-Id: I3a936ce30a91d1ecd5660e3b61e7ba4acc0dddfe Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-04-28lkft-hikey-merge-mirrors.yaml: remove one more place on ↵Yongqin Liu
mirror-android-4.19-stable Change-Id: I23f5b2bdfc8ad6c6c11f3562071587d6f2fbf37e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-04-28lkft-hikey-merge-mirrors.yaml: remove the check of mirror-android-4.19-stableYongqin Liu
which still not created yet Change-Id: I1aeeabb24ece1e07f60dbb4c40d653f7dc04f482 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2020-04-28lkft android: surpport merge from android-4.14-stable/android-4.19-stable ↵Yongqin Liu
kernels also changed to use one build to merge for all kernels, instead of doing the merge operation with one build per branch Change-Id: I8206da97f0d620c674f99446b1fad945477f57a8 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>