bazelbuild/vscode-bazel

CI is failing

cameron-martin opened this issue · 3 comments

CI on PRs is failing on an error when running apt-get update:

W: GPG error: http://packages.cloud.google.com/apt cloud-sdk InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3
E: The repository 'http://packages.cloud.google.com/apt cloud-sdk InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

See for example this build.

Not exactly sure what is causing this.

This appears to be flaky across PRs but consistent within a same PR?

I'm having the same failure in #322 but not in #320.

Ah nevermind. I just had a linting error. It's green now. You might want to try pushing an empty commit to retrigger CI.

Seems like it was just a transient issue