Update run-swarmed.py to pass cwd and command directly to swarming.
We're removing the relative_cwd and command support in isolate files in swarming as part of moving to the RBE-CAS backend. //tools/run-swarmed.py currently depends on that to work. This CL extends mb.py to be able to easily extract the command line that the target would use in the isolate, and modifies run-swarmed.py to use that to pass the command (and the relative_cwd) to the task instead. Bug: 1119643 Change-Id: Icf81faa1c1293ffbf13160e4d3ee1b7f2d636797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495797Reviewed-by:Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#820947}
Showing
Please register or sign in to comment