Skip to content

Commit

Permalink
Add missing *armadaevents.EventSequence_Event_CancelJob case (armadap…
Browse files Browse the repository at this point in the history
  • Loading branch information
severinson authored Oct 25, 2023
1 parent 018b256 commit 46f2581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/lookoutingesterv2/instructions/instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func (c *InstructionConverter) convertSequence(
err = c.handleJobRunLeased(ts, event.GetJobRunLeased(), update)
}
case *armadaevents.EventSequence_Event_ReprioritiseJobSet:
case *armadaevents.EventSequence_Event_CancelJob:
case *armadaevents.EventSequence_Event_CancelJobSet:
case *armadaevents.EventSequence_Event_ResourceUtilisation:
case *armadaevents.EventSequence_Event_StandaloneIngressInfo:
Expand Down

0 comments on commit 46f2581

Please sign in to comment.