Skip to content

Commit

Permalink
Upload main and pr diffs separately
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Oct 6, 2024
1 parent 66f3c9c commit 57d3f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Runner/Jobs/JitDiffJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ await Task.WhenAll(
}
finally
{
PendingTasks.Enqueue(ZipAndUploadArtifactAsync("jit-diffs-frameworks", DiffsDirectory));
PendingTasks.Enqueue(ZipAndUploadArtifactAsync("jit-diffs-main", DiffsMainDirectory));
PendingTasks.Enqueue(ZipAndUploadArtifactAsync("jit-diffs-pr", DiffsPrDirectory));
}

string diffAnalyzeSummary = await JitDiffUtils.RunJitAnalyzeAsync(this, $"{DiffsMainDirectory}/{DasmSubdirectory}", $"{DiffsPrDirectory}/{DasmSubdirectory}");
Expand Down

0 comments on commit 57d3f14

Please sign in to comment.