[webkit-changes] [WebKit/WebKit] d68593: [ews] Relax the validation for OS version mismatch...

Aakash J noreply at github.com
Wed Aug 21 10:19:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d68593a1e6a5509f40be9b7a0e61b58f864a3d4f
      https://github.com/WebKit/WebKit/commit/d68593a1e6a5509f40be9b7a0e61b58f864a3d4f
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2024-08-21 (Wed, 21 Aug 2024)

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

  Log Message:
  -----------
  [ews] Relax the validation for OS version mismatch between builder and tester
https://bugs.webkit.org/show_bug.cgi?id=278400

Reviewed by Jonathan Bedard.

We can relax the OS version validation between builder and testers, as long as SDK version match.
We can match only the major and minor OS version, and ignore the patch version.
For example: 13.6.6 and 13.6.7 should be allowed, but 13.6.6 and 13.7 (or 13.6.6 and 14) should not be.

* Tools/CISupport/ews-build/steps.py:
(PrintConfiguration.parseAndValidate):

Canonical link: https://commits.webkit.org/282565@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