Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ews-build.webkit.org] Convert SetCommitQueueMinusFlagOnPatch to Twisted asynchronous requests #9317

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

JonWBedard
Copy link
Member

@JonWBedard JonWBedard commented Jan 30, 2023

3465693

[ews-build.webkit.org] Convert SetCommitQueueMinusFlagOnPatch to Twisted asynchronous requests
https://bugs.webkit.org/show_bug.cgi?id=251294
rdar://104761643

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/steps.py:
(BugzillaMixin.set_cq_minus_flag_on_patch): Convert to Twisted asynchronous requests.
(SetCommitQueueMinusFlagOnPatch.run): Renamed from start.
(SetCommitQueueMinusFlagOnPatch.start): Renamed to run.

Canonical link: https://commits.webkit.org/259729@main

80af614

Misc iOS, tvOS & watchOS macOS Linux Windows
🧪 style 🛠 ios 🛠 mac 🛠 wpe 🛠 🧪 win
🧪 bindings 🛠 ios-sim 🛠 mac-AS-debug 🛠 gtk 🛠 wincairo
🧪 webkitperl 🧪 ios-wk2 🧪 api-mac 🧪 gtk-wk2
🧪 api-ios 🧪 mac-wk1 🧪 api-gtk
🛠 tv 🧪 mac-wk2
🛠 tv-sim 🧪 mac-AS-debug-wk2
❌ 🧪 services 🛠 watch 🧪 mac-wk2-stress
🛠 watch-sim
✅ 🛠 🧪 unsafe-merge

@JonWBedard JonWBedard self-assigned this Jan 30, 2023
@JonWBedard JonWBedard added the Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases label Jan 30, 2023
Copy link
Member

@aj062 aj062 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ assuming this is tested

def set_cq_minus_flag_on_patch(self, patch_id):
patch_url = '{}rest/bug/attachment/{}'.format(BUG_SERVER_URL, patch_id)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be good to keep the URL is explicit variable (like before) for maintainability.

@JonWBedard JonWBedard added the skip-ews Applied to prevent a change from being run on EWS label Jan 30, 2023
@JonWBedard JonWBedard removed the skip-ews Applied to prevent a change from being run on EWS label Feb 2, 2023
@JonWBedard JonWBedard added the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Feb 2, 2023
…ted asynchronous requests

https://bugs.webkit.org/show_bug.cgi?id=251294
rdar://104761643

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/steps.py:
(BugzillaMixin.set_cq_minus_flag_on_patch): Convert to Twisted asynchronous requests.
(SetCommitQueueMinusFlagOnPatch.run): Renamed from start.
(SetCommitQueueMinusFlagOnPatch.start): Renamed to run.

Canonical link: https://commits.webkit.org/259729@main
@webkit-commit-queue
Copy link
Collaborator

Committed 259729@main (3465693): https://commits.webkit.org/259729@main

Reviewed commits have been landed. Closing PR #9317 and removing active labels.

@webkit-commit-queue webkit-commit-queue removed the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Feb 2, 2023
@JonWBedard JonWBedard deleted the eng/251294 branch February 2, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants