Skip to content

Commit

Permalink
Add DYNAMIC_RUNNING node execution phase (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
Katrina Rogan authored Apr 22, 2021
1 parent 46b7e8b commit 841ee55
Show file tree
Hide file tree
Showing 14 changed files with 186 additions and 147 deletions.
53 changes: 28 additions & 25 deletions flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flyteidl/gen/pb-cpp/flyteidl/core/execution.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 67 additions & 63 deletions flyteidl/gen/pb-go/flyteidl/core/execution.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5247,7 +5247,8 @@
"FAILED",
"ABORTED",
"SKIPPED",
"TIMED_OUT"
"TIMED_OUT",
"DYNAMIC_RUNNING"
],
"default": "UNDEFINED"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26873,6 +26873,7 @@ definitions:
- "ABORTED"
- "SKIPPED"
- "TIMED_OUT"
- "DYNAMIC_RUNNING"
default: "UNDEFINED"
coreNodeMetadata:
type: "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ const (
CoreNodeExecutionPhaseABORTED CoreNodeExecutionPhase = "ABORTED"
CoreNodeExecutionPhaseSKIPPED CoreNodeExecutionPhase = "SKIPPED"
CoreNodeExecutionPhaseTIMED_OUT CoreNodeExecutionPhase = "TIMED_OUT"
CoreNodeExecutionPhaseDYNAMIC_RUNNING CoreNodeExecutionPhase = "DYNAMIC_RUNNING"
)
4 changes: 2 additions & 2 deletions flyteidl/gen/pb-go/flyteidl/service/openapi.go

Large diffs are not rendered by default.

Loading

0 comments on commit 841ee55

Please sign in to comment.