6 instantiations of WorkflowJob
Infrastructure.Tests (6)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (6)
220
job = new
WorkflowJob
238
job = new
WorkflowJob
{ Id = 42 },
239
workflowJob = new
WorkflowJob
256
job = new
WorkflowJob
261
workflowJob = new
WorkflowJob
()
602
=>
new
()
15 references to WorkflowJob
Infrastructure.Tests (15)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (15)
36
WorkflowJob
job = CreateJob(failedSteps: []);
49
WorkflowJob
job = CreateJob(failedSteps: ["Checkout code"]);
61
WorkflowJob
job = CreateJob(failedSteps: ["Compile project"]);
74
WorkflowJob
job = CreateJob(failedSteps: ["Set up .NET Core"]);
89
WorkflowJob
job = CreateJob(name: jobName, failedSteps: ["Set up job"]);
102
WorkflowJob
job = CreateJob(failedSteps: ["Run tests (Windows)", "Upload logs, and test results"]);
115
WorkflowJob
job = CreateJob(failedSteps: ["Run tests (Windows)"]);
127
WorkflowJob
job = CreateJob(failedSteps:
148
WorkflowJob
job = CreateJob(failedSteps:
166
WorkflowJob
job = CreateJob(failedSteps: ["Build test project"]);
185
WorkflowJob
job = CreateJob(failedSteps: [failedStep]);
200
WorkflowJob
job = CreateJob(failedSteps: ["Build test project"]);
554
private async Task<AnalyzeFailedJobsResult> AnalyzeSingleJobAsync(
WorkflowJob
job, string annotationsOrText, string jobLogText = "")
601
private static
WorkflowJob
CreateJob(int id = 1, string name = "Tests / Sample / Sample (ubuntu-latest)", string conclusion = "failure", string[]? failedSteps = null)
647
public
WorkflowJob
[] Jobs { get; init; } = [];