From 4a8bd866f68c314c0d6f4a045758288c8516d901 Mon Sep 17 00:00:00 2001 From: Felix Prasanna <91577249+fprasx@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:29:16 -0400 Subject: [PATCH] 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. --- .github/workflows/build_and_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f014f51fa9..f44e0e6c05 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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}}