Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 331 Bytes

evaluation.md

File metadata and controls

16 lines (8 loc) · 331 Bytes

The below command will provide eval-id

nomad job eval <job-id>

Find the success/failure of the evaluation

nomad eval  status <eval-id>

Create a new evaluation

nomad job eval -detach job1

Evaluate the job with ID "job1", and reschedule any eligible failed allocations:

nomad job eval -force-reschedule job1