continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

404s for last_green bazel

Open keith opened this issue 2 years ago • 4 comments

Not sure which repo this belongs on, but it affects CI

https://buildkite.com/bazel/rules-swift-swift/builds/2892#f81e439f-881f-4b1e-b0cb-733f6a85928d

% USE_BAZEL_VERSION=last_green bazelisk version
2021/10/26 14:05:23 Using unreleased version at commit c37bd0d027629bf0e3418208bb5ef9f6c4507f54
2021/10/26 14:05:23 Downloading https://storage.googleapis.com/bazel-builds/artifacts/macos/c37bd0d027629bf0e3418208bb5ef9f6c4507f54/bazel...
2021/10/26 14:05:23 could not download Bazel: HTTP GET https://storage.googleapis.com/bazel-builds/artifacts/macos/c37bd0d027629bf0e3418208bb5ef9f6c4507f54/bazel failed with error 404

keith avatar Oct 26 '21 21:10 keith

I'm assuming the next green run might fix it

keith avatar Oct 26 '21 21:10 keith

Hey @keith, thanks for flagging this 😱 We're in the process of moving from manually managing our Buildkite pipelines to using Terraform and apparently the Buildkite-provided Terraform plug-in is still a bit buggy and deactivated all the branch triggers for our "Publish Bazel Binaries" pipeline.

I've manually re-enabled this and kicked off the missing builds. It should work in a few minutes.

philwo avatar Oct 26 '21 21:10 philwo

Thanks, this is all good now, we can close unless you want to keep around to track the core issue

keith avatar Oct 29 '21 18:10 keith

This is a duplicate of https://github.com/bazelbuild/bazelisk/issues/69

fweikert avatar Oct 29 '21 18:10 fweikert