Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,20 +194,23 @@ tasks:
name: "Default: Ubuntu, upcoming Bazel"
platform: ubuntu2204
bazel: last_rc
ubuntu_rolling:
name: "Default: Ubuntu, rolling Bazel"
platform: ubuntu2204
bazel: rolling
# This is an advisory job; doesn't block merges
soft_fail:
- exit_status: 1
- exit_status: 3
test_targets:
- "--"
- "//tests/..."
test_flags:
- "--keep_going"
- "--test_tag_filters=-integration-test"
# Temporarily remove this job to avoid all of CI failing
# Can be re-enabled after BazelCI is fixed, see
# https://github.com/bazelbuild/continuous-integration/pull/2487
Comment on lines +197 to +199
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comments clearly explain the temporary nature of this change. To further improve maintainability and ensure this temporary disablement is easily discoverable for future re-enablement, consider adding a TODO tag with a specific identifier (e.g., TODO(bazelci-bug)) to mark this as an item to revisit once the upstream issue is resolved. This makes it easier to track and search for such temporary workarounds.

  # TODO(bazelci-bug): Re-enable this job after BazelCI is fixed.
  # See https://github.com/bazelbuild/continuous-integration/pull/2487
  # Temporarily removed to avoid all of CI failing.

# ubuntu_rolling:
# name: "Default: Ubuntu, rolling Bazel"
# platform: ubuntu2204
# bazel: rolling
# # This is an advisory job; doesn't block merges
# soft_fail:
# - exit_status: 1
# - exit_status: 3
# test_targets:
# - "--"
# - "//tests/..."
# test_flags:
# - "--keep_going"
# - "--test_tag_filters=-integration-test"
ubuntu_workspace:
<<: *reusable_config
<<: *common_workspace_flags
Expand Down