Skip to content

Commit

Permalink
Merge pull request #21 from terraform-providers/paddy_min_cpu_bug
Browse files Browse the repository at this point in the history
Increase the test job's cpu.
  • Loading branch information
paddycarver committed Jan 29, 2018
2 parents 5816592 + 0d4db21 commit b6a689c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nomad/resource_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ job "foo" {
}
resources {
cpu = 20
cpu = 100
memory = 10
}
Expand Down Expand Up @@ -153,7 +153,7 @@ job "foo" {
}
resources {
cpu = 20
cpu = 100
memory = 10
}
Expand Down Expand Up @@ -247,7 +247,7 @@ job "bar" {
}
resources {
cpu = 20
cpu = 100
memory = 10
}
Expand Down Expand Up @@ -321,7 +321,7 @@ job "parameterized" {
args = ["1"]
}
resources {
cpu = 20
cpu = 100
memory = 10
}
Expand Down

0 comments on commit b6a689c

Please sign in to comment.