Skip to content

docker-compose: remove `--use-localcas` runner argument

Santiago Gil requested to merge santigl/remove-use-localcas-flag into master

Before raising this MR, consider whether the following are required, and complete if so:

  • [ ] Unit tests
  • [ ] Metrics
  • [ ] Documentation update(s)

If not required, please explain in brief why not.

Description

https://gitlab.com/BuildGrid/buildbox/buildbox-common/-/merge_requests/394 will remove the --use-localcas flag from buildboxcommon::Runner. (That option has been turned on by default for a while.)

Changes proposed in this merge request:

  • compose-data/worker-start.sh: remove --runner-arg=--use-localcas from the list of arguments given to buildbox-worker.

Validation

The e2e-compose CI job should continue to pass.

Edited by Santiago Gil

Merge request reports