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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Mac_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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "[SLAVE_BUILD]/src/out/Release.1", 334 "[SLAVE_BUILD]/src/out/Release.1",
335 "--second-build-dir", 335 "--second-build-dir",
336 "[SLAVE_BUILD]/src/out/Release.2", 336 "[SLAVE_BUILD]/src/out/Release.2",
337 "--target-platform", 337 "--target-platform",
338 "mac" 338 "mac"
339 ], 339 ],
340 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
341 "name": "compare_build_artifacts" 341 "name": "compare_build_artifacts"
342 } 342 }
343 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698