New issue
Advanced search Search tips

Issue 910444 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Feature


Participants' hotlists:
chrome-client-infra-backlog


Sign in to add a comment

ios recipe: generate isolate templates per task

Project Member Reported by sergeybe...@chromium.org, Nov 30

Issue description

Currently, the "ios" recipe module generates a single isolate template with variables, which are then instantiated per task: https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/ios/api.py?l=750&rcl=a7f27047b8146a699248316ca0d4495f7a9f9a99

This constraints tasks to a single app and a fixed list of arguments. In particular, it blocks an effort to run multiple simulators in parallel within a task, which may greatly improve our capacity utilization.

I propose to create an isolate file per task dynamically, without going through a common fixed template.
 

Sign in to add a comment