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

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

Issue 1062583003: Adding config step to output the bisect config dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Sorting keys. Created 5 years, 9 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/basic_test.json
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json
index 5f71a78d9217d5e4e5f872427f640a75d4aae615..7adb03ddcbadf212582ea6df6fe1b9d270501ccf 100644
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json
@@ -1,6 +1,13 @@
[
{
"cmd": [
+ "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}"
+ ],
+ "name": "config"
+ },
+ {
+ "cmd": [
"git",
"log",
"--format=hash:%H",

Powered by Google App Engine
This is Rietveld 408576698