Skip to content

Commit

Permalink
[ews-build.webkit.org] Report DNS name, not HOSTNAME to results.webki…
Browse files Browse the repository at this point in the history
…t.org

https://bugs.webkit.org/show_bug.cgi?id=271066

Reviewed by Jonathan Bedard.

Similar to 275238@main.

* Tools/CISupport/ews-build/steps.py:

Canonical link: https://commits.webkit.org/276196@main
  • Loading branch information
aj062 committed Mar 15, 2024
1 parent bc6637d commit a2cef47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/CISupport/ews-build/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
THRESHOLD_FOR_EXCESSIVE_LOGS_DEFAULT = 1000000
MSG_FOR_EXCESSIVE_LOGS = f'Stopped due to excessive logging, limit: {THRESHOLD_FOR_EXCESSIVE_LOGS_DEFAULT}'

if CURRENT_HOSTNAME in EWS_BUILD_HOSTNAMES:
CURRENT_HOSTNAME = 'ews-build.webkit.org'


class ParseByLineLogObserver(logobserver.LineConsumerLogObserver):
"""A pretty wrapper for LineConsumerLogObserver to avoid
Expand Down

0 comments on commit a2cef47

Please sign in to comment.