aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4.yaml
AgeCommit message (Collapse)Author
2018-04-23Revert "triggers: disable triggers for the projects storing results in ↵Dan Rue
qa-reports" This reverts commit 3378b2473f1b50b37ca9796327d729bfdc659b5f. Change-Id: I911abc1d69a793b8871804353530a6fc8bb39bcd
2018-04-23triggers: disable triggers for the projects storing results in qa-reportsMilosz Wasilewski
In order to prevent build failures triggers will be disabled for the time of maintenance (6h). This commit will be reverted after the maintenance is completed. Change-Id: Ic91ea2ddaad07713e06e8574d6cbc51be60df2be Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-10-06trigger-openembedded-lkft-linaro-hikey-stable: fix git describeDan Rue
The tag isn't annotated, so pass --tags to git describe to be sure to pick it up. Change-Id: I36c517225806ee352f0162145b8e3ecb9bcba037 Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-09-20openembedded-lkft: add kernelversion to lkft oeDan Rue
This creates an additional metadata key named "make_kernelversion" that comes from running "make kernelversion" in the kernel tree. Change-Id: Id50cd1e0a8c7a4907ee9ec1750a81874f5087dae Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-09-15trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: allow building ↵Daniel Díaz
arbitrary tags This job is triggered whenever a new change occurs in GKH's linux-stable-rc tree, branch linux-4.4.y, via the merge-and- tag job. If said change is difficult to merge automatically, the merge-and-tag stage will fail and will require human intervention. Now, when a human correctly corrects the correction and the new tag is pushed to the lkft/arm64-stable-rc tree, there is no way to resume the process from where it stopped. This trigger, being the next step after the merge-and-tag job, should then be triggered by the human via the Build Now button to continue with _that_ tag. It is now possible to trigger this job (and the build there- after) with a specific tag, through the parameter LINUX_TAG_PATTERN. Change-Id: Icf8014210019d1ed0c1800f05e5da26c7c8c0a37 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-09-07trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: fix lkft_parameters pathFathi Boudra
Change-Id: I3481edfa2ba62da6275f4b426fdb935ac604a7e6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-09-07trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: better commit descriptionDaniel Díaz
Switch to git cli to avoid to rely on Jenkins' Git SCM plug-in. The Git object database did not include enough references to provide a good description of the commit that triggered the pipeline. Adding the linux-stable-4.4 git tree helps a lot in that references (KERNEL_DESCRIBE) are now based on stable tags. Change-Id: I9afd14d5b80b5cace87cfe439abc6f18599b1d6b Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-09-06Revert "trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: get better ↵Fathi Boudra
commit description" This reverts commit 2f8a6969aa66a122781dbf9d9c00d482704c6c6a. Change-Id: Idd6a5fe1d3cff0a5759383a23fa3e67f2b4bef32
2017-09-06trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: get better commit ↵Daniel Díaz
description The Git object database did not include enough references to provide a good description of the commit that triggered the pipeline. Adding the linux-stable-4.4 git tree helps a lot in that references (KERNEL_DESCRIBE) are now based on stable tags. Change-Id: I1426e0094f8ff7f951b4eca1d0017ebfee1dd4de Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-09-05lkft: add lkft-maintainers ml to email recipientsFathi Boudra
Change-Id: I0304dc8eeddb3a79afe8017fd227afbae756cfde Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-30openembedded-lkft-linaro-hikey-stable-4.4: add Sumit Semwal to email ↵Fathi Boudra
notification Change-Id: I2bf90fddbf53cc29bac4ca115a8f7011418f8cee Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-24openembedded-lkft: update the build pipelineFathi Boudra
* Adjust arm64-stable-rc repository location. * Build pipeline is now 1. trigger-openembedded-lkft-linux-stable-rc-4.4 2. linaro-hikey-stable-rc-4.4-merge-and-tag 3. trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4 4. openembedded-lkft-linaro-hikey-stable-rc-4.4 Change-Id: I9511742553908fd173ef8fcd63e22003452a45d0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-23trigger-openembedded-lkft-linaro-hikey-stable-rc-4.4: update refspecFathi Boudra
limit git fetch to the version we care about only. It filters out 2.x serie and avoid a jgit exception. Change-Id: I68a808f92ca90eb72bed4488e9477ae12c3abfb0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-17trigger-openembedded-lkft-linaro-hikey-stable-4.4: fix job nameFathi Boudra
Change-Id: Ied1b62e10cf80cf0ea8072bb35671ecadb7cadea Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-08-02lkft: move hikey lts-4.4 trees to maintained repositoriesMilosz Wasilewski
The 4.4 based branch on 96boards repository is no longer maintained. It was replaced by the repository on git.linaro.org maintained by Sumit Semwal. This patch updates the location of repositories and names of the projects on qa-reports. Change-Id: Ie7b6fbd64aef2e390f26ccc8e9b29365071a4519 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>