treeherder icon indicating copy to clipboard operation
treeherder copied to clipboard

Bug 2006821: Add Job states using TextChoices

Open moijes12 opened this issue 3 weeks ago • 0 comments

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

moijes12 avatar Dec 18 '25 12:12 moijes12