summaryrefslogtreecommitdiff
path: root/.gitlab-ci
Commit message (Collapse)AuthorAgeFilesLines
* .gitlab-ci/buildgrid-compose.yml: Set platform propertiesJürg Billeter2020-02-271-1/+1
| | | | The worker needs to advertise the supported OSFamily and ISA.
* .gitlab-ci/buildgrid-compose.yml: Switch to buildbox-workerJürg Billeter2020-02-111-7/+2
| | | | | | | | | Use buildbox-worker with buildbox-run-bubblewrap and buildbox-fuse from the buildbox-nightly docker image instead of the Python buildbox worker as the latter still uses the obsolete `buildbox` command. buildbox-worker launch is delayed as it fails if started before the BuildGrid server is ready.
* buildgrid-compose.yml: reduce log level to WARNDarius Makovsky2019-11-011-3/+3
| | | | closes #1184
* .gitlab-ci.yml: Add a CI test job for remote executionMartin Blanchard2019-03-251-0/+72
https://gitlab.com/BuildStream/buildstream/issues/629