[webkit-changes] [WebKit/WebKit] b21577: [ews-build] Do not print worker environment variab...

Aakash J noreply at github.com
Wed Aug 21 11:23:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b215773cfd9d99c78a9b0a670968ea732f6bb1bc
      https://github.com/WebKit/WebKit/commit/b215773cfd9d99c78a9b0a670968ea732f6bb1bc
  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
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [ews-build] Do not print worker environment variables in find-modified-layout-tests step
https://bugs.webkit.org/show_bug.cgi?id=278470

Reviewed by Jonathan Bedard.

It makes the buildbot build page hard to read, especially because this step is mostly skipped,
and buildbot expands it by default showing all these unnecessary details on front.
This causes users to have to scroll lot more to see the relevant things. In almost all other
steps we have disabled printing worker environment variables.

* Tools/CISupport/ews-build/steps.py:
(FindModifiedLayoutTests.__init__):
* Tools/CISupport/ews-build/steps_unittest.py:
(TestFindModifiedLayoutTests.test_success):
(TestFindModifiedLayoutTests.test_success_svg):
(TestFindModifiedLayoutTests.test_success_xml):
(TestFindModifiedLayoutTests.test_ignore_certain_directories):
(TestFindModifiedLayoutTests.test_ignore_certain_directories_svg):
(TestFindModifiedLayoutTests.test_ignore_certain_directories_xml):
(TestFindModifiedLayoutTests.test_ignore_certain_suffixes):
(TestFindModifiedLayoutTests.test_ignore_non_layout_test_in_html_directory):
(TestFindModifiedLayoutTests.test_non_relevant_patch):
(TestFindModifiedLayoutTests.test_non_accessible_patch):

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