continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

Publish build output via Buildkite (and GCS)

Open fweikert opened this issue 5 years ago • 3 comments

By default, all build output should be available via Buildkite in the "Artifacts" tab. Moreover, users should be able to tell Buildkite to upload output to GCS, too.

fweikert avatar Mar 11 '19 15:03 fweikert

@fweikert What do you mean with "build output"? The build log? Or the entire bazel-out folder?

philwo avatar May 28 '19 13:05 philwo

IIRC users asked for bazel-out

fweikert avatar May 28 '19 14:05 fweikert

This feature would be useful for me, at least (working on bazel-remote). I can see that bazelci.py has a --save_but flag, but I'm not sure where to add it.

mostynb avatar Feb 13 '20 09:02 mostynb