Public dry run dryrun-7a9befca72b4
This commit is contained in:
parent
bef088c34c
commit
fe9da2782d
5 changed files with 259 additions and 9 deletions
|
|
@ -344,6 +344,7 @@ pub struct TaskCompletionEvent {
|
|||
pub stderr_truncated: bool,
|
||||
pub artifact_path: Option<VfsPath>,
|
||||
pub artifact_digest: Option<Digest>,
|
||||
pub artifact_size_bytes: Option<u64>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
|
|
@ -1342,6 +1343,7 @@ impl CoordinatorService {
|
|||
stderr_truncated,
|
||||
artifact_path,
|
||||
artifact_digest: artifact_digest.clone(),
|
||||
artifact_size_bytes,
|
||||
};
|
||||
self.coordinator.authorize_node_for_process(
|
||||
&event.node,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue