OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
17 "--builder", | 18 "--builder", |
(...skipping 11 matching lines...) Expand all Loading... |
29 "--patchset", | 30 "--patchset", |
30 "1", | 31 "1", |
31 "--rietveld_server", | 32 "--rietveld_server", |
32 "https://codereview.chromium.org", | 33 "https://codereview.chromium.org", |
33 "--output_json", | 34 "--output_json", |
34 "/path/to/tmp/json", | 35 "/path/to/tmp/json", |
35 "--revision", | 36 "--revision", |
36 "src@HEAD", | 37 "src@HEAD", |
37 "--force" | 38 "--force" |
38 ], | 39 ], |
| 40 "cwd": "[SLAVE_BUILD]", |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
76 ] | 78 ] |
77 }, | 79 }, |
78 { | 80 { |
79 "cmd": [ | 81 "cmd": [ |
80 "python", | 82 "python", |
81 "-u", | 83 "-u", |
82 "[DEPOT_TOOLS]\\gclient.py", | 84 "[DEPOT_TOOLS]\\gclient.py", |
83 "runhooks" | 85 "runhooks" |
84 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
85 "env": { | 88 "env": { |
86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 89 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
87 }, | 90 }, |
88 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 97 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
95 "--build-dir", | 98 "--build-dir", |
96 "[SLAVE_BUILD]\\src\\out\\Release", | 99 "[SLAVE_BUILD]\\src\\out\\Release", |
97 "--clean-isolated-files" | 100 "--clean-isolated-files" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "name": "clean isolated files" | 103 "name": "clean isolated files" |
100 }, | 104 }, |
101 { | 105 { |
102 "cmd": [ | 106 "cmd": [ |
103 "[DEPOT_TOOLS]\\git.bat", | 107 "[DEPOT_TOOLS]\\git.bat", |
104 "diff", | 108 "diff", |
105 "--cached", | 109 "--cached", |
106 "--name-only" | 110 "--name-only" |
107 ], | 111 ], |
108 "cwd": "[SLAVE_BUILD]\\src", | 112 "cwd": "[SLAVE_BUILD]\\src", |
109 "name": "git diff to analyze patch", | 113 "name": "git diff to analyze patch", |
110 "stdout": "/path/to/tmp/", | 114 "stdout": "/path/to/tmp/", |
111 "~followup_annotations": [ | 115 "~followup_annotations": [ |
112 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 116 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
113 "@@@STEP_LOG_END@files@@@" | 117 "@@@STEP_LOG_END@files@@@" |
114 ] | 118 ] |
115 }, | 119 }, |
116 { | 120 { |
117 "cmd": [ | 121 "cmd": [ |
118 "python", | 122 "python", |
119 "-u", | 123 "-u", |
120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
121 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 125 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
122 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
124 "name": "read filter exclusion spec", | 129 "name": "read filter exclusion spec", |
125 "~followup_annotations": [ | 130 "~followup_annotations": [ |
126 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 131 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
130 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 135 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
131 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
132 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
133 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 138 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
136 "@@@STEP_LOG_LINE@json.output@ }@@@", | 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
137 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
138 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
139 ] | 144 ] |
140 }, | 145 }, |
141 { | 146 { |
142 "cmd": [ | 147 "cmd": [ |
143 "python", | 148 "python", |
144 "-u", | 149 "-u", |
145 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", | 150 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", |
146 "--analyzer", | 151 "--analyzer", |
147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", | 152 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", |
148 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
149 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
150 "env": { | 156 "env": { |
151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 157 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
152 }, | 158 }, |
153 "name": "analyze", | 159 "name": "analyze", |
154 "~followup_annotations": [ | 160 "~followup_annotations": [ |
155 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
157 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 "angle_unittests_run", | 210 "angle_unittests_run", |
205 "content_gl_tests_run", | 211 "content_gl_tests_run", |
206 "content_unittests_run", | 212 "content_unittests_run", |
207 "gl_tests_run", | 213 "gl_tests_run", |
208 "gles2_conform_test_run", | 214 "gles2_conform_test_run", |
209 "gpu_unittests_run", | 215 "gpu_unittests_run", |
210 "media_unittests_run", | 216 "media_unittests_run", |
211 "tab_capture_end2end_tests_run", | 217 "tab_capture_end2end_tests_run", |
212 "telemetry_gpu_test_run" | 218 "telemetry_gpu_test_run" |
213 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
214 "name": "compile (with patch)", | 221 "name": "compile (with patch)", |
215 "~followup_annotations": [ | 222 "~followup_annotations": [ |
216 "step returned non-zero exit code: 1", | 223 "step returned non-zero exit code: 1", |
217 "@@@STEP_FAILURE@@@" | 224 "@@@STEP_FAILURE@@@" |
218 ] | 225 ] |
219 }, | 226 }, |
220 { | 227 { |
221 "cmd": [ | 228 "cmd": [ |
222 "python", | 229 "python", |
223 "-u", | 230 "-u", |
224 "[BUILD]\\scripts\\slave\\kill_processes.py" | 231 "[BUILD]\\scripts\\slave\\kill_processes.py" |
225 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
226 "name": "taskkill" | 234 "name": "taskkill" |
227 }, | 235 }, |
228 { | 236 { |
229 "cmd": [ | 237 "cmd": [ |
230 "python", | 238 "python", |
231 "-u", | 239 "-u", |
232 "[BUILD]\\scripts\\slave\\bot_update.py", | 240 "[BUILD]\\scripts\\slave\\bot_update.py", |
233 "--master", | 241 "--master", |
234 "tryserver.chromium.win", | 242 "tryserver.chromium.win", |
235 "--builder", | 243 "--builder", |
236 "win_chromium_rel_ng", | 244 "win_chromium_rel_ng", |
237 "--slave", | 245 "--slave", |
238 "TestSlavename", | 246 "TestSlavename", |
239 "--spec", | 247 "--spec", |
240 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", | 248 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", |
241 "--root", | 249 "--root", |
242 "src", | 250 "src", |
243 "--revision_mapping_file", | 251 "--revision_mapping_file", |
244 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 252 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
245 "--rietveld_server", | 253 "--rietveld_server", |
246 "https://codereview.chromium.org", | 254 "https://codereview.chromium.org", |
247 "--output_json", | 255 "--output_json", |
248 "/path/to/tmp/json", | 256 "/path/to/tmp/json", |
249 "--revision", | 257 "--revision", |
250 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 258 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
251 "--force" | 259 "--force" |
252 ], | 260 ], |
| 261 "cwd": "[SLAVE_BUILD]", |
253 "name": "bot_update (without patch)", | 262 "name": "bot_update (without patch)", |
254 "~followup_annotations": [ | 263 "~followup_annotations": [ |
255 "@@@STEP_TEXT@Some step text@@@", | 264 "@@@STEP_TEXT@Some step text@@@", |
256 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
257 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
258 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
259 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
260 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
261 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
262 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 14 matching lines...) Expand all Loading... |
277 "@@@STEP_LOG_END@json.output@@@" | 286 "@@@STEP_LOG_END@json.output@@@" |
278 ] | 287 ] |
279 }, | 288 }, |
280 { | 289 { |
281 "cmd": [ | 290 "cmd": [ |
282 "python", | 291 "python", |
283 "-u", | 292 "-u", |
284 "[DEPOT_TOOLS]\\gclient.py", | 293 "[DEPOT_TOOLS]\\gclient.py", |
285 "runhooks" | 294 "runhooks" |
286 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
287 "env": { | 297 "env": { |
288 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 298 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
289 }, | 299 }, |
290 "name": "gclient runhooks (2)" | 300 "name": "gclient runhooks (2)" |
291 }, | 301 }, |
292 { | 302 { |
293 "cmd": [ | 303 "cmd": [ |
294 "python", | 304 "python", |
295 "-u", | 305 "-u", |
296 "[BUILD]\\scripts\\slave\\compile.py", | 306 "[BUILD]\\scripts\\slave\\compile.py", |
(...skipping 11 matching lines...) Expand all Loading... |
308 "angle_unittests_run", | 318 "angle_unittests_run", |
309 "content_gl_tests_run", | 319 "content_gl_tests_run", |
310 "content_unittests_run", | 320 "content_unittests_run", |
311 "gl_tests_run", | 321 "gl_tests_run", |
312 "gles2_conform_test_run", | 322 "gles2_conform_test_run", |
313 "gpu_unittests_run", | 323 "gpu_unittests_run", |
314 "media_unittests_run", | 324 "media_unittests_run", |
315 "tab_capture_end2end_tests_run", | 325 "tab_capture_end2end_tests_run", |
316 "telemetry_gpu_test_run" | 326 "telemetry_gpu_test_run" |
317 ], | 327 ], |
| 328 "cwd": "[SLAVE_BUILD]", |
318 "name": "compile (without patch)" | 329 "name": "compile (without patch)" |
319 }, | 330 }, |
320 { | 331 { |
321 "name": "$final_result", | 332 "name": "$final_result", |
322 "reason": "Step('compile (with patch)') failed with return_code 1", | 333 "reason": "Step('compile (with patch)') failed with return_code 1", |
323 "status_code": 1 | 334 "status_code": 1 |
324 } | 335 } |
325 ] | 336 ] |
OLD | NEW |