Adding 'python' and vpython for Windows to run run-swarmed.py
run-swarmed.py was failing on Windows for two reasons: 1. Windows expects 'python' before calling a python script 2. Tasks on Windows Swarming bots are invoked via vpython, which isn't installed by default on them. This change adds 'python' to the list of arguments for any subprocess, and adds includes vpython with the isolates uploaded to Swarming via --cipd-package and --env-prefix args when the target OS is Windows. Bug: 1013382 Change-Id: I9b8edf9ebc2341cb72f8034ccec044f951745496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854462 Commit-Queue: Mario Bianucci <mabian@microsoft.com> Reviewed-by:Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#705096}
Showing
Please register or sign in to comment