Skip to content

Commit

Permalink
tools/build-rpms: increase size of instances
Browse files Browse the repository at this point in the history
Mockbuilds are currently timing out after #4287, maybe due to memory
constraints.
  • Loading branch information
croissanne committed Aug 30, 2024
1 parent d7e59e6 commit 8c2cc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-rpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
arch_info = {}
arch_info["x86_64"] = {
"ImageId": "ami-0f7c7d22de9e097ea",
"InstanceType": "c5.large"
"InstanceType": "m7a.large"
}
arch_info["aarch64"] = {
"ImageId": "ami-019ece25c0f135889",
"InstanceType": "c6g.large"
"InstanceType": "m7g.large"
}


Expand Down

0 comments on commit 8c2cc98

Please sign in to comment.