Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
run_recipe Namespace Reference

Variables

 kitchen = os.path.join(os.getcwd(), 'kitchen')
 
str logdog_url
 
list cmd
 

Variable Documentation

◆ cmd

list run_recipe.cmd
Initial value:
1= [
2 kitchen, 'cook',
3 '-checkout-dir', 'recipe_bundle',
4 '-mode', 'swarming',
5 '-luci-system-account', 'system',
6 '-cache-dir', 'cache',
7 '-temp-dir', 'tmp',
8 '-known-gerrit-host', 'android.googlesource.com',
9 '-known-gerrit-host', 'boringssl.googlesource.com',
10 '-known-gerrit-host', 'chromium.googlesource.com',
11 '-known-gerrit-host', 'dart.googlesource.com',
12 '-known-gerrit-host', 'fuchsia.googlesource.com',
13 '-known-gerrit-host', 'go.googlesource.com',
14 '-known-gerrit-host', 'llvm.googlesource.com',
15 '-known-gerrit-host', 'skia.googlesource.com',
16 '-known-gerrit-host', 'webrtc.googlesource.com',
17 '-recipe', sys.argv[2],
18 '-properties', sys.argv[3],
19 '-logdog-annotation-url', logdog_url,
20]

Definition at line 19 of file run_recipe.py.

◆ kitchen

run_recipe.kitchen = os.path.join(os.getcwd(), 'kitchen')

Definition at line 15 of file run_recipe.py.

◆ logdog_url

str run_recipe.logdog_url
Initial value:
1= 'logdog://logs.chromium.org/%s/%s/+/annotations' % (
2 sys.argv[4], os.environ['SWARMING_TASK_ID'])

Definition at line 16 of file run_recipe.py.