Bug 259935
Summary: | Regression 264089@main: [ews] unapply-patch is consistently failing with an exception | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=256740 |
Aakash Jain
unapply-patch is consistently failing with an exception (for patch-based workflow only, this step isn't used for PR based workflows).
e.g.: https://ews-build.webkit.org/#/builders/34/builds/16308
File "/var/buildbot/OpenSource/Tools/CISupport/ews-build/steps.py", line 950, in run
self.setCommand(self.command + ['--keep-jhbuild-directory'])
builtins.AttributeError: 'UnApplyPatch' object has no attribute 'setCommand'
It started failing since last week when buildbot was restarted. Most likely it's a regression from 264089@main (Bug 256740 [ews-build] Convert trivial shell.ShellCommand steps)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113591649>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/16497
EWS
Committed 266721@main (acd94547f739): <https://commits.webkit.org/266721@main>
Reviewed commits have been landed. Closing PR #16497 and removing active labels.