Skip to content

Enable commit status updates and adjust branch filters for publish-bazel-binaries pipeline#2568

Merged
meteorcloudy merged 3 commits intomasterfrom
update-publish-binaries-commit-status
Apr 16, 2026
Merged

Enable commit status updates and adjust branch filters for publish-bazel-binaries pipeline#2568
meteorcloudy merged 3 commits intomasterfrom
update-publish-binaries-commit-status

Conversation

@meteorcloudy
Copy link
Copy Markdown
Member

@meteorcloudy meteorcloudy commented Apr 16, 2026

This PR performs two updates for the publish-bazel-binaries pipeline within pipelines_bazel.tf:

  1. Updates publish_commit_status to true so that GitHub receives build progress updates.
  2. Adjusts the branch configuration to remove deprecated major versions (4.*, 5.*, 6.*) and secure future major expectations (10.*, 11.*, 12.*).

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

Terraform Plan for bazel-trusted 📖

Plan: 0 to add, 1 to change, 0 to destroy.

Show Plan
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # buildkite_pipeline.publish-bazel-binaries will be updated in-place
  ~ resource "buildkite_pipeline" "publish-bazel-binaries" {
      ~ branch_configuration                     = "master release-* 4.* 5.* 6.* 7.* 8.* 9.*" -> "master release-* 7.* 8.* 9.* 10.* 11.* 12.*"
      + cluster_name                             = (known after apply)
        id                                       = "UGlwZWxpbmUtLS1hOTFmODFkZi02NDZjLTQ2MDctYjNmMS1hY2Y4NjRlNzE4ODM="
        name                                     = "Publish Bazel binaries"
      ~ slug                                     = "publish-bazel-binaries" -> (known after apply)
        tags                                     = []
        # (13 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@meteorcloudy meteorcloudy changed the title Enable commit status updates for publish-bazel-binaries pipeline Enable commit status updates and adjust branch filters for publish-bazel-binaries pipeline Apr 16, 2026
@meteorcloudy meteorcloudy merged commit ac1b3f4 into master Apr 16, 2026
10 checks passed
@meteorcloudy meteorcloudy deleted the update-publish-binaries-commit-status branch April 16, 2026 11:40
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.

1 participant