Skip to content

Commit

Permalink
bump VM_BUILDER_VERSION to 0.11.0 (#4566)
Browse files Browse the repository at this point in the history
Routine bump of autoscaling version `0.8.0` -> `0.11.0`
  • Loading branch information
fprasx authored Jun 26, 2023
1 parent 1faf69a commit 00d1cfa
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 @@ -738,7 +738,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.8.0
VM_BUILDER_VERSION: v0.11.0

steps:
- name: Checkout
Expand Down

1 comment on commit 00d1cfa

@github-actions
Copy link

Choose a reason for hiding this comment

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

1084 tests run: 1032 passed, 1 failed, 51 skipped (full report)


Failures on Posgres 14

  • test_crafted_wal_end[last_wal_record_xlog_switch_ends_on_page_boundary]: debug
# Run failed on Postgres 14 tests locally:
DEFAULT_PG_VERSION=14 scripts/pytest -k "test_crafted_wal_end[debug-pg14-last_wal_record_xlog_switch_ends_on_page_boundary]"
The comment gets automatically updated with the latest test results
00d1cfa at 2023-06-26T19:26:54.187Z :recycle:

Please sign in to comment.