[webkit-changes] [WebKit/WebKit] ae57f1: [ews-build.webkit.org] Specify branches to trigger...

Jonathan Bedard noreply at github.com
Fri Aug 18 11:12:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae57f1da7af0f7c3b2aab1ae26084550b5d52879
      https://github.com/WebKit/WebKit/commit/ae57f1da7af0f7c3b2aab1ae26084550b5d52879
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

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

  Log Message:
  -----------
  [ews-build.webkit.org] Specify branches to trigger queues on
https://bugs.webkit.org/show_bug.cgi?id=255562
rdar://108168587

Reviewed by Aakash Jain.

Some queues should only be triggered by certain branches. Allow factories
to define this.

* Tools/CISupport/ews-build/factories.py:
(Factory): Add 'branches' class variable.
(Factory.__init__): Pass 'branches' to ValidateChange.
(WinCairoFactory): Only run WinCairo tests on 'main'.
(GTKBuildFactory): Only run tests on 'main' and 'webkit' branches.
(WPEBuildFactory): Ditto.
* Tools/CISupport/ews-build/steps.py:
(ValidateChange.__init__): Allow caller to limit queue to specific branches.
(ValidateChange.run): Skip build if target branch is not supported by this queue.
* Tools/CISupport/ews-build/steps_unittest.py:

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




More information about the webkit-changes mailing list