treeherder
treeherder copied to clipboard
Bug 2006821: Add Job states using TextChoices
Changes Introduced
This change updates the job model to use a fixed set of TextChoices similar to an Enum. This ensures that the operations such as comparisons of Job states involve fixed string constants and are not susceptible to any typos.
Testing
- No new tests added