aboutsummaryrefslogtreecommitdiff
path: root/trusty-arm64-tcwg-test
AgeCommit message (Collapse)Author
2016-12-18{trusty,xenial}-{arm64,armhf}-tcwg: adjust the tag nameFathi Boudra
Change-Id: Ie61a7ea3aca299cfed5ffb8fe7b761bf91d6bc7f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-18Use base images hosted on docker hubFathi Boudra
Change-Id: I18f9cca4b6f1f96a24dec7c42498e5a1e6371022 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-22trusty-*-tcwg[-test]: Remove unneeded lineMaxim Kuvyrkov
Change-Id: I3c35a2c676a5091f6300205632f801ed6565657f
2016-11-17trusty-*-tcwg*: remove lsb-linuxfoundation repositoryFathi Boudra
There isn't any packages pulled from lsb-lf repository anymore. As the repository isn't used, remove it. We don't add any 3rd party repository either, remove apt-key call and the related handling in build.sh script. Change-Id: I07195118239bbf658930bec4daf9121b82334574 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-09-29trusty-*-test[-test]: Use scratch volume for $HOME/workspaceMaxim Kuvyrkov
... instead of using a bind-mount, which causes problems with parallel build runs. Change-Id: Id9799927f149faeac7ee19e1ac281af8b022b81d
2016-09-22trusty-*-tcwg-test: Add openjdk to run jenkins client.Maxim Kuvyrkov
Change-Id: Ic8cb7eb4b3427333b0432f75576c064c89c6fc9c
2016-09-22trusty-arm*-tcwg*: add Tomcat native libraryFathi Boudra
TCWG is using the SSH agent plugin which requires a working JAVA ssh-agent implementation on ARM. The only one working is the Tomcat native library. Change-Id: I91ff0142c79c6e099f91397c0102ab5a0b451e4b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-09-13trusty-*-tcwg: fix user's .ssh directory permissionFathi Boudra
use /etc/skel to install .ssh with the correct permissions. Change-Id: I571416a717339780b4a438ff45ff33fa3159ff07 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-07-21trusty-{arm64,armhf}-tcwg-test: New imagesubuntu
... for testing toolchain builds. Also import .ssh/* configuration from /srv/docker/ssh/. Change-Id: I44d694b1bb9b1f76cfe675d73ab83fa492eeaa2a