Skip to content

Commit

Permalink
Update ami ids for AL2023 selinux #351 (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Sep 20, 2023
1 parent f219c70 commit c03f496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
numExecutors: 1,
amiId: 'ami-01dfbac890366ceda',
amiId: 'ami-0d09563cd5663bdc7',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
+ ' sudo dnf update --skip-broken --exclude=openssh* --exclude=docker* --exclude=gh* --exclude=python* -y && docker ps',
remoteFs: '/var/jenkins',
Expand Down Expand Up @@ -82,7 +82,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 4,
numExecutors: 4,
amiId: 'ami-01dfbac890366ceda',
amiId: 'ami-0d09563cd5663bdc7',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
+ ' sudo dnf update --skip-broken --exclude=openssh* --exclude=docker* --exclude=gh* --exclude=python* -y && docker ps',
remoteFs: '/var/jenkins',
Expand All @@ -96,7 +96,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
numExecutors: 1,
amiId: 'ami-05f03fae26b2fa72a',
amiId: 'ami-0444fd195657f193f',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
+ ' sudo dnf update --skip-broken --exclude=openssh* --exclude=docker* --exclude=gh* --exclude=python* -y && docker ps',
remoteFs: '/var/jenkins',
Expand Down Expand Up @@ -124,7 +124,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 4,
numExecutors: 4,
amiId: 'ami-05f03fae26b2fa72a',
amiId: 'ami-0444fd195657f193f',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
+ ' sudo dnf update --skip-broken --exclude=openssh* --exclude=docker* --exclude=gh* --exclude=python* -y && docker ps',
remoteFs: '/var/jenkins',
Expand All @@ -138,7 +138,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
numExecutors: 2,
amiId: 'ami-01dfbac890366ceda',
amiId: 'ami-0d09563cd5663bdc7',
initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'
+ ' sudo dnf update --skip-broken --exclude=openssh* --exclude=docker* --exclude=gh* --exclude=python* -y && docker ps',
remoteFs: '/var/jenkins',
Expand Down

0 comments on commit c03f496

Please sign in to comment.