aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-11Fix kernel build scriptHEADmasterVishal Bhoj
Change-Id: I0ce22cec53e4beacd6c49c2215015c16840c063b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-06-11Add WITH_HOST_DALVIK parameter in linaro_android_build_cmd.shVishal Bhoj
Change-Id: Ide3ff004cbb06794a37f1d4e6b2915d076101245 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-06-09Don't submit LAVA_TEST_PLAN job when not needed.Vishal Bhoj
LAVA_TEST_PLAN gets submitted by default even when we submit job template using default lava_test_plan creating a new unwanted job. Change-Id: I45cb1d4e05bf6e188cacfc77dfae4e8da59b03c6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-06-09add support for submitting job to juno platformVishal Bhoj
Change-Id: I313e4d7b81757d95a4eac42bd5ebd2c1777a62fe Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-06-05Add support to submit multinode job based on JOB templateVishal Bhoj
Change-Id: Ia0665e9f4a63eedc08e99af0cb6c7f94971ae498 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-05-26Dump java version to build log.Paul Sokolovsky
Change-Id: I789274d7bbbe65e190836dd34e7080dc99871c77
2014-05-23Download toolchain ASAP, for fail-fast.Paul Sokolovsky
Change-Id: I40ffdd625735383e14b0a651fd7097a9ef8beb67
2014-05-23Fix var references.Paul Sokolovsky
Change-Id: I60caf850a4c2e486c2e34925babea67be0f30bc0
2014-05-23There're always some errors with update-java-alternatives, so ignore its rc.Paul Sokolovsky
"update-alternatives: error: no alternatives for mozilla-javaplugin.so.", etc. Change-Id: I1c2b038f6f749d22804a1e952303eb400f61398c
2014-05-23Workaround empty if/then.Paul Sokolovsky
Change-Id: I80b9e8e354caebfb8b6f24bc0e082051622ba563
2014-05-23Set java version in fail-fast manner.Paul Sokolovsky
Change-Id: I25f2e465b0996817fb20b3ff25079f3709e6035c
2014-05-23Update path to update-java-alternatives.Paul Sokolovsky
Change-Id: I7117034a49b901998fde987033bd6c6a84f2ffae
2014-05-23Allow to select java version fot build using USE_JAVA_6 or USE_JAVA_7 vars.Paul Sokolovsky
Change-Id: I5ea2bf75bd0900fae5f1df0e5611ec0be1277c3f
2014-05-23Set java6 as default after all, as that's what most builds require so far.Paul Sokolovsky
Change-Id: If2a8a0ec064d2d780e98c40b74d2a1c403c8191b
2014-05-23Fix java deployment name for update-java-alternatives.Paul Sokolovsky
Change-Id: I94692b829cf7c488578e19c70b3932216746d30f
2014-05-23Reinstate installing java6-sun, but set java7 as default.Paul Sokolovsky
Change-Id: Iee31a977ccf65238dba95b112a229d4a346cd96d
2014-05-20Install openjdk-7 be default.Milo Casagrande
* AOSP now needs openjdk-7 to compile. Change-Id: Ifc8828b64f20c02e605022aea5219e52cfb73905
2014-03-07rewrite-manifest.py: Handle manifests with relative fetch URLs.Paul Sokolovsky
This requires passing manifest repository URL to the rewriting script. This should fix lp:1287618. Change-Id: Icf54e2e96185301f66e77b7fea2ed1ff313a1ef7
2014-03-05Fix the out dir location for target having multiple underscoreVishal Bhoj
Change-Id: Ie3e2fd7495ec80c2295a607433ebeabea5e6d30b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-30Don't fail build if create-user-kernel-script errored out.Paul Sokolovsky
Interim measure to unbreak builds until script is fixed. Change-Id: Icf8f448720922e8a516a2d29e431ae8fbaa20de9
2014-01-27Add libmpfr-dev package, trying to resolve gcc build failures.Paul Sokolovsky
Change-Id: I1941b7bb3f3f75c506e7ee58ccba74220cb34788
2014-01-26Re-enable manifest rewriting, but try http://.../git/ .Paul Sokolovsky
Change-Id: I60d37d3af60c91220c74ef6e4c6694f93412ad17
2014-01-26Make curl fail on errors (d'oh!)Paul Sokolovsky
Change-Id: If52abee6375d28ad368fa2d9287b0d8b2b944433
2014-01-26Download overlays ASAP to fail fast in case of error.Paul Sokolovsky
Change-Id: I8d6194e65d2190a9f4de8a2a17faa6d78c0aabd8
2014-01-26Disable manifest rewriting for testing.Paul Sokolovsky
Change-Id: I39a5cbc93281ed2e898b34faa42a24b5f96aa4cd
2014-01-21Comment out debug output.Paul Sokolovsky
Change-Id: Ic8f7d515ede1064b78fe97fe0cf95405b30eacdc
2014-01-21Output debug stuff as comment.Paul Sokolovsky
Change-Id: Ia99ef0b05c6dc3595f403509b28d698de31c8c94
2014-01-21export TARGET_OUT_DIRVishal Bhoj
Change-Id: I5230878e856ac9575d1acb9b0ddec8948ba4ed2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21create-user-kernel-script: Add more verbosity and checks for arguments.Paul Sokolovsky
Change-Id: Iec477c2b69a89e556b8e1ecce14ac4f261853ee4
2014-01-21Add support to override the bundle streamVishal Bhoj
Change-Id: I47ccf1fe6d6b84a65ab535991fcd4af0ea2dcb3b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21Fix kernel script creationVishal Bhoj
Change-Id: Iccb1e8c01ef5bdc78d62076f615a30bf512e5957 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-15Use TARGET_OUT_DIR for BUILD_COPYCAT too.Paul Sokolovsky
Change-Id: I9aaaef5ed40061c23a8e9e630f61b94c1bc93cd1
2014-01-15We no longer use adhoc git mirror.Paul Sokolovsky
Change-Id: Ib6778b00efa6f2a655ad07909ac7cc4a5e83738d
2014-01-15Deploy linaro-android-frontend from git.Paul Sokolovsky
Change-Id: If3c9a397b7ec8ed3e848dcaff2ceb648fb9c39eb
2014-01-09handle other build keywords coming as part of TARGET_PRODUCTVishal Bhoj
Change-Id: I56a75592e51c2200265273cd701d84c4de34df50 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-08strip "full_" from TARGET_PRODUCT to get the right locationVishal Bhoj
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-03Enable artifact flattening by default.Paul Sokolovsky
Change-Id: I6dc2ef37e6480848190617950368c285f7e64e06
2014-01-03Upgrade included BUILD-INFO.txt's to version 0.5.Paul Sokolovsky
Change-Id: I5d8882baab5c1d228dde5d4d469975e8308d992e
2014-01-03There should be one and only BUILD-INFO.txt per build.Paul Sokolovsky
Change-Id: I890772a5cba42e339ec99e17b21b144785a69998
2014-01-03md5sum *img files too.Paul Sokolovsky
Change-Id: I97657ae67770bbe7e84e048ddd39bc14c9c5c2d3
2014-01-03Add sypport for flattening artifacts build-side.Paul Sokolovsky
This moves flattening to build side instead of publsihing side, per LAVA-933. Change-Id: Ic0d3d6f9598f5538c99c689345ebd9074d063769
2013-12-20Remove HOST_CC to be gcc-4.5Vishal Bhoj
Change-Id: I7af1aa1f63ca800d384bfb17ecb6302b941b40ea Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-12-11Add .gitreview .Paul Sokolovsky
2013-12-10Most of utils migrated to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-10git backup script moved to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-10Ansible deployment moved to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-04Add play to set up production Jenkins partition/directory structure.Paul Sokolovsky
Keep this separate for now.
2013-12-04Add production config for tcwg.ci.linaro.org.Paul Sokolovsky
2013-12-03Switch to use "jenkins-admins" group for admin auth. This requires nested ↵Paul Sokolovsky
groups.
2013-11-29Upgarde to Jenkins 1.509.3 after all.Paul Sokolovsky