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

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

Issue 485873004: Adds ability for builders to only compile targets affected by change (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge 2 trunk Created 6 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\bot_update.py", 6 "[BUILD]\\scripts\\slave\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.win", 8 "tryserver.chromium.win",
9 "--builder", 9 "--builder",
10 "win_chromium_rel", 10 "win_chromium_rel",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "Release", 129 "Release",
130 "--src-dir", 130 "--src-dir",
131 "[SLAVE_BUILD]\\src", 131 "[SLAVE_BUILD]\\src",
132 "--build-tool", 132 "--build-tool",
133 "ninja", 133 "ninja",
134 "--compiler", 134 "--compiler",
135 "goma", 135 "goma",
136 "--goma-dir", 136 "--goma-dir",
137 "[BUILD]\\goma", 137 "[BUILD]\\goma",
138 "--", 138 "--",
139 "chrome",
140 "chrome",
141 "base_unittests", 139 "base_unittests",
142 "browser_tests", 140 "browser_tests"
143 "chrome"
144 ], 141 ],
145 "name": "compile (with patch)", 142 "name": "compile (with patch)",
146 "~followup_annotations": [ 143 "~followup_annotations": [
147 "step returned non-zero exit code: 1", 144 "step returned non-zero exit code: 1",
148 "@@@STEP_FAILURE@@@" 145 "@@@STEP_FAILURE@@@"
149 ] 146 ]
150 }, 147 },
151 { 148 {
152 "name": "$final_result", 149 "name": "$final_result",
153 "reason": "Step('compile (with patch)') failed with return_code 1", 150 "reason": "Step('compile (with patch)') failed with return_code 1",
154 "status_code": 1 151 "status_code": 1
155 } 152 }
156 ] 153 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698