You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it("Should generate error summary for a PR scenario where NotReadyForARMReview is present",async()=>{
767
+
constrepo="azure-rest-api-specs-pr";
768
+
consttargetBranch="RPSaaSMaster";
769
+
constlabelNames=[
770
+
"ARMReview",
771
+
"NotReadyForARMReview",
772
+
"PipelineBotTrigger",
773
+
"PublishToCustomers",
774
+
"resource-manager",
775
+
"RPaaS",
776
+
"TypeSpec",
777
+
"VersioningReviewRequired",
778
+
];
779
+
constfyiCheckRuns=[];
780
+
constexpectedComment=
781
+
`<h2>Next Steps to Merge</h2>Next steps that must be taken to merge this PR: <br/><ul><li>❌ `+
782
+
`This PR is in purview of the ARM review (label: <code>ARMReview</code>). This PR must get <code>ARMSignedOff</code> label `+
783
+
`from an ARM reviewer.<br/>This PR is not ready for ARM review (label: <code>NotReadyForARMReview</code>). This PR will not `+
784
+
`be reviewed by ARM until relevant problems are fixed. Consult the rest of this <code>Next Steps to Merge</code> comment `+
785
+
`for details.<br/>Once the blocking problems are addressed, add to the PR a comment with contents <code>/azp run</code>. `+
786
+
`Automation will re-evaluate this PR and if everything looks good, it will add <code>WaitForARMFeedback</code> label which `+
787
+
`will put this PR on the ARM review queue.<br/>For details of the ARM review, see <a href="https://aka.ms/azsdk/pr-arm-review">`+
788
+
`aka.ms/azsdk/pr-arm-review</a><br/></li><li>❌ This PR is <code>NotReadyForARMReview</code> because it has the <code>VersioningReviewRequired</code> `+
789
+
`label.<br/></li><li>❌ This PR has at least one change violating Azure versioning policy `+
790
+
`(label: <code>VersioningReviewRequired</code>).<br/>To unblock this PR, either a) introduce a new API version with these `+
791
+
`changes instead of modifying an existing API version, or b) follow the process at <a href="https://aka.ms/brch">aka.ms/brch</a>.</li>`+
792
+
`<li>❌ The required check named <code>Swagger BreakingChange</code> has failed. To unblock this PR, follow the process at <a href="https://aka.ms/brch">`+
793
+
`aka.ms/brch</a>.</li></ul><br /><br />Comment generated by <a href="http://github.com/a/fake/workflowrun/url">summarize-checks</a> workflow run.`;
0 commit comments