OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swarming_proxy
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/chromeos_proxy/
swarming_bot_manager.py
51
'-p', '--
swarming_proxy
', type=str, dest='
swarming_proxy
',
126
if not args.
swarming_proxy
:
129
'Specify
swarming_proxy
in [CROS] in shadow_config, '
130
'or use --
swarming_proxy
')
133
if not args.
swarming_proxy
.startswith('https://'):
134
swarming_proxy
= 'https://' + args.
swarming_proxy
136
swarming_proxy
= args.
swarming_proxy
[
all
...]
swarming_bots.py
62
'CROS', "
swarming_proxy
", default=None)
109
def __init__(self, bot_id, parent_dir,
swarming_proxy
,
118
@param
swarming_proxy
: URL to the swarming instance.
125
self.
swarming_proxy
=
swarming_proxy
218
self.bot_id, self.
swarming_proxy
)
220
url = '%s/bot_code?bot_id=%s' % (self.
swarming_proxy
, self.bot_id)
223
url = '%s/bot_code' % self.
swarming_proxy
275
def __init__(self, bot_ids, working_dir,
swarming_proxy
,
282
@param
swarming_proxy
: The swarming instance to talk to
[
all
...]
Completed in 86 milliseconds