Skip to content

Commit

Permalink
Add changes from the new PR opensearch-project#300
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed May 31, 2023
1 parent 8e5385b commit 30b0c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 2,
numExecutors: 1,
amiId: 'ami-0d169a04849e93be8',
amiId: 'ami-08eea8d51d2e41563',
initScript: 'echo',
remoteFs: 'C:/Users/Administrator/jenkins',
};
Expand All @@ -175,7 +175,7 @@ export class AgentNodes {
maxTotalUses: 1,
minimumNumberOfSpareInstances: 1,
numExecutors: 1,
amiId: 'ami-091a13aa8b5f9ed33',
amiId: 'ami-061e20c3e8ca5eb5b',
initScript: 'echo',
remoteFs: 'C:/Users/Administrator/jenkins',
};
Expand Down

0 comments on commit 30b0c38

Please sign in to comment.