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

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

Issue 498903002: Updates compile targets for telemetry/nacl to include chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge Created 6 years, 3 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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
133 "--build-tool", 133 "--build-tool",
134 "ninja", 134 "ninja",
135 "--compiler", 135 "--compiler",
136 "goma", 136 "goma",
137 "--goma-dir", 137 "--goma-dir",
138 "[BUILD]/goma", 138 "[BUILD]/goma",
139 "--", 139 "--",
140 "all", 140 "all",
141 "chrome", 141 "chrome",
142 "chrome_run",
142 "chrome", 143 "chrome",
144 "chrome_run",
143 "base_unittests", 145 "base_unittests",
144 "mojo_common_unittests", 146 "mojo_common_unittests",
145 "browser_tests", 147 "browser_tests",
146 "chrome" 148 "chrome",
149 "chrome_run"
147 ], 150 ],
148 "name": "compile (with patch)", 151 "name": "compile (with patch)",
149 "~followup_annotations": [ 152 "~followup_annotations": [
150 "step returned non-zero exit code: 1", 153 "step returned non-zero exit code: 1",
151 "@@@STEP_FAILURE@@@" 154 "@@@STEP_FAILURE@@@"
152 ] 155 ]
153 }, 156 },
154 { 157 {
155 "name": "$final_result", 158 "name": "$final_result",
156 "reason": "Step('compile (with patch)') failed with return_code 1", 159 "reason": "Step('compile (with patch)') failed with return_code 1",
157 "status_code": 1 160 "status_code": 1
158 } 161 }
159 ] 162 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698