OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "name": "gclient setup" | 12 "name": "gclient setup" |
12 }, | 13 }, |
13 { | 14 { |
14 "cmd": [ | 15 "cmd": [ |
15 "python", | 16 "python", |
16 "-u", | 17 "-u", |
17 "[DEPOT_TOOLS]/gclient.py", | 18 "[DEPOT_TOOLS]/gclient.py", |
18 "sync", | 19 "sync", |
19 "--nohooks", | 20 "--nohooks", |
20 "--force", | 21 "--force", |
21 "--verbose", | 22 "--verbose", |
22 "--delete_unversioned_trees", | 23 "--delete_unversioned_trees", |
23 "--output-json", | 24 "--output-json", |
24 "/path/to/tmp/json" | 25 "/path/to/tmp/json" |
25 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
26 "name": "gclient sync", | 28 "name": "gclient sync", |
27 "~followup_annotations": [ | 29 "~followup_annotations": [ |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
32 "@@@STEP_LOG_LINE@json.output@ }@@@", | 34 "@@@STEP_LOG_LINE@json.output@ }@@@", |
33 "@@@STEP_LOG_LINE@json.output@ }@@@", | 35 "@@@STEP_LOG_LINE@json.output@ }@@@", |
34 "@@@STEP_LOG_LINE@json.output@}@@@", | 36 "@@@STEP_LOG_LINE@json.output@}@@@", |
35 "@@@STEP_LOG_END@json.output@@@", | 37 "@@@STEP_LOG_END@json.output@@@", |
36 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 38 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
37 ] | 39 ] |
38 }, | 40 }, |
39 { | 41 { |
40 "cmd": [ | 42 "cmd": [ |
41 "python", | 43 "python", |
42 "-u", | 44 "-u", |
43 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", | 45 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.
path.join(os.path.expanduser('~'), 'src'))\n", |
44 "/path/to/tmp/" | 46 "/path/to/tmp/" |
45 ], | 47 ], |
| 48 "cwd": "[SLAVE_BUILD]", |
46 "name": "get CHROME_PATH", | 49 "name": "get CHROME_PATH", |
47 "~followup_annotations": [ | 50 "~followup_annotations": [ |
48 "@@@STEP_LOG_LINE@python.inline@@@@", | 51 "@@@STEP_LOG_LINE@python.inline@@@@", |
49 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 52 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
50 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 53 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
51 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 54 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
52 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", | 55 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser(
'~'), 'src'))@@@", |
53 "@@@STEP_LOG_END@python.inline@@@" | 56 "@@@STEP_LOG_END@python.inline@@@" |
54 ] | 57 ] |
55 }, | 58 }, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "164710", | 108 "164710", |
106 "--commit_ts", | 109 "--commit_ts", |
107 "1408633190", | 110 "1408633190", |
108 "--gsutil_path", | 111 "--gsutil_path", |
109 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 112 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
110 ], | 113 ], |
111 "cwd": "[SLAVE_BUILD]/skia", | 114 "cwd": "[SLAVE_BUILD]/skia", |
112 "name": "generate and upload binary size data" | 115 "name": "generate and upload binary size data" |
113 } | 116 } |
114 ] | 117 ] |
OLD | NEW |