Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_multirun to v0.7.0 #235

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_multirun bazel_dep minor 0.6.1 -> 0.7.0
rules_multirun http_archive minor 0.6.1 -> 0.7.0

Release Notes

keith/rules_multirun (rules_multirun)

v0.7.0

Compare Source

  • Add buffer_output attribute to multirun, disabled by default. For parallel multiruns this holds all command output until the commands are finished and prints them grouped together. This is useful if you have many commands which produce confusing interleaved output.
  • Add keep_going attribute to multirun, disabled by default. This allows you to run all commands even if some fail to see all failure output. The downside is if you have long running commands and if you don't care about later commands succeeding if the earlier commands fail, you might waste runtime.
  • Add description to command which is printed instead of the default label with print_command = True on multirun
  • Improve documentation, visible here
  • Add bzl_library targets for stardoc
bazel_dep(name = "rules_multirun", version = "0.7.0")

WORKSPACE setup:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_multirun",
    sha256 = "7b699b3922919d727e7f5aa868286e59cc69fa6aa14f6c3e54a4674010bd1582",
    strip_prefix = "rules_multirun-0.7.0",
    url = "https://github.com/keith/rules_multirun/releases/download/0.7.0/rules_multirun-0.7.0.tar.gz",
)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) February 24, 2024 01:48
@renovate renovate bot merged commit 62c54d2 into main Feb 24, 2024
21 checks passed
@renovate renovate bot deleted the renovate/rules_multirun-0.x branch February 24, 2024 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants