Skip to content

Commit

Permalink
[ews] Expected additionalArguments frequently missing from iOS layout…
Browse files Browse the repository at this point in the history
… test queues

https://bugs.webkit.org/show_bug.cgi?id=255742
rdar://108332842

Reviewed by Aakash Jain.

This is a speculative fix, I wasn't able to reproduce this issue when validating my use of
additionalArguments for iOS on the EWS dev instance before I deployed it to production.

* Tools/CISupport/ews-build/steps.py:
(Trigger.propertiesToPassToTriggers): Add additionalArguments to the list of properties
to pass to triggered builds.

Canonical link: https://commits.webkit.org/263195@main
  • Loading branch information
ryanhaddad committed Apr 20, 2023
1 parent a44713b commit d87b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/CISupport/ews-build/steps.py
Expand Up @@ -2297,6 +2297,7 @@ def propertiesToPassToTriggers(self, patch=True, pull_request=False):
'platform',
'fullPlatform',
'architecture',
'additionalArguments'
]
if patch:
property_names += ['patch_id', 'bug_id', 'owner']
Expand Down

0 comments on commit d87b001

Please sign in to comment.