From 59429ce262c229d5df7e28aacb72de49dc547525 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 9 Oct 2023 15:13:27 -0400 Subject: [PATCH] Add ami id from the PR #360 Signed-off-by: Peter Zhu --- lib/compute/agent-nodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index 8cb78e7f..7a922278 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -225,7 +225,7 @@ export class AgentNodes { maxTotalUses: 1, minimumNumberOfSpareInstances: 1, numExecutors: 1, - amiId: 'ami-058a464af62db73ba', + amiId: 'ami-01e4bb117265270ca', 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 '