From 552a453efdd5ff5dd2fe8ca3be94f675f975bdf6 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 6 Sep 2023 16:51:17 -0400 Subject: [PATCH] Update AMI ID from PR Number #342 (#343) Signed-off-by: Peter Zhu --- lib/compute/agent-nodes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index 781cd30..53a7fa9 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -206,7 +206,7 @@ export class AgentNodes { maxTotalUses: -1, minimumNumberOfSpareInstances: 2, numExecutors: 4, - amiId: 'ami-043fc8c0db1626fd2', + amiId: 'ami-0a9759da263ce9304', initScript: 'echo %USERNAME% && dockerd --register-service && net start docker && echo started docker deamon && docker ps && ' + 'echo initializing docker images now waiting for 5min && git clone https://github.com/opensearch-project/opensearch-build.git && ' + 'bash.exe -c "docker run --rm -it --name docker-windows-test -d `opensearch-build/docker/ci/get-ci-images.sh ' @@ -223,7 +223,7 @@ export class AgentNodes { maxTotalUses: -1, minimumNumberOfSpareInstances: 1, numExecutors: 1, - amiId: 'ami-043fc8c0db1626fd2', + amiId: 'ami-0a9759da263ce9304', initScript: 'echo %USERNAME% && dockerd --register-service && net start docker && echo started docker deamon && docker ps && ' + 'echo initializing docker images now waiting for 5min && git clone https://github.com/opensearch-project/opensearch-build.git && ' + 'bash.exe -c "docker run --rm -it --name docker-windows-test -d `opensearch-build/docker/ci/get-ci-images.sh '