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

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

Issue 1377453003: Revert of chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 124 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
125 ], 125 ],
126 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
127 "name": "cleanup_temp" 127 "name": "cleanup_temp"
128 }, 128 },
129 { 129 {
130 "name": "$final_result", 130 "cmd": [
131 "reason": "Misconfigured bot: no compile targets", 131 "python",
132 "status_code": 1 132 "-u",
133 "[BUILD]\\scripts\\slave\\compile.py",
134 "--target",
135 "Release_x64",
136 "--src-dir",
137 "[SLAVE_BUILD]\\src",
138 "--build-tool",
139 "ninja",
140 "--compiler",
141 "goma",
142 "--goma-dir",
143 "[BUILD]\\goma",
144 "--",
145 "All",
146 "chromium_builder_tests"
147 ],
148 "cwd": "[SLAVE_BUILD]",
149 "name": "compile"
133 } 150 }
134 ] 151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698