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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_Android_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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "[SLAVE_BUILD]/src/out/Release.1", 249 "[SLAVE_BUILD]/src/out/Release.1",
250 "--second-build-dir", 250 "--second-build-dir",
251 "[SLAVE_BUILD]/src/out/Release.2", 251 "[SLAVE_BUILD]/src/out/Release.2",
252 "--target-platform", 252 "--target-platform",
253 "android" 253 "android"
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]", 255 "cwd": "[SLAVE_BUILD]",
256 "name": "compare_build_artifacts" 256 "name": "compare_build_artifacts"
257 } 257 }
258 ] 258 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698