Skip to content

Commit

Permalink
Bump vm-builder v0.35.0 -> v0.37.1 (#10015)
Browse files Browse the repository at this point in the history
Bump version to pick up changes introduced in the neonvm-daemon to
support sys fs based CPU scaling
(neondatabase/autoscaling#1082).

Previous update: #9208
  • Loading branch information
mikhail-sakhnov authored Dec 12, 2024
1 parent 342cbea commit 739f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ jobs:
- pg: v17
debian: bookworm
env:
VM_BUILDER_VERSION: v0.35.0
VM_BUILDER_VERSION: v0.37.1

steps:
- uses: actions/checkout@v4
Expand Down

1 comment on commit 739f627

@github-actions
Copy link

Choose a reason for hiding this comment

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

7890 tests run: 7549 passed, 0 failed, 341 skipped (full report)


Flaky tests (5)

Postgres 17

Postgres 16

  • test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]: release-arm64

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 31.3% (8380 of 26760 functions)
  • lines: 47.7% (65931 of 138291 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
739f627 at 2024-12-12T11:07:38.631Z :recycle:

Please sign in to comment.