Skip to content

Commit

Permalink
Slightly lower resource requirements for build-and-run-model to troub…
Browse files Browse the repository at this point in the history
…leshoot stuck job
  • Loading branch information
jeancochrane committed Apr 30, 2024
1 parent 672efba commit 47652bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-run-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
with:
ref: jeancochrane/spike-c5-instances-for-build-and-run-batch-job
backend: "ec2"
vcpu: "95"
memory: "190000"
vcpu: "90"
memory: "180000"
# Maximum pipeline runtime. This is slightly below 6 hours, which
# is the maximum length of any single GitHub Actions job
role-duration-seconds: 21000
Expand Down

0 comments on commit 47652bb

Please sign in to comment.