Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): push prod container images again (#11020)
## Problem #10841 made building compute and neon images optional on releases that don't need them. The `push-<component>-image-prod` jobs had transitive dependencies that were skipped due to that, causing the images not to be pushed to production registries. ## Summary of changes Add `!failure() && !cancelled() &&` to the beginning of the conditions for these jobs to ensure they run even if some of their transitive dependencies are skipped.
- Loading branch information
7ed236e
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.
7896 tests run: 7505 passed, 1 failed, 390 skipped (full report)
Failures on Postgres 16
test_sharding_autosplit[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (4)
Postgres 17
test_migration_to_cold_secondary
: release-x86-64-with-lfctest_cancellations
: release-x86-64-without-lfctest_multi_attached_timeline_creation[MigrationFailpoints.POST_NOTIFY]
: release-arm64-without-lfcPostgres 14
test_replica_query_race
: release-x86-64-with-lfcCode coverage* (full report)
functions
:32.8% (8643 of 26359 functions)
lines
:48.7% (73220 of 150478 lines)
* collected from Rust tests only
7ed236e at 2025-02-27T18:56:42.797Z :recycle: