allbuildtestrunquerystartup options
--spawn_strategy=<comma-separated list of options>
Specify how spawn actions are executed by default. Accepts a comma- separated list of strategies from highest to lowest priority. For each action Bazel picks the strategy with the highest priority that can execute the action. The default value is "remote,worker,sandboxed,local". See https: //blog.bazel.build/2019/06/19/list-strategy.html for details.
default: ""
execution