Fix more tests
This commit is contained in:
parent
81f856e7c9
commit
fa90f036c6
|
@ -263,10 +263,6 @@ func SystemJob() *structs.Job {
|
|||
Delay: 1 * time.Minute,
|
||||
Mode: structs.RestartPolicyModeDelay,
|
||||
},
|
||||
ReschedulePolicy: &structs.ReschedulePolicy{
|
||||
Attempts: 2,
|
||||
Interval: 10 * time.Minute,
|
||||
},
|
||||
EphemeralDisk: structs.DefaultEphemeralDisk(),
|
||||
Tasks: []*structs.Task{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue