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

Jonathan Bedard noreply at github.com
Tue Apr 25 09:44:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47b0e0b8761c4448ed18afada58e146f30b1cf14
      https://github.com/WebKit/WebKit/commit/47b0e0b8761c4448ed18afada58e146f30b1cf14
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-04-25 (Tue, 25 Apr 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.

By default, buildbot uses an updated source stamp when triggering builds, which will
strip the list of changed files we gathered when processing the hook from GitHub. We
should use the source stamp of the triggering build by default.

* Tools/CISupport/ews-build/steps.py:
(Trigger.__init__): Use source stamp of the triggering build by default.
(Trigger.propertiesToPassToTriggers): Pass commit classification and codebase.

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




More information about the webkit-changes mailing list