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 '