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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_dbg_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_dbg_ng", 10 "v8_linux_dbg_ng",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "cmd": [], 210 "cmd": [],
211 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
212 "name": "trigger", 212 "name": "trigger",
213 "trigger_specs": [ 213 "trigger_specs": [
214 { 214 {
215 "builder_name": "v8_linux_dbg_ng_triggered", 215 "builder_name": "v8_linux_dbg_ng_triggered",
216 "properties": { 216 "properties": {
217 "category": "cq", 217 "category": "cq",
218 "issue": 12853011, 218 "issue": 12853011,
219 "master": "tryserver.v8", 219 "master": "tryserver.v8",
220 "parent_build_environment": {
221 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 target_arch=i a32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized _debug=1 v8_target_arch=ia32",
222 "GYP_GENERATORS": "ninja"
223 },
220 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 224 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
221 "parent_got_revision_cp": "refs/heads/master@{#50110}", 225 "parent_got_revision_cp": "refs/heads/master@{#50110}",
222 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 226 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
223 "patch_project": "v8", 227 "patch_project": "v8",
224 "patch_storage": "rietveld", 228 "patch_storage": "rietveld",
225 "patchset": "1", 229 "patchset": "1",
226 "reason": "CQ", 230 "reason": "CQ",
227 "requester": "commit-bot@chromium.org", 231 "requester": "commit-bot@chromium.org",
228 "revision": "12345", 232 "revision": "12345",
229 "rietveld": "https://codereview.chromium.org", 233 "rietveld": "https://codereview.chromium.org",
(...skipping 12 matching lines...) Expand all
242 "~followup_annotations": [ 246 "~followup_annotations": [
243 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" 247 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@"
244 ] 248 ]
245 }, 249 },
246 { 250 {
247 "name": "$result", 251 "name": "$result",
248 "recipe_result": null, 252 "recipe_result": null,
249 "status_code": 0 253 "status_code": 0
250 } 254 }
251 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698