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

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

Issue 1906353002: Revert of 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ] 190 ]
191 }, 191 },
192 { 192 {
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 "build_environment": {
201 "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",
202 "GYP_GENERATORS": "ninja"
203 },
204 "category": "cq", 200 "category": "cq",
205 "issue": 12853011, 201 "issue": 12853011,
206 "master": "tryserver.v8", 202 "master": "tryserver.v8",
207 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 203 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
208 "parent_got_revision_cp": "refs/heads/master@{#50110}", 204 "parent_got_revision_cp": "refs/heads/master@{#50110}",
209 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 205 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
210 "patch_project": "v8", 206 "patch_project": "v8",
211 "patch_storage": "rietveld", 207 "patch_storage": "rietveld",
212 "patchset": "1", 208 "patchset": "1",
213 "reason": "CQ", 209 "reason": "CQ",
(...skipping 11 matching lines...) Expand all
225 "~followup_annotations": [ 221 "~followup_annotations": [
226 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 222 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
227 ] 223 ]
228 }, 224 },
229 { 225 {
230 "name": "$result", 226 "name": "$result",
231 "recipe_result": null, 227 "recipe_result": null,
232 "status_code": 0 228 "status_code": 0
233 } 229 }
234 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698