Bug 255229

Summary: REGRESSION (262714@main): compile-webkit-without-change step failing on iOS bots due to unexpected arguments
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: Tools / TestsAssignee: Ryan Haddad <ryanhaddad>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2023-04-10 08:56:55 PDT
262714@main used the additionalArguments property to define child processes and tests to run for iOS layout test queues. This property is also used by the compile-webkit-without-change (and likely other) steps, which results in failures like the following:

perl Tools/Scripts/build-webkit --release --child-process=5 --exclude-tests imported/w3c/web-platform-tests WK_VALIDATE_DEPENDENCIES=YES ARCHS=arm64 ONLY_ACTIVE_ARCH=NO --ios-simulator
xcodebuild: error: invalid option '--exclude-tests'

https://ews-build.webkit.org/#/builders/15/builds/3003/steps/30/logs/stdio
Comment 1 Radar WebKit Bug Importer 2023-04-10 08:57:11 PDT
<rdar://problem/107834466>
Comment 2 Ryan Haddad 2023-04-10 09:15:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12574
Comment 3 EWS 2023-04-10 14:32:59 PDT
Committed 262785@main (bf0fc8a49d4d): <https://commits.webkit.org/262785@main>

Reviewed commits have been landed. Closing PR #12574 and removing active labels.