aboutsummaryrefslogtreecommitdiff
path: root/trigger-zephyr-upstream-arm.yaml
AgeCommit message (Collapse)Author
2018-04-27zephyr-upstream: switch to Zephyr official repository on GithubFathi Boudra
We observe random failures when using Linaro's mirror: + git checkout 970b0a991615991122d02f2a13fe53afc16de8d4 fatal: reference is not a tree: 970b0a991615991122d02f2a13fe53afc16de8d4 Change-Id: I2ac32d528e2c32a7bd479c9b29031413f6b2e0cc Signed-off-by: Fathi Boudra <fathi.boudra@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>
2017-11-07zephyr-upstream: use GIT_COMMIT instead of GIT_REVISIONFathi Boudra
GIT_COMMIT is the variable name set by the git plugin. Change-Id: I29d5cec4baa5be0d6889d2b090008dced8f27e15 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-11-06zephyr-upstream: build specifically commit that triggered itDaniel Díaz
A timing issue was made evident with the extensive times it takes to go from the first to the last job in the matrix configuration: by the time the last job's turn is up, the Git repository may have changed already, and thus a different codebase would be built. To fix this, anchor against the GIT_REVISION that triggered the pipeline, by passing that revision as a parameter to the downstream jobs. Change-Id: I66f7ebff3e4b12da9280e4c56bde468c0f1e3659 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-05-19trigger-zephyr-upstream: re-enable the build jobsFathi Boudra
Change-Id: I824f6d6bef0e634b759f87a4c9afb26506124d34 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-03-12trigger-zephyr: disable upstream zephyr buildsFathi Boudra
Change-Id: Ib4d144e98432e3bc3b1b572dc0fd689e02f1e8fd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-01zephyr-upstream: adjust the mirror URLFathi Boudra
Since https://review.linaro.org/#/c/17202/ Zephyr mirror is now https://git.linaro.org/lite/zephyr.git Change-Id: I6ae001369613fbea8b1665565ca0bcfd4f00fe09 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-10trigger-zephyr-upstream-arm: add trigger on commitFathi Boudra
Change-Id: Ie4bd0da0ab105f621b265432d3da849b50ba9fa5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>