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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_rel_ng.json

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 ] 188 ]
189 }, 189 },
190 { 190 {
191 "cmd": [], 191 "cmd": [],
192 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
193 "name": "trigger", 193 "name": "trigger",
194 "trigger_specs": [ 194 "trigger_specs": [
195 { 195 {
196 "builder_name": "v8_win64_rel_ng_triggered", 196 "builder_name": "v8_win64_rel_ng_triggered",
197 "properties": { 197 "properties": {
198 "build_environment": {
199 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta rget_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
200 "GYP_GENERATORS": "ninja"
201 },
198 "category": "cq", 202 "category": "cq",
199 "issue": 12853011, 203 "issue": 12853011,
200 "master": "tryserver.v8", 204 "master": "tryserver.v8",
201 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 205 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
202 "parent_got_revision_cp": "refs/heads/master@{#50110}", 206 "parent_got_revision_cp": "refs/heads/master@{#50110}",
203 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 207 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
204 "patch_project": "v8", 208 "patch_project": "v8",
205 "patch_storage": "rietveld", 209 "patch_storage": "rietveld",
206 "patchset": "1", 210 "patchset": "1",
207 "reason": "CQ", 211 "reason": "CQ",
(...skipping 11 matching lines...) Expand all
219 "~followup_annotations": [ 223 "~followup_annotations": [
220 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 224 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
221 ] 225 ]
222 }, 226 },
223 { 227 {
224 "name": "$result", 228 "name": "$result",
225 "recipe_result": null, 229 "recipe_result": null,
226 "status_code": 0 230 "status_code": 0
227 } 231 }
228 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698