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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json

Issue 1170623002: Add some deterministic build trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add the test expectation files. Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
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 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "[SLAVE_BUILD]\\src\\out\\Release.1", 330 "[SLAVE_BUILD]\\src\\out\\Release.1",
331 "--second-build-dir", 331 "--second-build-dir",
332 "[SLAVE_BUILD]\\src\\out\\Release.2", 332 "[SLAVE_BUILD]\\src\\out\\Release.2",
333 "--target-platform", 333 "--target-platform",
334 "win" 334 "win"
335 ], 335 ],
336 "cwd": "[SLAVE_BUILD]", 336 "cwd": "[SLAVE_BUILD]",
337 "name": "compare_build_artifacts" 337 "name": "compare_build_artifacts"
338 } 338 }
339 ] 339 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698