aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-lsk-4.9-rt.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-04-26ci/jobs/config: completely revert changes for node label 'built-in'Kelley Spoon
Due to the conflict between Multiconfig and the label 'built-in' we should revert the mass migration to the new name. Change-Id: Id86132ac7c71b3b50e62b2c67f39df5580f7eeeb
2022-04-19ci/job/configs: mass update to use 'built-in' node nameKelley Spoon
This change updates all configs that are intended to run on the former 'master' node to use the 'built-in' label exclusively as per the new Jenkins naming conventions. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: Iece59a578329bd4cd038455ec4966a1e874a75f3
2022-04-15ci/configs: mass update to add 'built-in' as a node labelKelley Spoon
Starting in 2.307.* of Jenkins, the naming scheme for nodes is migrating to 'built-in' to replace master. This change makes a mass commit to add the 'built-in' as a potential label for jobs that are currently tied to the 'master' node. Change-Id: I51bdae6282de863d1bc1ddaaab7964ef288ab480
2020-04-06lsk: disable and remove all buildsMilosz Wasilewski
Change-Id: If7a916ad8a13508e2cbbe882e4b45c4a48f84566 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2019-05-20openembedded-lkft: lsk: Don't build HikeyDaniel Díaz
Change-Id: I383c2fb20f346034b1a296938b697db4ba8d715d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2019-02-06openembedded-lkft-lsk: Drop i386 machineDaniel Díaz
Since 0fcc119 (around October 2018), we sync'ed the recent progress from the regular LKFT jobs onto these ones, which included the differentiation of x86_64 and i386. Because the LSK builds were not set up to do i386 (x86 32-bits) in the first place, and due to build failures on that architecture, we better disable that. Change-Id: Ie0d0d3b5fb0a1f776b9f734009a33a6fe70cc2a7 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2019-01-25openembedded-lkft: Move LSK builds to use LKFT distroDaniel Díaz
The LKFT distro is the one being kept up to date for LKFT purposes. Change-Id: Ic421fb0bf9ded598bf69db612351a393094bb5c0 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2019-01-23Revert "openembedded-lkft: Simplify builds"Daniel Díaz
This reverts commit 538fbd94cacb8c8d7c22bd54e382abe7300a3b2b. While the partitioning of the builders.sh script is fine, a few things need to exist in the environment for each phase to function properly. This is a good opportunity to document those things, so that will happen in an upcoming commit. Change-Id: I3590b0fdf9ed1340cb0dbe2cdd105a5e2192642e Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2019-01-23openembedded-lkft: Simplify buildsDaniel Díaz
Rearrange job definition in order to simplify things: * add script to install dependencies, * separate build and publishing preparation Change-Id: Ic0bfb8ca9afb52000cb77b7b93eca8d33ab20d80 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2018-10-16openembedded-lkft-lsk: Update LSK jobs with recent changes from LKFTDaniel Díaz
These changes include: * using Rocko as the OE RPB branch, * changing the test image to rpb-console-image-lkft, * introducing the distinction between i386/x86_64, and * adding the matrix combinations selector for builds. Chiefly, it tries to solve a problem with the testing of these build jobs, as LAVA reports: Download '/var/lib/lava/dispatcher/tmp/468618/fastboot-deploy-0jn0ywjc/system/' is a directory, not a file due to this definition in the test job being incorrect: actions: [...] - deploy: [...] images: [...] system: url: http://snapshots.linaro.org/openembedded/lkft/morty/hikey/rpb/lsk-4.14/69/ [...] (the URL is missing a filename which used to be rpb-console-image-*.img.gz.) Change-Id: I0b212efc3e6affecedea416e5a25ec826c0ca714 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2018-04-27Set the build location in the Jenkins job descriptionFathi Boudra
The code is generic and can be used by any builds as long as PUB_DEST job parameter is used. Move it under rpb-openembedded folder since it isn't LT QCOM specific either. Change-Id: Id8f02487beca7d28d0699f2ce0fadf9788db1dfa Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2018-04-10openembedded-lkft: use includeraw for the publishing stepFathi Boudra
the step is modified with the inclusion of set -ex, in order to help debug future failures (as observed in https://projects.linaro.org/browse/CTT-1107). Change-Id: I2cc785cb79e8a7a0eb1fe3d4c79278a2de739c3c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2018-01-26openembedded-lkft: move LSK test results to it's own groupMilosz Wasilewski
In order to make the LSK results better presented in qa-reports, they will now be groupped in 'lsk' group rather than 'lkft'. Change-Id: Ib8330cea851ce70f0ea2fd46128b62d3f642a1bc Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-12-15openembedded-lkft: add build timeout of 180 minutesFathi Boudra
Change-Id: Id6a194cc7d36065f48548020fb834fda59a1a959 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-12-09openembedded-lkft: standardize on using PUB_DESTFathi Boudra
The publishing destination is now exposed via a job string parameter. It's the best practice to use the environment variable PUB_DEST to store its value. Rename SNAPSHOTS_URL to BASE_URL, which also makes it more consistent with OE RPB jobs. Adjust the relevant jobs, scripts and templates to match the new behavior. Get rid of the switch/case in the common builders script, since it is a per build configuration and not a shared common code. Change-Id: If8aa200aab44c71328927f1d131d40089c18197b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-11-29openembedded-lkft: enable testing on all LSK branchesMilosz Wasilewski
Change-Id: I24ecba58aeea8b2b5e91ebd17fc304d84f8382b5 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-11-29openembedded-lkft-lsk: add more machines into testAlex Shi
Add intel, hikey620, dragonboard410c into lkft testing. Change-Id: Id6695f1702dfa41e336da4498c49933d592ece5d Signed-off: Alex Shi <alex.shi@linaro.org>
2017-11-24lkft: fix SRCREV_kernel expansionFathi Boudra
It isn't a token. Use email-ext groovy support to achieve the same intended string manipulation. Change-Id: I58399132256f0d539a78d66ce94c338730c5360c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-11-23openembedded-lkft: remove emails from recipient listMilosz Wasilewski
All emails are now delivered via lkft-maintainers and lkft-triage mailing lists. Change-Id: Id29e5aa0097ca1c526521cb53db7fb32735069e2 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2017-11-22lkft: improve email notificationVishal Bhoj
Send notification about failed builds only. Use a shorter email subject. Change-Id: Iccfc0c838d6bcb32da741905f333c5c87344af44 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-11-22openembedded-lkft: replace SKIPLIST with SKIPFILENaresh Kamboju
kselftest skipfiles created as per ${DEVICE_TYPE} and ${KERNEL_VERSION} Remove build parameter "KSELFTEST_SKIPLIST" Ref: LKFT: move kselftest skiplists to git https://projects.linaro.org/browse/QA-1759 Change-Id: Ie13cee2140ae3d0a815e66260582af85673cbc83 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-11-17lkft: update email notification bodyVishal Bhoj
This should now send notification with some description about the failure Change-Id: Ia62067aaf5d26dce88a153ba136a96f0eb71b30d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-11-09openembedded-lkft: additional LSK branchesFathi Boudra
Change-Id: Iab1a8780c37af0f81dd42f6d5eb098c729ccd195 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>