[webkit-changes] [WebKit/WebKit] 692cd4: [Stress Test EWS] failing to find modified layout ...

Jonathan Bedard noreply at github.com
Thu Jan 19 09:29:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 692cd4308e630a0955c468c5a5983f2b058a11a1
      https://github.com/WebKit/WebKit/commit/692cd4308e630a0955c468c5a5983f2b058a11a1
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py

  Log Message:
  -----------
  [Stress Test EWS] failing to find modified layout tests for pull requests
https://bugs.webkit.org/show_bug.cgi?id=246323
rdar://101034678

Reviewed by Aakash Jain.

buildbot always expects patches to be bytes, not strings.

* Tools/CISupport/ews-build/steps.py:
(AnalyzeChange._get_patch): Construct patch as bytes instead of a string.
(ValidateCommitMessage._files): Decode bytes lines into strings.

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




More information about the webkit-changes mailing list