Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency on neon-image in promote-images-dev (#10437)
## Problem 871e8b3 failed CI on main because a job ran to soon. This was caused by ea84ec3. While `promote-images-dev` does not inherently need `neon-image`, a few jobs depending on `promote-images-dev` do need it, and previously had it when it was `promote-images`, which depended on `test-images`, which in turn depended on `neon-image`. ## Summary of changes To ensure jobs depending `docker.io/neondatabase/neon` images get them, `promote-images-dev` gets the dependency to `neon-image` back which it previously had transitively through `test-images`.
- Loading branch information
053abff
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.
7499 tests run: 7111 passed, 0 failed, 388 skipped (full report)
Flaky tests (2)
Postgres 17
test_scrubber_physical_gc_ancestors[None]
: debug-x86-64Postgres 14
test_metrics_normal_work
: release-x86-64Code coverage* (full report)
functions
:33.6% (8430 of 25068 functions)
lines
:49.1% (70547 of 143613 lines)
* collected from Rust tests only
053abff at 2025-01-17T16:42:41.438Z :recycle: