Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(805)

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "-u", 178 "-u",
179 "[BUILD]/scripts/slave/cleanup_temp.py" 179 "[BUILD]/scripts/slave/cleanup_temp.py"
180 ], 180 ],
181 "cwd": "[SLAVE_BUILD]", 181 "cwd": "[SLAVE_BUILD]",
182 "name": "cleanup_temp" 182 "name": "cleanup_temp"
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 188 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
189 "--build-dir", 189 "--build-dir",
190 "[SLAVE_BUILD]/src/out/Release", 190 "[SLAVE_BUILD]/src/out/Release",
191 "--clean-isolated-files" 191 "--clean-isolated-files"
192 ], 192 ],
193 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
194 "name": "clean isolated files" 194 "name": "clean isolated files"
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "name": "compile", 240 "name": "compile",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 243 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 244 ]
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
249 "-u", 249 "-u",
250 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 250 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
251 "--build-dir", 251 "--build-dir",
252 "[SLAVE_BUILD]/src/out/Release", 252 "[SLAVE_BUILD]/src/out/Release",
253 "--src-dir", 253 "--src-dir",
254 "[SLAVE_BUILD]/src" 254 "[SLAVE_BUILD]/src"
255 ], 255 ],
256 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
257 "name": "remove_build_metadata" 257 "name": "remove_build_metadata"
258 }, 258 },
259 { 259 {
260 "cmd": [ 260 "cmd": [
261 "python", 261 "python",
262 "-u", 262 "-u",
263 "RECIPE_MODULE[isolate]/resources/isolate.py", 263 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
264 "[SLAVE_BUILD]/src/tools/swarming_client", 264 "[SLAVE_BUILD]/src/tools/swarming_client",
265 "batcharchive", 265 "batcharchive",
266 "--dump-json", 266 "--dump-json",
267 "/path/to/tmp/json", 267 "/path/to/tmp/json",
268 "--isolate-server", 268 "--isolate-server",
269 "https://isolateserver.appspot.com", 269 "https://isolateserver.appspot.com",
270 "--verbose", 270 "--verbose",
271 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json " 271 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json "
272 ], 272 ],
273 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "~followup_annotations": [ 344 "~followup_annotations": [
345 "@@@STEP_TEXT@Linux Tests@@@" 345 "@@@STEP_TEXT@Linux Tests@@@"
346 ] 346 ]
347 }, 347 },
348 { 348 {
349 "name": "$result", 349 "name": "$result",
350 "recipe_result": null, 350 "recipe_result": null,
351 "status_code": 0 351 "status_code": 0
352 } 352 }
353 ] 353 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698