Skip to content

Commit

Permalink
Merge pull request #900 from iverberk/f-job-config-validate-keys
Browse files Browse the repository at this point in the history
Validate config keys in the jobspec
  • Loading branch information
dadgar committed Mar 10, 2016
2 parents c2bb5ac + 1dad703 commit 0718703
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 18 deletions.
2 changes: 1 addition & 1 deletion command/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ job "job1" {
resources = {
cpu = 1000
disk = 150
mem = 512
memory = 512
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion command/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ job "job1" {
resources = {
cpu = 1000
disk = 150
mem = 512
memory = 512
}
}
}
Expand Down
Loading

0 comments on commit 0718703

Please sign in to comment.