Skip to content

Commit

Permalink
update job definition to half a vcpu per job for b-test
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Dec 9, 2024
1 parent 770fb4b commit b49cf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
stage = var.stage
batch_tags = {
module = "batch",
revision = "first - 16 vCPU compute environment with 1 vCPU per job"
revision = "second - 16 vCPU compute environment with 0.5 vCPUs per job"
}
}
2 changes: 1 addition & 1 deletion infrastructure/batch/job_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "aws_batch_job_definition" "scpca_portal_project" {
resourceRequirements = [
{
type = "VCPU"
value = "1.0"
value = "0.5"
},
{
type = "MEMORY"
Expand Down

0 comments on commit b49cf4c

Please sign in to comment.