Skip to content

Commit

Permalink
[YUNIKORN-2505] Remove APP_STARTING event type from SI
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcondit committed Mar 19, 2024
1 parent d472611 commit 667c409
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 90 deletions.
173 changes: 85 additions & 88 deletions lib/go/si/si.pb.go

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

4 changes: 3 additions & 1 deletion scheduler-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,6 @@ message EventRecord {
APP_REJECT = 202; // Application rejected on create
APP_NEW = 203; // Application added with state new
APP_ACCEPTED = 204; // State change to accepted
APP_STARTING = 205; // State change to starting
APP_RUNNING = 206; // State change to running
APP_COMPLETING = 207; // State change to completing
APP_COMPLETED = 208; // State change to completed
Expand Down Expand Up @@ -935,6 +934,9 @@ message EventRecord {
UG_APP_LINK = 602; // Linkage is changed (created/removed) between an application and a group
UG_USER_RESOURCE = 603; // Resource usage updated for a user
UG_GROUP_RESOURCE = 604; // Resource usage updated for a group
reserved 205;
reserved "APP_STARTING";
}
// the type of the object associated with the event
Expand Down
Loading

0 comments on commit 667c409

Please sign in to comment.