bazel
bazel copied to clipboard
embed label in nightly builds
Currently, the Bazel nightly builds https://ci.bazel.io/view/Bazel%20bootstrap%20and%20maintenance/job/bazel/job/nightly/ generate binaries with empty build labels. It would help the remote execution service if these builds contained labels such as "nightly-2017-11-27", to help our CI identify them in the logs.
We don't have nightly builds anymore, but I think it would be nice if we could embed the commit hash for the builds that we expose via bazelisk.
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 2.5 years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team (@bazelbuild/triage) if you think this issue is still relevant or you are interested in getting the issue resolved.
cc @fweikert
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.
We could somehow hack https://github.com/bazelbuild/continuous-integration/blob/fcd3cdd216acf5b78449ae6c05da1c789f5ef76c/buildkite/bazelci.py#L3343 to inject the label.