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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Windows_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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "[SLAVE_BUILD]\\src\\out\\Release.1", 294 "[SLAVE_BUILD]\\src\\out\\Release.1",
295 "--second-build-dir", 295 "--second-build-dir",
296 "[SLAVE_BUILD]\\src\\out\\Release.2", 296 "[SLAVE_BUILD]\\src\\out\\Release.2",
297 "--target-platform", 297 "--target-platform",
298 "win" 298 "win"
299 ], 299 ],
300 "cwd": "[SLAVE_BUILD]", 300 "cwd": "[SLAVE_BUILD]",
301 "name": "compare_build_artifacts" 301 "name": "compare_build_artifacts"
302 } 302 }
303 ] 303 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698