Skip to content

Commit

Permalink
Update Jenkins with gnupg python39 macos agents (#505)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Nov 11, 2024
1 parent 245aa1f commit 9438b23
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 @@ -182,7 +182,7 @@ export class AgentNodes {
maxTotalUses: 10,
minimumNumberOfSpareInstances: 1,
numExecutors: 4,
amiId: 'ami-0dbb293b6db1cac67',
amiId: 'ami-09db87000b6d76316',
initScript: 'echo',
remoteFs: '/var/jenkins',
};
Expand All @@ -195,7 +195,7 @@ export class AgentNodes {
maxTotalUses: 10,
minimumNumberOfSpareInstances: 1,
numExecutors: 4,
amiId: 'ami-0fca4d6286ab64f66',
amiId: 'ami-0897a08c9555774b1',
initScript: 'echo',
remoteFs: '/var/jenkins',
};
Expand Down

0 comments on commit 9438b23

Please sign in to comment.