Skip to content

Commit

Permalink
Bump vm-builder v0.17.10 -> v0.17.11 (#5371)
Browse files Browse the repository at this point in the history
This only includes the changes from neondatabase/autoscaling#525, which
improves graceful VM shutdown.
  • Loading branch information
sharnoff committed Sep 25, 2023
1 parent 1d98d3e commit a24cd69
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 @@ -834,7 +834,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.17.10
VM_BUILDER_VERSION: v0.17.11

steps:
- name: Checkout
Expand Down

1 comment on commit a24cd69

@github-actions
Copy link

Choose a reason for hiding this comment

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

2564 tests run: 2442 passed, 0 failed, 122 skipped (full report)


Code coverage (full report)

  • functions: 53.0% (7798 of 14711 functions)
  • lines: 81.1% (45634 of 56262 lines)

The comment gets automatically updated with the latest test results
a24cd69 at 2023-09-25T19:29:14.088Z :recycle:

Please sign in to comment.