aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-lkft-linux-mainline.yaml
AgeCommit message (Collapse)Author
2022-09-26cleanup: remove configs with display-name 'DELETE ME'Kelley Spoon
We have a bunch of yaml files that we are carrying around whose display-name was set to 'DELETE ME' to remove them from Jenkins, but the yaml file was never removed. Since the jobs are no longer in Jenkins, let's go ahead and remove them now. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: Ic0bcbc1c8d14064309e38b0224c3eb207cd25e2b
2022-05-18trigger-oe-lkft: don't trigger any buildsAnders Roxell
Don't trigger any lkft OE builds. Change-Id: I07656c62636be1ca1fe2d4be1625b1418321cd05 Suggested-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2021-01-15triggers: move trigger jobs to "triggers" jenkins nodeRiku Voipio
Move triggers off master and build nodes, and use dedicated "triggers" node instead. The main reason for this is any process running on the "master" node has all the priviledges of the jenkins process. Moves from "build" node are not strictly neccessary, but consolidating them to the same node makes sense as cleanup. Change-Id: I4f9547c4364ef9857a190f06c463e1d5778ca59f Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
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>
2018-04-06trigger-openembedded-lkft: remove leftover filesFathi Boudra
Change-Id: I92eec3f19c4cddc9313b29dbbcba12ac82ea03f3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-09-20trigger-openembedded-lkft: fix typo in lkft_parametersFathi Boudra
Change-Id: Ie4e54f5a672ae6a8f1022d9146f2115e87f446e2 Signed-off-by: Fathi Boudra <fathi.boudra@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-07-07trigger-openembedded-lkft: set shallow-clone to falseFathi Boudra
Change-Id: I5b15d507909c3a6b52f247c470b1e3d2ad3fcd5d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-07-07openembedded-lkft: promote KERNEL_DESCRIBE and SRCREV_kernel to job parametersFathi Boudra
The build triggers have already all the git describe and commit for each kernel. Instead of computing them in the build job, pass them from the trigger job to the downstream job. As a result, KERNEL_DESCRIBE and SRCREV_kernel are now job parameters. As a side effect, it allows to simplify build-name-setter and directly use SRCREV_kernel variable. Change-Id: I01c823259fa98484cd27ef163a66327a694262a1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-06-20openembedded-lkft-linux-mainline: add a new build jobFathi Boudra
Change-Id: I4e66316d1bb43e10edb7cf011c3ef2c164b3425f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>