bump vm-builder version to v0.16.3 (#5055)

This change to autoscaling allows agents to connect directly to the
monitor, completely removing the informant.
This commit is contained in:
Felix Prasanna
2023-08-21 13:29:16 -04:00
committed by GitHub
parent 615a490239
commit 4a8bd866f6

View File

@@ -780,7 +780,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.16.2
VM_BUILDER_VERSION: v0.16.3
steps:
- name: Checkout
@@ -804,7 +804,6 @@ jobs:
./vm-builder \
-enable-file-cache \
-enable-monitor \
-enable-informant \
-src=369495373322.dkr.ecr.eu-central-1.amazonaws.com/compute-node-${{ matrix.version }}:${{needs.tag.outputs.build-tag}} \
-dst=369495373322.dkr.ecr.eu-central-1.amazonaws.com/vm-compute-node-${{ matrix.version }}:${{needs.tag.outputs.build-tag}}