bazel icon indicating copy to clipboard operation
bazel copied to clipboard

embed label in nightly builds

Open ola-rozenfeld opened this issue 7 years ago • 5 comments
trafficstars

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.

ola-rozenfeld avatar Dec 11 '17 20:12 ola-rozenfeld

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.

meisterT avatar May 15 '20 13:05 meisterT

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.

github-actions[bot] avatar Mar 16 '23 01:03 github-actions[bot]

cc @fweikert

meisterT avatar Mar 16 '23 08:03 meisterT

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.

github-actions[bot] avatar May 21 '24 01:05 github-actions[bot]

We could somehow hack https://github.com/bazelbuild/continuous-integration/blob/fcd3cdd216acf5b78449ae6c05da1c789f5ef76c/buildkite/bazelci.py#L3343 to inject the label.

meteorcloudy avatar May 28 '24 14:05 meteorcloudy