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

Unified Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
index d504dd036f480cfb29e63628fc5cee094cd84721..7d7387a6827e3417672b571f912ae7a3a212d483 100644
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
@@ -4,6 +4,7 @@
"echo",
"{\n \"bad_revision\": \"314017\", \n \"bug_id\": \"\", \n \"builder_host\": \"master4.golo.chromium.org\", \n \"builder_port\": \"8341\", \n \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \n \"dummy_builds\": \"True\", \n \"good_revision\": \"314015\", \n \"gs_bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \n \"repeat_count\": \"2\", \n \"skip_gclient_ops\": \"True\", \n \"test_type\": \"perf\", \n \"truncate_percent\": \"0\"\n}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "config"
},
{
@@ -60,6 +61,7 @@
"cmd": [
"cat"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Results",
"stdin": "\n===== BISECT JOB RESULTS =====\nStatus: Failed\n\nTest Command: src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\nTest Metric: mean_input_event_latency/mean_input_event_latency\nRelative Change: None\nEstimated Confidence: 0.99%\nRetested CL with revert: Not Implemented.\n\n\n===== WARNINGS =====\nThe following warnings were raised by the bisect job:\n\n * This is a demo warning\n\n\n===== TESTED REVISIONS =====\ncommit_pos revision_string mean_value std_err good_or_bad? tested? culprit? \n\n\n\n==== INSTRUCTIONS TO REPRODUCE ====\nTo run locally:\n - Use the test command given under 'BISECT JOB RESULTS' above.\n - Consider using a profiler. Pass --profiler=list to list available profilers.\n\n\nTo reproduce on a performance try bot:\nsrc/tools/perf/run_benchmark -v --browser=<bot-name> smoothness.tough_scrolling_cases\n(Where <bot-name> comes from tools/perf/run_benchmark --browser=list)\n\nFor more details please visit\nhttps://sites.google.com/a/chromium.org/dev/developers/performance-try-bots\n\n\n| O O | Visit http://www.chromium.org/developers/core-principles for Chrome's\n| X | policy on perf regressions. Contact chrome-perf-dashboard-team with any\n| / \\ | questions or suggestions about bisecting. THANK YOU."
}

Powered by Google App Engine
This is Rietveld 408576698