New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 647348 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

running swarming.py from workstation requires '--isolate-server' flag

Project Member Reported by kevcheng@chromium.org, Sep 15 2016

Issue description

I added my workstations ips to the whitelist in chromeos-proxy and ran the following command:

$ python swarming.py run --swarming chromeos-proxy.appspot.com --dimension os Ubuntu-14.04 --dimension pool default --decorate --task-name test_decorate --tags=test:me -- /usr/local/autotest/site_utils/run_suite.py --help
Usage: swarming.py run [options] (hash|isolated) [-- extra_args]

swarming.py: error: --isolate-server is required.


What am I missing to get this to work?
 

Comment 1 by fdeng@google.com, Sep 15 2016

/b/cbuild/internal_master/chromite/third_party/swarming.client/swarming.py run --swarming chromeos-proxy.appspot.com --task-summary-json /tmp/cbuildbot-tmpwB5hcB/tmpfBSoAC/temp_summary.json --raw-cmd --task-name whirlwind-paladin/R55-8804.0.0-rc2-jetstream_cq --dimension os Ubuntu-14.04 --dimension pool default --print-status-updates --timeout 14400 --io-timeout 14400 --hard-timeout 14400 --expiration 1200 -- /usr/local/autotest/site_utils/run_suite.py --help

This is the current command that our builders run, I think  --raw-cmd is needed.
I'm running this from: chromium/src/tools/swarming_client

And my repo is at:
380e326 Reapply "Update client to use new API URLs bypassing Cloud Endpoints proxy."
Status: WontFix (was: Untriaged)
Fang got it!  Marking as wontfix because of user error.

Sign in to add a comment