Skip to content

Commit 6931549

Browse files
authored
Start optional tests policy to queue speedometer in draft-mode (#1480)
2 parents bae86f1 + 32a3f34 commit 6931549

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RoslynInsertionTool/RoslynInsertionTool/RoslynInsertionTool.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ public static partial class RoslynInsertionTool
502502
{
503503
// When creating Draft PRs no policies are automatically started.
504504
await TryQueueVSBuildPolicy(pullRequest, "Required Tests", insertionBranchName);
505+
506+
// When creating Draft PRs Scoped-speedometer is not automatically started and executed as part of the Optional Tests policy.
507+
await TryQueueVSBuildPolicy(pullRequest, "Optional Tests", insertionBranchName);
505508
}
506509
}
507510

0 commit comments

Comments
 (0)