OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [], |
4 "python", | |
5 "-u", | |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | |
7 "--master", | |
8 "client.webrtc", | |
9 "--builder", | |
10 "Win64 Debug (Clang)", | |
11 "--slave", | |
12 "slavename", | |
13 "--spec", | |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | |
15 "--root", | |
16 "src", | |
17 "--revision_mapping_file", | |
18 "{\"src\": \"got_revision\"}", | |
19 "--git-cache-dir", | |
20 "[GIT_CACHE]", | |
21 "--output_json", | |
22 "/path/to/tmp/json", | |
23 "--revision", | |
24 "src@12345", | |
25 "--output_manifest" | |
26 ], | |
27 "cwd": "[SLAVE_BUILD]", | 4 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 5 "name": "Disabled: see http://crbug.com/595702", |
29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
30 }, | |
31 "name": "bot_update", | |
32 "~followup_annotations": [ | 6 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 7 "@@@STEP_WARNINGS@@@" |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
43 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
49 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | |
50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
53 "@@@STEP_LOG_LINE@json.output@}@@@", | |
54 "@@@STEP_LOG_END@json.output@@@", | |
55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | |
57 ] | 8 ] |
58 }, | 9 }, |
59 { | 10 { |
60 "cmd": [ | |
61 "python", | |
62 "-u", | |
63 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | |
64 "[SLAVE_BUILD]\\src\\out" | |
65 ], | |
66 "cwd": "[SLAVE_BUILD]", | |
67 "name": "clean test output files" | |
68 }, | |
69 { | |
70 "cmd": [ | |
71 "python", | |
72 "-u", | |
73 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | |
74 "--show-path", | |
75 "python", | |
76 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | |
77 ], | |
78 "cwd": "[SLAVE_BUILD]", | |
79 "name": "cleanup_temp" | |
80 }, | |
81 { | |
82 "cmd": [ | |
83 "python", | |
84 "-u", | |
85 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
86 "runhooks" | |
87 ], | |
88 "cwd": "[SLAVE_BUILD]", | |
89 "env": { | |
90 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=x64 use_goma=
1", | |
91 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
92 }, | |
93 "name": "gclient runhooks" | |
94 }, | |
95 { | |
96 "allow_subannotations": true, | |
97 "cmd": [ | |
98 "python", | |
99 "-u", | |
100 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | |
101 "--src-dir", | |
102 "[SLAVE_BUILD]\\src", | |
103 "--output-json", | |
104 "/path/to/tmp/json" | |
105 ], | |
106 "cwd": "[SLAVE_BUILD]", | |
107 "name": "clang_revision", | |
108 "~followup_annotations": [ | |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | |
110 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
111 "@@@STEP_LOG_LINE@json.output@}@@@", | |
112 "@@@STEP_LOG_END@json.output@@@" | |
113 ] | |
114 }, | |
115 { | |
116 "cmd": [ | |
117 "python", | |
118 "-u", | |
119 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | |
120 "--show-path", | |
121 "python", | |
122 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | |
123 "--ninja-path", | |
124 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | |
125 "--target", | |
126 "Debug_x64", | |
127 "--src-dir", | |
128 "[SLAVE_BUILD]\\src", | |
129 "--goma-cache-dir", | |
130 "[GOMA_CACHE]", | |
131 "--build-tool", | |
132 "ninja", | |
133 "--compiler", | |
134 "goma-clang", | |
135 "--goma-jsonstatus", | |
136 "/path/to/tmp/json", | |
137 "--goma-dir", | |
138 "[BUILD]\\goma", | |
139 "--", | |
140 "All" | |
141 ], | |
142 "cwd": "[SLAVE_BUILD]", | |
143 "name": "compile", | |
144 "~followup_annotations": [ | |
145 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
146 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
147 ] | |
148 }, | |
149 { | |
150 "name": "$result", | 11 "name": "$result", |
151 "recipe_result": null, | 12 "recipe_result": null, |
152 "status_code": 0 | 13 "status_code": 0 |
153 } | 14 } |
154 ] | 15 ] |
OLD | NEW |