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

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

Issue 915453002: clang/win bots: Pass fastbuild=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]\\gclient.py", 88 "[DEPOT_TOOLS]\\gclient.py",
89 "runhooks" 89 "runhooks"
90 ], 90 ],
91 "env": { 91 "env": {
92 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol ation_mode=prepare" 92 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=x 64 test_isolation_mode=prepare"
93 }, 93 },
94 "name": "gclient runhooks" 94 "name": "gclient runhooks"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
102 "/path/to/tmp/json" 102 "/path/to/tmp/json"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "--build_revision", 223 "--build_revision",
224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 224 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
225 "--factory-properties", 225 "--factory-properties",
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
227 "--build-properties", 227 "--build-properties",
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
229 ], 229 ],
230 "name": "package build" 230 "name": "package build"
231 } 231 }
232 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698