Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix promote-images-prod after splitting it out (#10292)
## Problem `promote-images` was split into `promote-images-dev` and `promote-images-prod` in #10267. `dev` credentials were loaded in `promote-images-dev` and `prod` credentials were loaded in `promote-images-prod`, but `promote-images-prod` needs `dev` credentials as well to access the `dev` images to replicate them from `dev` to `prod`. ## Summary of changes Load `dev` credentials in `promote-images-prod` as well.
- Loading branch information
4aa9786
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7377 tests run: 7014 passed, 1 failed, 362 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (4)
Postgres 17
test_deletion_queue_recovery[validate-lose]
: release-x86-64Postgres 15
test_scrubber_physical_gc_ancestors[None]
: release-arm64test_timeline_copy[100000]
: release-x86-64Postgres 14
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Code coverage* (full report)
functions
:31.2% (8409 of 26962 functions)
lines
:48.0% (66780 of 139234 lines)
* collected from Rust tests only
4aa9786 at 2025-01-07T15:58:06.801Z :recycle: