aboutsummaryrefslogtreecommitdiff
path: root/stretch-arm64-obsworker
AgeCommit message (Collapse)Author
2017-10-23obsworker: add xz-utilsRiku Voipio
As part of implementing https://projects.linaro.org/browse/BB-457 The new obs-build depends on xz-utils. Switch arm64 image to official debian:stretch image base while at it. Change-Id: I26701fb8e5cfb127fac02b57b42128b47478e272
2017-04-18obsworker: allow setting port and use tmpfsRiku Voipio
since lots of build time goes into fsync() during apt-get install, use the existing tmpfs option. Also allow setting listening port. These changes are needed by the ansible review in flight. Change-Id: I3489af3a54e9e82edc37f3b9b6ee060bf6fbab19
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-04-07new docker images: obsworkerRiku Voipio
Arm64 and amd64 obsworker images. Usage: docker run -d -e OBS_SERVER=obs -e OBS_IP=192.168.1.6 -e OBS_JOBS=4 --privileged -h workername -p 5454:5454 -t linaro/obsworker-amd64 Where - OBS_IP - the IP of obs server - OBS_SERVER - the hostname obs *server* thinks it is - OBS_JOBS - make -j - workername - the name of the worker that will be visible in OBS status monitor - 5454 - hardcoded port number, obs server will contact worker here Change-Id: I65537ff79d5fb17ce6283cefba029b1c82a53baa