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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_dbg_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_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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 ] 207 ]
208 }, 208 },
209 { 209 {
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 "build_environment": {
218 "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",
219 "GYP_GENERATORS": "ninja"
220 },
221 "category": "cq", 217 "category": "cq",
222 "issue": 12853011, 218 "issue": 12853011,
223 "master": "tryserver.v8", 219 "master": "tryserver.v8",
224 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 220 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
225 "parent_got_revision_cp": "refs/heads/master@{#50110}", 221 "parent_got_revision_cp": "refs/heads/master@{#50110}",
226 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 222 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
227 "patch_project": "v8", 223 "patch_project": "v8",
228 "patch_storage": "rietveld", 224 "patch_storage": "rietveld",
229 "patchset": "1", 225 "patchset": "1",
230 "reason": "CQ", 226 "reason": "CQ",
(...skipping 15 matching lines...) Expand all
246 "~followup_annotations": [ 242 "~followup_annotations": [
247 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" 243 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@"
248 ] 244 ]
249 }, 245 },
250 { 246 {
251 "name": "$result", 247 "name": "$result",
252 "recipe_result": null, 248 "recipe_result": null,
253 "status_code": 0 249 "status_code": 0
254 } 250 }
255 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698