scoot icon indicating copy to clipboard operation
scoot copied to clipboard

Scoot is a distributed task runner, supporting both a proprietary API and Bazel's Remote Execution.

Results 8 scoot issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190628185345-da137c7871d7 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190628185345-da137c7871d7&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

update test files location in README.md

I can not find any info how to configure bazel client to use Scoot. Also, I don’t see any info how to scale the service, for example, using Kubernetes.

Does Scoot have any support for sandboxing builds?

Bazel implemention is missing Capabilities endpoint as far as I can tell. Please correct me if I'm wrong! :) ### Expected behavior Service implements [this endpoint](https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto#L334-L354). ### Actual behavior When...

I signed the cla already, but the check on my PR #484 still says "license/cla Expected — Waiting for status to be reported".

``` INFO[0000] Killing 1 cmds sourceLine="setup/cmds.go:75" INFO[0005] Still waiting; killing all sourceLine="setup/cmds.go:102" FATA[0005] fork/exec : no such file or directory sourceLine="setup-cloud-scoot/main.go:53" exit status 1 ``` Which file does not exist?...