aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded-master.yaml
AgeCommit message (Collapse)Author
2017-06-21rpb-openembedded: make publishing genericFathi Boudra
Use Base_URL and PUB_DEST parameters to set the publishin path. The PUB_DEST parameter will be used by the code snippet for publishing. Change-Id: I8105cffd871f03d01611ab363fd11480c509e2e4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-06-09rpb-openembedded-{master,morty}: add poplar machineFathi Boudra
Change-Id: I80f50a3230f98270e938232e6d060d6102df31d1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-04-19rpb-openembedded-master: switch to email-extFathi Boudra
Always receive email notifications, only once when parent finishes. Change-Id: Ic31803fdedcde0a6e8360d786c33ab97d8dda596 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-22rpb-openembedded: disable 96boards-64 and hikey-32 machinesFathi Boudra
They are currently unmaintained and eventually deprecated: * 96boards-64 generic machine is using RPK but isn't the primary kernel used for CE. Until there's an interest to build a common kernel for CE platforms, simply disable the build. * hikey-32 machine is deprecated in favor of hikey with multilib. It still remains to fix multilib related bugs but current state is acceptable. Change-Id: I16046be69ee3fa9e9142d72eb0f0f073cb0e990a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-22rpb-openembedded-master: re-enable am57xx-evm (x15)Fathi Boudra
Change-Id: Iaa921ed55f5ec84fc6c1aa5c6bafc0ffa1da92cc Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-20rpb-openembedded: add HiKey960 machine (master and morty branches)Fathi Boudra
Change-Id: Iaf06981b8f258ef564c7fc22bc8c559a878fc550 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-20rpb-openembedded: add juno machine (master and morty branches)Fathi Boudra
Change-Id: I2347ecebf48d25ef8985733bdf38e5e7907eb8ca Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-17rpb-openembedded: fix EOF indentationFathi Boudra
Change-Id: Ie7a22a09e280759800c346b8d8609cf327b0bf16 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-08rpb-openembedded: handle LAVA v1/v2 test definitions on all the branchesFathi Boudra
Change-Id: I966eab74952d287e31d945b30f8c32350acc37b0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-02-08rpb-openembedded: move the lava test definitions to rpb-openembedded dirFathi Boudra
Change-Id: I34567811d9f8259adea86720f3b70ef1fd793e00 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-16rpb-openembedded-master: disable temporary x15Fathi Boudra
It fails to build and a patch is pending for meta-ti layer. Change-Id: I8ea32e368170aeeed0e21e223ed8406846db0db2 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-14rpb-openembedded: build am57xx-evm (TI x15) console imageFathi Boudra
Change-Id: I8d4f7e7d347f4b8a0908a416bb40f747df3dd952 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-14rpb-openembedded: fix indentationFathi Boudra
Change-Id: I7651efb5962e23d2db2999fce2970ddf6f86619b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-14rpb-openembedded: remove matrix-tie-parentFathi Boudra
It isn't needed when the node is defined. Change-Id: I29666a9c20691c449d91478967d6c3067a983d86 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-14rpb-openembedded: add ssh agent credential to enable buildhistoryFathi Boudra
Change-Id: Ie6d964b35e4920bc6d2e1c04ea90f61c7f65db5d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-08rpb-openembedded: get rid of SPLITMACHINES and MACHINE0Fathi Boudra
We have only one platform with a secondary image and it's considered a hack. As we don't expect to extend it to other platforms and eventually have a multilib build, get rid of this mechanic to split machine value. We keep hikey-32 as a special case, and it's still easier to extend later on. As a result, it improves the readibility of the job. Change-Id: I0212b2dff7146c5e1964ffefea5cb530c1997f8a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-08rpb-openembedded: move publishing into a separate shell stepFathi Boudra
On a fresh/clean build, the build time can exceed the publish token timeout and will cause a build failure. Move the linaro-publish-token closer to the actual publishing, and avoid to take the build time into account. To be able to publish in a separate step, we also need to inject DEPLOY_DIR_IMAGE and MACHINE0 environment variables so it is propagated to the other steps. Change-Id: I2c83549859138d0f1a18b8ed8391e03e955ce806 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-07rpb-openembedded: run builds concurrentlyFathi Boudra
Change-Id: I6b97c97add13ae2bad1d80c353f733c9cfab8a4b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-28rpb-openembedded: use ":" for input field separatorFathi Boudra
the matrix project plugin considers ',' as an unsafe character and reject it as invalid. Change-Id: If05373cb8a45aa79cf3c8cdb7115082e65d41b20 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-20rpb-openembedded-master: add hikey-32 secondary image buildKoen Kooi
Change-Id: Iaaa90608fafcd0071b1a7171da01fda4cca27582 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2016-10-06rpb-openembedded: re-order machines nameFathi Boudra
Change-Id: Ic649e7ae2dd57adc362906dcbbe198cd87bc0fbf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-14rpb-openembedded-master: fix syntax errorFathi Boudra
Change-Id: Ie010fe7d6fd2eec90151482de61d05e72fe8fea9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-14rpb-openembedded: move the builders shell step to a separate shell scriptFathi Boudra
Change-Id: I20f3dc610b7b0ee85f9e83be57da0ef6eedf513d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-14rpb-openembedded-*: sparse images before publishing themNicolas Dechesne
Until the generation of sparse images is implemented in OE, we can do that in the build job directly. We create xxx.rootfs.img file that can be used when flashing with fastboot. Change-Id: Ic4a102298d37be99556f99d61f703b38ea091fbf Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-09-09rpb-openembedded: display pinned-manifest.xml on the build logFathi Boudra
Change-Id: Ib6991cd312587797249f8a4fdb8aa0f4ff9ee0bc Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-01rpb-openembedded-*: add bubblegum to the list of machinesKoen Kooi
Change-Id: I98d0ce08ec4504265ad8fe21cf621fc61ea6f930 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2016-07-29rpb-openembedded-*: add lava variants of imagesKoen Kooi
Also update lava template to use the -lava variant. Change-Id: I6db44c1f5a7c4169a1a22dcfbee81e69971ca213 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2016-07-20rpb-oe: removing my user from the email notify listRicardo Salveti
Change-Id: Id81811b058b1cdbe164f2bacb80284de0b8d38fe Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-07-19rpb-openembedded-{jethro,master}: add new jobsNicolas Dechesne
Make sure we have a CI loop for all manifest branches Create one trigger per job so that Jenkins will (hopefully) not schedule all jobs at the same time. Change-Id: Iea280dfcca32eb1c0c9ed226b30d8c28bad83872 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>