[webkit-changes] [WebKit/WebKit] 75f6f3: [EWS] Skip upload of WPE Skia builds

Claudio Saavedra noreply at github.com
Tue Mar 5 06:37:01 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75f6f39cead3a40b6b7974dc019c3434af9445cf
      https://github.com/WebKit/WebKit/commit/75f6f39cead3a40b6b7974dc019c3434af9445cf
  Author: Claudio Saavedra <csaavedra at igalia.com>
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
    M Tools/CISupport/ews-build/config.json
    M Tools/CISupport/ews-build/factories.py
    M Tools/CISupport/ews-build/loadConfig.py

  Log Message:
  -----------
  [EWS] Skip upload of WPE Skia builds
https://bugs.webkit.org/show_bug.cgi?id=270515

Reviewed by Jonathan Bedard.

Due to an oversight, WPE Skia build products are getting
uploaded to the same directory than cairo builds, which
is causing some of the cairo-builds to be overwritten
and used in the test runners.

Create a new WPE Skia factory that explicitly skips the
upload step, since we are not testing Skia builds yet,
and when we do, we will most likely use the WPE factory
and do away with cairo testing in a similar way.

* Tools/CISupport/ews-build/config.json:
* Tools/CISupport/ews-build/factories.py:
(WPESkiaBuildFactory):
* Tools/CISupport/ews-build/loadConfig.py:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list