Revert "Uploading step logs to Results as well (#2422)" (#2437)

This reverts commit e979331be4.
This commit is contained in:
Yang Cao
2023-02-15 11:21:32 -05:00
committed by GitHub
parent 8d6972e38b
commit 8c096baf49
7 changed files with 49 additions and 346 deletions

View File

@@ -872,7 +872,7 @@ namespace GitHub.Runner.Worker
throw new FileNotFoundException($"Can't upload (name:{name}) file: {filePath}. File does not exist.");
}
_jobServerQueue.QueueResultsUpload(stepRecordId, name, filePath, ChecksAttachmentType.StepSummary, deleteSource: false, finalize: false, firstBlock: false);
_jobServerQueue.QueueSummaryUpload(stepRecordId, name, filePath, deleteSource: false);
}
// Add OnMatcherChanged