Skip to content

Commit

Permalink
fix: Add AnnotationKeyProgress to support N/M initial node progress. F…
Browse files Browse the repository at this point in the history
…ixes #13100

Signed-off-by: Garett MacGowan <[email protected]>
  • Loading branch information
Garett-MacGowan committed Sep 9, 2024
1 parent 49cb84b commit ac3d68f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ const (
// AnnotationKeyPodNameVersion stores the pod naming convention version
AnnotationKeyPodNameVersion = workflow.WorkflowFullName + "/pod-name-format"

// AnnotationKeyProgress is N/M progress for the node
AnnotationKeyProgress = workflow.WorkflowFullName + "/progress"

// AnnotationKeyArtifactGCStrategy is listed as an annotation on the Artifact GC Pod to identify
// the strategy whose artifacts are being deleted
AnnotationKeyArtifactGCStrategy = workflow.WorkflowFullName + "/artifact-gc-strategy"
Expand Down

0 comments on commit ac3d68f

Please sign in to comment.