Skip to content

Commit

Permalink
[YUNIKORN-1947] Add missing states Expired and Resuming
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacsko committed Aug 31, 2023
1 parent 355d6a1 commit aaa1cd1
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 62 deletions.
132 changes: 70 additions & 62 deletions lib/go/si/si.pb.go

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

2 changes: 2 additions & 0 deletions scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,8 @@ message EventRecord {
APP_COMPLETED = 208; // State change to completed
APP_FAILING = 209; // State change to failing
APP_FAILED = 210; // State change to failed
APP_RESUMING = 211; // State change to resuming
APP_EXPIRED = 212; // State change to expired
NODE_DECOMISSION = 300; // Node removal
NODE_READY = 301; // Node ready state change
Expand Down
2 changes: 2 additions & 0 deletions si.proto
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ message EventRecord {
APP_COMPLETED = 208; // State change to completed
APP_FAILING = 209; // State change to failing
APP_FAILED = 210; // State change to failed
APP_RESUMING = 211; // State change to resuming
APP_EXPIRED = 212; // State change to expired

NODE_DECOMISSION = 300; // Node removal
NODE_READY = 301; // Node ready state change
Expand Down

0 comments on commit aaa1cd1

Please sign in to comment.