This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
3196326a73
open-nomad
/
jobspec
/
test-fixtures
/
tg-scaling-policy-minimal.hcl
8 lines
75 B
HCL
Raw
Normal View
History
Unescape
Escape
return parsing error if scaling policy includes more than one policy block also, check that parsing a minimal scaling block doesn't throw any errors
2020-04-23 12:37:45 +00:00
job
"elastic"
{
group
"group"
{
better testing of scaling parsing, fixed some broken tests by api changes
2020-07-04 19:32:37 +00:00
scaling
{
max
=
10
}
return parsing error if scaling policy includes more than one policy block also, check that parsing a minimal scaling block doesn't throw any errors
2020-04-23 12:37:45 +00:00
}
}