-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] Failing to import PGP key when updating from v3 to v4 #1279
Comments
@thomasrockhu wonder if this is related to #1262 |
@rohan-at-sentry I don't believe so, this looks like it breaks earlier in the process
also the ordering is strange... the |
Hi, this also happened over at https://github.com/python-trio/trio/actions/runs/7865327122/job/21458126980?pr=2951#step:7:12 At least for us, I suspect this is just because we're running a docker container (https://github.com/python-trio/trio/blob/f071c066b21a745376579313a621b2e15fe363f0/.github/workflows/ci.yml#L186) and things differ from the ubuntu runner. This also messes with the setup-python action. |
We are also getting this error across all platforms. We are running self-hosted runners if it helps. 2024-02-29T04:21:28.9082577Z ==> windows OS detected
2024-02-29T04:21:30.6716992Z https://cli.codecov.io/latest/windows/codecov.exe.SHA256SUM
2024-02-29T04:21:31.1063731Z ==> Running version latest
2024-02-29T04:21:31.1132992Z ##[error]Codecov: Error importing pgp key |
CI is failing because of: ``` Error: Codecov: Error importing pgp key ``` Apparently, there is an error in v4, which was caused by upgrading from v3. See also the upstream bug reports: - codecov/codecov-action#1288 - codecov/codecov-action#1279
Looks like self-hosted Windows and macOS machines require Windows: |
I'll add on to this in case there's a difference between runner environments. I'm using a self-hosted amazonlinux 2 based runner, which has |
👍 same error here |
Something very similar started happening for us today. We've been running v4 since early february on Ubuntu a github hosted runner.
|
I am running into this as well. |
Same thing, using GitHub hosted runners, macOS-12 and macOS-13. macOS-14 is fine.
Saw something similar when searching around, but I don't think that's the issue here as it's already installed... |
Moving to v4 is blocked because of a fundamental issue with codecov/codecov-action#1279 on our mac runners and because the reported coverage is [decreasing with v4](https://app.codecov.io/gh/element-hq/element-x-ios/pull/2719/flags)
Moving to v4 is blocked because of a fundamental issue with codecov/codecov-action#1279 on our mac runners and because the reported coverage is [decreasing with v4](https://app.codecov.io/gh/element-hq/element-x-ios/pull/2719/flags)
See codecov/codecov-action#1279 for more
This should be fixed now as a result of #1426 in |
After upgrading to v4, the pgp key configured for our code coverage repo cannot be imported. This doesn't stop uploads from succeeding unless you set
fail_ci_if_error: true
The text was updated successfully, but these errors were encountered: