Public dry run dryrun-7a9befca72b4

This commit is contained in:
Michel Paulissen 2026-07-03 19:55:22 +02:00
parent bef088c34c
commit fe9da2782d
5 changed files with 259 additions and 9 deletions

View file

@ -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,