Skip to content

Commit

Permalink
Revert "Workaround CI issue temporarily" (bazelbuild#964)
Browse files Browse the repository at this point in the history
Reverts bazelbuild#918 and unblocks
bazelbuild#963.
  • Loading branch information
BalestraPatrick authored Jan 5, 2023
1 parent 6460ccf commit 9dce155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks:

macos_last_green:
name: "Last Green Bazel"
bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d
bazel: last_green
<<: *mac_common

macos_latest_head_deps:
Expand All @@ -71,7 +71,7 @@ tasks:

ubuntu2004_last_green:
name: "Last Green Bazel"
bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d
bazel: last_green
shell_commands:
- "echo --- Downloading and extracting Swift $SWIFT_VERSION to $SWIFT_HOME"
- "mkdir $SWIFT_HOME"
Expand All @@ -92,12 +92,12 @@ tasks:

windows_last_green:
name: "Last Green Bazel"
bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d
bazel: last_green
<<: *windows_common

doc_tests:
name: "Doc tests"
bazel: 45ca62c042f3679e60664b9ebe6d24239b390e1d
bazel: last_green
platform: ubuntu2004
test_targets:
- "doc/..."
Expand Down

0 comments on commit 9dce155

Please sign in to comment.