Skip to content

Commit

Permalink
feat: Add priority to the predefined ComputeSession fields
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 18, 2024
1 parent b18c43a commit 38d0b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ai/backend/client/cli/admin/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def info(ctx: CLIContext, session_id: str) -> None:
fields.append(session_fields["session_id"])
fields.append(session_fields["main_kernel_id"])
fields.extend([
session_fields["priority"],
session_fields["image"],
session_fields["tag"],
session_fields["created_at"],
Expand Down
1 change: 1 addition & 0 deletions src/ai/backend/client/output/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
FieldSpec("tag"),
FieldSpec("name"),
FieldSpec("type"),
FieldSpec("priority"),
FieldSpec("image"),
FieldSpec("registry"),
FieldSpec("cluster_template"),
Expand Down

0 comments on commit 38d0b9a

Please sign in to comment.