Skip to content
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

CI(promote-images): fix prod ECR auth (#9131) #9146

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

bayandin
Copy link
Member

A cherry-pick from the last release (#9131)

Problem

Login to prod ECR doesn't work anymore:

Retrieving registries data through *** SDK...
*** ECR detected with eu-central-1 region
Error: The security token included in the request is invalid.

Ref
https://github.com/neondatabase/neon/actions/runs/11015238522/job/30592994281

Tested
https://github.com/neondatabase/neon/actions/runs/11017690614/job/30596213259#step:5:18 (on aae6182ff)

Summary of changes

  • Fix login to prod ECR by using aws-actions/configure-aws-credentials

## Problem
Login to prod ECR doesn't work anymore:
```
Retrieving registries data through *** SDK...
*** ECR detected with eu-central-1 region
Error: The security token included in the request is invalid.
```
Ref
https://github.com/neondatabase/neon/actions/runs/11015238522/job/30592994281

Tested
https://github.com/neondatabase/neon/actions/runs/11017690614/job/30596213259#step:5:18
(on aae6182ff)

## Summary of changes
- Fix login to prod ECR by using `aws-actions/configure-aws-credentials`
@bayandin bayandin enabled auto-merge (squash) September 25, 2024 15:08
Copy link

github-actions bot commented Sep 25, 2024

5013 tests run: 4849 passed, 0 failed, 164 skipped (full report)


Flaky tests (2)

Postgres 17

Postgres 15

  • test_ondemand_wal_download_in_replication_slot_funcs: release-arm64

Code coverage* (full report)

  • functions: 32.0% (7494 of 23395 functions)
  • lines: 50.0% (60480 of 120847 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
903935b at 2024-09-25T16:13:43.872Z :recycle:

@bayandin bayandin merged commit c6e8944 into main Sep 25, 2024
85 checks passed
@bayandin bayandin deleted the bayandin/cherry-pick-from-release branch September 25, 2024 17:22
fcdm added a commit that referenced this pull request Sep 26, 2024
Dev account counterpart of #9146
@fcdm fcdm mentioned this pull request Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants