aboutsummaryrefslogtreecommitdiff
path: root/utopic-amd64-art
AgeCommit message (Collapse)Author
2017-08-16utopic-amd64-art: 004-JniTest requires UTF-8 localeJulien Duraj
Change-Id: I6c045173fd69606f789032e01f478066fdd6f691
2017-06-27utopic-amd64-art: Add patch packageJulien Duraj
This is to remedy to some newer ART host tests failures due to lack of patch binary. Change-Id: I227222a5395f083ea141db0e0dc104bbbc520212
2017-05-06{jessie,stretch,trusty,utopic,xenial}-{amd64,arm64,armhf}: fix build scriptsFathi Boudra
* docker COPY doesn't follow symlinks (it returns a lstat error) Restore stretch build scripts to copy thee files as before. * Move OBS sources list and key files next to the others. * Remove all the PPA fixup and copy explicitely sources list and keys we want. * Fix the image/tag name jessie-amd64, xenial-adm64 and a few others. Change-Id: I6613c5abc2bba8cbb05a65e0bf0dc17d4082cc1a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-04-13All: store .docker-tag after buildRiku Voipio
After successful build, store the tag to be pushed to the repos. This is more safer than looking at docker images list after build. Change-Id: Ieef7ee56603d6df75b4f696fcfa2161a04255220 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-01-24utopic-amd64-art: add libtcnative-1 packageFathi Boudra
Change-Id: I3cf17ce13357457aeb499b4a347e2f5ce44a39f1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-01-24utopic-amd64-art: use a wrapper to manage jenkins slave ssh public keyFathi Boudra
Change-Id: I1912e7aa0b6308ae96c06e29006ed0e4addeb7fb Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-11replace python-pycurl by python-requestsFathi Boudra
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I3fd10d781ada66b0b7efb796f30395884954df7a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-13All images: Add --pull option to "docker build"Maxim Kuvyrkov
... to re-download base image, such as ubuntu:trusty when it changes upstream, even when an [older] copy is present locally. This prevents re-using older base images when re-building fresh ones. This change was done programmatically with: find -name build.sh | xargs sed -i -e "s/docker build --tag/docker build --pull --tag/" Change-Id: I3c567139fd1534e74e6846af573ad025d293bf9f
2016-06-28update acpica to version 20160527Fathi Boudra
Change-Id: I0ad00b00c3d42b5bac27037a2fde71fc913e3877 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-26utopic-amd64-art: provide access to usb deviceVishal Bhoj
Allow buildslave user to run adb as non root user Change-Id: I81eab6ccfbf4c76034f9909df23c856ca68a9de9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-04-30standardize to use SSH username with key instead of username with passwordFathi Boudra
Change-Id: I860ed79c4b0bfba7255c02e3278ebdaf17005425 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-23expose SSH portFathi Boudra
With newer docker version 1.10.x, it becomes mandatory. It was implicit with older images. Change-Id: Ia06a35c5fabfda089571d53f24650bda9754cebf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-02utopic-amd64-art: Update to latest Java8 package which fixes AOSP build failuresVishal Bhoj
Change-Id: I2c5864bb6ad09384419f7f79ed8c4c2638e31622 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-01-26utopic-amd64-art: fix syntax errorFathi Boudra
missing '\' 'after apt-get clean' line Change-Id: Ia7dafc0c436b4e8886c523d6264f6d46416778ec Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-01-25art: install open-jdk-8Vishal Bhoj
Change-Id: Ia512d30e257fd35eba675b81726e08e3fae045f9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-11-29debian: add assume yes on dist-upgradeFathi Boudra
Change-Id: I0ccf5320e2258b7e8fc3273538806718e6f79ca2 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-11Initial commit of Dockerfile configurations used by Linaro CIFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>