[Webkit-unassigned] [Bug 251222] New: [ews] Run ValidateChange just after CheckOutPullRequest step

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 12:34:16 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251222

            Bug ID: 251222
           Summary: [ews] Run ValidateChange just after
                    CheckOutPullRequest step
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

EWS builds should run ValidateChange just after completing all the checkout operations.

This becomes more important because of skip-ews support. When using git-webkit pr --no-ews, skip-ews label is added by our tooling slightly after the PR creation. It races with build starting on bots, and builds can start (and pass the ValidateChange step which happens in the beginning of the build) before skip-ews label was added by the tooling. Since git operations like CleanGitRepo, CheckOutSource, CheckOutPullRequest takes few minutes, we should do the validation after those steps as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230126/a4d6c4b6/attachment-0001.htm>


More information about the webkit-unassigned mailing list