We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb6a01 commit 67ac95eCopy full SHA for 67ac95e
configuration/admin/admin.cfg
@@ -77,6 +77,7 @@ sudo systemctl enable buildbot-worker.service
77
sudo systemctl start buildbot-worker.service
78
sudo snap install amazon-ssm-agent --classic
79
sudo snap start amazon-ssm-agent
80
+sudo apt upgrade -y
81
'''
82
83
c['workers'] = []
@@ -187,8 +188,8 @@ c['buildbotNetUsageData'] = None
187
188
# aws ssm get-parameters --names /aws/service/canonical/ubuntu/server/22.04/stable/current/arm64/hvm/ebs-gp2/ami-id
189
190
# eu-north-1
-x86_64_ami = 'ami-05fd9662cc12a5769'
191
-arm64_ami = 'ami-02bffb06fd7f35120'
+x86_64_ami = 'ami-0c39fe1e57f2be59f'
192
+arm64_ami = 'ami-06503edfc530e9c1d'
193
194
195
######## SSTATE
0 commit comments