aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
AgeCommit message (Collapse)Author
2017-11-13robher-aosp: only email on first failureRob Herring
Change-Id: Ief8ab8542cafece78611c88d622b16b256d9bcff Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-26robher-aosp: fix failures due to persistent storage changeVishal Bhoj
Change-Id: I6e086d5ad2bdf2f8105739df3c3f71566f4fad85 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-10-26robher-aosp: use persistent storage for caching codeVishal Bhoj
Change-Id: Ia3522dddfca21a66e8c776aabe77e817878cd236 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-10-24robher: delete sources after build to save spaceVishal Bhoj
Change-Id: I00f2352bffac13ceb0ebf18769929d9b566e9108 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2017-10-13robher-aosp: fixup manifest path, take 2Rob Herring
Change-Id: I90446751941f295bdf9bff17c4ce3b2aca45fbbc Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-13robher-aosp: fixup some build script errorsRob Herring
Change-Id: I3303fff85b1752432f6ee53f7f82227215114fe3 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-13robher-aosp: fix git subdirectory settingRob Herring
The name should be basedir, not subdir. Change-Id: I97cc360d0821259f609d79c4f3cb8a3f4fbf0585 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-13robher-aosp: only build Intel drivers on x86Rob Herring
The Intel drivers now depend on x86 compiler builtins, so disable them on non-x86. Change-Id: I30d2afbbec57903b73e0a1da11b05bda4ccb1aac Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-13robher-aosp: email git author and committer on failuresFathi Boudra
Extract the last git committer and author and send them email on first failure. Change-Id: Ib5289c4ae58494b4a7fbbfc7c39b84d3d80be5fa Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-10-13robher-aosp: use git plugin for mesa repoRob Herring
Fetch the mesa repo using the git plugin instead using repo so we can poll on changes. This also enables pushing a branch to trigger a build. Switch to the Linaro AOSP mirror due to bandwidth throttling. Change-Id: I1e427fce2e5772cfa9fbc45d2f530deb07ee6aae Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-06-06robher-aosp: quiet repo syncRob Herring
"repo sync" gives lots of curl errors which then show up in parsed logs, so quiet it down. Change-Id: I53b03f6e41651121f0a3b2776ac6e889e9e0b8c2 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-06-06robher-aosp: add parameters for custom mesa git tree and email recipientRob Herring
Add parameters for custom git tree and branch for mesa. Mesa master can now be built without any additional patches, so just fetch and checkout the branch. Also, add a parameter to add other email recipients. Change-Id: Ib61810dd60d91ea55b4cf0a5a41a9dcd16aafdc3 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-06-06robher-aosp: fix mesa gpu driver selectionRob Herring
The Android.mk handling of gpu drivers changed in upstream, so rework how we override BOARD_GPU_DRIVERS. Change-Id: I3dd5bbc3578717ccb6e4d9511d4b6f50c5b1299b Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-03-27robher-aosp: remove gralloc.drm from the buildRob Herring
The name has changed, but building gralloc is not really needed so just removing it. Also, switch job numbers to use $(nproc). Change-Id: I9a33fc2d5f14ede6a2b86064f8eea589406eca30 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-03-24robher-aosp: remove extra device make stepRob Herring
The step to configure the generic device is now gone as defconfig files get populated in the lunch targets. Change-Id: I20a38a32438b591805e1cd18b88842872c2259a9 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-03-21robher-aosp: build once a dayRob Herring
Change-Id: I61c8643c8bbdcc330a86f0a9bdf932f75879b256 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2017-03-21robher-aosp: disable r600g, i915g and enable nouveau GPU driversRob Herring
r600g is broken and no one cares about i915g. nouveau should work now. Change-Id: Ife8381fce50cd059086ab404289c51ceb0a4f22a Signed-off-by: Rob Herring <rob.herring@linaro.org>
2016-12-09robher-aosp: use common LCR builder setup scriptsRob Herring
The builder setup script is now broken for xenial. Switch to using the common LCR setup script. Change-Id: Iff1645936c098cfeef332321aa01136783009fbd Signed-off-by: Rob Herring <rob.herring@linaro.org>
2016-12-08robher-aosp: switch to building on xenialRob Herring
Java crashes building on utopic and it appears all the N builds switched. Change-Id: I902836a64890dc60bc71050dcd735f1af4207ff6 Signed-off-by: Rob Herring <rob.herring@linaro.org>
2016-07-05robher-aosp: don't fail on apt-get update failRob Herring
The utopic arm64 ports repo is gone, so ignore this failure. Signed-off-by: Rob Herring <robh@kernel.org>
2016-06-14robher-aosp: add device configuration stepRob Herring
Now with kconfig support added to the device project, it has to be configured first. Signed-off-by: Rob Herring <robh@kernel.org>
2016-06-13robher-aosp: fix make error handlingRob Herring
() creates a sub shell and doesn't work. Signed-off-by: Rob Herring <robh@kernel.org>
2016-06-13robher-aosp: reduce the context for error parsingRob Herring
Signed-off-by: Rob Herring <robh@kernel.org>
2016-06-13robher-aosp: print make return codeRob Herring
Signed-off-by: Rob Herring <robh@kernel.org>
2016-06-03robher-aosp: remove some post build stepsRob Herring
Remove archiving artifacts and fingerprinting step. We just care about build passing or failing. Also delete external/mesa3d in case we had a merge failure. Seems repo -f and --force-sync options don't override that. Signed-off-by: Rob Herring <robh@kernel.org>
2016-05-23robher-aosp: update merged mesa branch to android-build-testRob Herring
Signed-off-by: Rob Herring <robh@kernel.org>
2016-05-17robher-aosp: update build script and email-ext configRob Herring
Signed-off-by: Rob Herring <robh@kernel.org>
2016-05-17robher-aosp: fix typoVishal Bhoj
Change-Id: I8b4aa377c87c968022482ae972c51b297d9e2a90 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-05-17robher-aosp: allow vishal to configure the jobVishal Bhoj
Change-Id: I7c3a6c48636735753cdac3b2fbd5630d761ac176 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-05-17android: provide full path of parse scriptVishal Bhoj
Change-Id: I51c050a7e10c79933cb8833d3b889bb78b50b828 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-05-16Add ci job for rob herringVishal Bhoj
Change-Id: I93add983104122ab1f3dd4c8de6636023aaf5d9d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>