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

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: Fix 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "cmd": [], 193 "cmd": [],
194 "cwd": "[SLAVE_BUILD]", 194 "cwd": "[SLAVE_BUILD]",
195 "name": "trigger", 195 "name": "trigger",
196 "trigger_specs": [ 196 "trigger_specs": [
197 { 197 {
198 "builder_name": "v8_win64_rel_ng_triggered", 198 "builder_name": "v8_win64_rel_ng_triggered",
199 "properties": { 199 "properties": {
200 "category": "cq", 200 "category": "cq",
201 "issue": 12853011, 201 "issue": 12853011,
202 "master": "tryserver.v8", 202 "master": "tryserver.v8",
203 "parent_build_environment": {
204 "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",
205 "GYP_GENERATORS": "ninja"
206 },
203 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 207 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
204 "parent_got_revision_cp": "refs/heads/master@{#50110}", 208 "parent_got_revision_cp": "refs/heads/master@{#50110}",
205 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 209 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
206 "patch_project": "v8", 210 "patch_project": "v8",
207 "patch_storage": "rietveld", 211 "patch_storage": "rietveld",
208 "patchset": "1", 212 "patchset": "1",
209 "reason": "CQ", 213 "reason": "CQ",
210 "requester": "commit-bot@chromium.org", 214 "requester": "commit-bot@chromium.org",
211 "revision": "12345", 215 "revision": "12345",
212 "rietveld": "https://codereview.chromium.org", 216 "rietveld": "https://codereview.chromium.org",
213 "swarm_hashes": { 217 "swarm_hashes": {
214 "bot_default": "[dummy hash for bot_default]", 218 "bot_default": "[dummy hash for bot_default]",
215 "ignition": "[dummy hash for ignition]", 219 "ignition": "[dummy hash for ignition]",
216 "simdjs": "[dummy hash for simdjs]" 220 "simdjs": "[dummy hash for simdjs]"
217 } 221 }
218 } 222 }
219 } 223 }
220 ], 224 ],
221 "~followup_annotations": [ 225 "~followup_annotations": [
222 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 226 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
223 ] 227 ]
224 }, 228 },
225 { 229 {
226 "name": "$result", 230 "name": "$result",
227 "recipe_result": null, 231 "recipe_result": null,
228 "status_code": 0 232 "status_code": 0
229 } 233 }
230 ] 234 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698