Skip to content

Commit

Permalink
Remove non-existent entries from .dockerignore (#9209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinnaka authored Oct 8, 2024
1 parent 17c59ed commit 18b9715
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
!Cargo.toml
!Makefile
!rust-toolchain.toml
!scripts/combine_control_files.py
!scripts/ninstall.sh
!vm-cgconfig.conf
!docker-compose/run-tests.sh

# Directories
Expand All @@ -17,15 +15,12 @@
!compute_tools/
!control_plane/
!libs/
!neon_local/
!pageserver/
!patches/
!pgxn/
!proxy/
!storage_scrubber/
!safekeeper/
!storage_broker/
!storage_controller/
!trace/
!vendor/postgres-*/
!workspace_hack/

1 comment on commit 18b9715

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5173 tests run: 4956 passed, 0 failed, 217 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 31.4% (7509 of 23933 functions)
  • lines: 49.6% (60287 of 121609 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
18b9715 at 2024-10-08T14:28:27.046Z :recycle:

Please sign in to comment.