Skip to content

Commit

Permalink
Merge branch 'master' into dev/addsubmitreason
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyWen committed Feb 23, 2025
2 parents 87ed629 + 703bd18 commit cfdcc7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protos/PublicDefs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ message RuntimeAttrOfTask {

bool held = 18;
ResourceV2 resources = 19;
double cached_priority = 20;
}

message TaskToD {
Expand Down Expand Up @@ -225,7 +226,7 @@ message InteractiveTaskAdditionalMeta {
string sh_script = 2;
string term_env = 3;
InteractiveTaskType interactive_type = 4;

bool pty = 5;
bool x11 = 6;

Expand Down

0 comments on commit cfdcc7e

Please sign in to comment.