Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(Dockerfile.compute-node): do not log tar contents (#7953)
in build logs we get a lot of lines for building the compute node images because of verbose tar unpack. we know the sha256 so we don't need to log the contents. my hope is that this will allow us more reliably use the github live updating log view.
- Loading branch information
9d4c113
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.
3274 tests run: 3120 passed, 2 failed, 152 skipped (full report)
Failures on Postgres 14
test_pgbench_intensive_init_workload[vanilla-github-actions-selfhosted-1000]
: releasetest_basebackup_with_high_slru_count[github-actions-selfhosted-vectored-10-13-30]
: releaseFlaky tests (1)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugCode coverage* (full report)
functions
:31.5% (6571 of 20866 functions)
lines
:48.4% (50850 of 104995 lines)
* collected from Rust tests only
9d4c113 at 2024-06-04T13:04:11.255Z :recycle: