Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI(test-images): add dockerhub auth (#8115)
## Problem ``` Unable to find image 'neondatabase/neon:9583413584' locally docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. ``` ## Summary of changes - add `docker/login-action@v3` for `test-images` job
- Loading branch information
558a57b
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.
3316 tests run: 3188 passed, 2 failed, 126 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]
: releasetest_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]
: releaseFlaky tests (1)
Postgres 14
test_timeline_size_quota_on_startup
: releaseCode coverage* (full report)
functions
:32.3% (6845 of 21165 functions)
lines
:49.7% (53392 of 107360 lines)
* collected from Rust tests only
558a57b at 2024-06-19T18:17:45.128Z :recycle: