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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.json

Issue 919113002: Removed tryserver.chromium.gpu and related references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "/path/to/tmp/json" 178 "/path/to/tmp/json"
179 ], 179 ],
180 "env": { 180 "env": {
181 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 181 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
182 }, 182 },
183 "name": "analyze", 183 "name": "analyze",
184 "~followup_annotations": [ 184 "~followup_annotations": [
185 "@@@STEP_TEXT@No compile necessary@@@", 185 "@@@STEP_TEXT@No compile necessary@@@",
186 "@@@STEP_LOG_LINE@json.output@{@@@", 186 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 187 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 188 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 189 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
190 "@@@STEP_LOG_LINE@json.output@}@@@", 190 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@" 191 "@@@STEP_LOG_END@json.output@@@"
192 ] 192 ]
193 } 193 }
194 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698