Skip to content
Snippets Groups Projects
Commit 5f5c0a3e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend] Incorporate new status to field description

parent 27344682
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -481,6 +481,7 @@ class Job(models.Model):
(FAILED, 'Failed'),
(SKIPPED, 'Skipped'),
(CANCELLED, 'Cancelled'),
(KILL, 'Kill'),
)
block = models.OneToOneField('experiments.Block', null=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment