summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-02-25 13:21:30 +0100
committerJürg Billeter <j@bitron.ch>2020-02-27 12:18:07 +0100
commitdf1e4e7fe5a2d549cdc2bf805496a8ff7c7b15b7 (patch)
tree7614bf413cf020808977d78002d57cf81d5a7992 /.gitlab-ci
parent6b77daa40a2a07d2eb16fbcf6cafa1f2ce229114 (diff)
downloadbuildstream-df1e4e7fe5a2d549cdc2bf805496a8ff7c7b15b7.tar.gz
.gitlab-ci/buildgrid-compose.yml: Set platform properties
The worker needs to advertise the supported OSFamily and ISA.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/buildgrid-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/buildgrid-compose.yml b/.gitlab-ci/buildgrid-compose.yml
index 2d2725706..fd45c45af 100644
--- a/.gitlab-ci/buildgrid-compose.yml
+++ b/.gitlab-ci/buildgrid-compose.yml
@@ -38,7 +38,7 @@ services:
bot:
image: registry.gitlab.com/buildgrid/buildgrid.hub.docker.com/buildbox:nightly
command: [
- "sh", "-c", "sleep 15 && ( buildbox-casd --cas-remote=http://controller:50051 /var/lib/buildgrid/cache & buildbox-worker --bots-remote=http://controller:50051 --cas-remote=unix:/var/lib/buildgrid/cache/casd.sock --buildbox-run=buildbox-run-bubblewrap --runner-arg=--use-localcas --verbose )"]
+ "sh", "-c", "sleep 15 && ( buildbox-casd --cas-remote=http://controller:50051 /var/lib/buildgrid/cache & buildbox-worker --bots-remote=http://controller:50051 --cas-remote=unix:/var/lib/buildgrid/cache/casd.sock --buildbox-run=buildbox-run-bubblewrap --runner-arg=--use-localcas --platform OSFamily=linux --platform ISA=x86-64 --verbose )"]
privileged: true
volumes:
- type: volume