Bug 226289 - Do not skip SetCommitQueueMinusFlagOnPatch step on EWS test instances
Summary: Do not skip SetCommitQueueMinusFlagOnPatch step on EWS test instances
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-26 13:36 PDT by Aakash Jain
Modified: 2021-05-26 14:06 PDT (History)
4 users (show)

See Also:


Attachments
[fast-cq] Patch (1.76 KB, patch)
2021-05-26 13:39 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2021-05-26 13:36:42 PDT
SetCommitQueueMinusFlagOnPatch step does two things: 
1) set cq- flag on bugzilla bug 
2) mark the build as completed

Since r273090, this step is skipped on EWS test instances (e.g.: ews-build.webkit-uat.org). However, skipping the part about marking the build complete, causes the build to run extra steps which it shouldn't be running (e.g.: step 20 in https://ews-build.webkit-uat.org/#/builders/34/builds/31441).

We shouldn't skip the entire SetCommitQueueMinusFlagOnPatch step on EWS test instances, we should only skip relevant portion about Bugzilla interaction.
Comment 1 Aakash Jain 2021-05-26 13:39:06 PDT
Created attachment 429790 [details]
[fast-cq] Patch
Comment 2 Aakash Jain 2021-05-26 13:40:17 PDT
Sample run: https://ews-build.webkit-uat.org/#/builders/34/builds/31444
Comment 3 EWS 2021-05-26 14:05:24 PDT
Committed r278124 (238174@main): <https://commits.webkit.org/238174@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 429790 [details].
Comment 4 Radar WebKit Bug Importer 2021-05-26 14:06:21 PDT
<rdar://problem/78531277>