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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json
index cfbad06cbd3a0604fc7ca16499257c9e5f1bc8dc..23c74c466884a9ef5514472805880270274dea43 100644
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json
@@ -6,7 +6,7 @@
"refs/heads/master",
"refs/remotes/origin/master"
],
- "cwd": "[TMP_BASE]/bogus_tmp_1",
+ "cwd": "[TMP]/bogus_tmp_1",
"name": "git update-ref"
},
{
@@ -15,12 +15,11 @@
"checkout",
"master"
],
- "cwd": "[TMP_BASE]/bogus_tmp_1",
+ "cwd": "[TMP]/bogus_tmp_1",
"name": "git checkout"
},
{
"cmd": [],
- "cwd": "[SLAVE_BUILD]",
"name": "config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
@@ -44,7 +43,6 @@
},
{
"cmd": [],
- "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range"
},
{
@@ -58,7 +56,6 @@
"--attempts",
"3"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314017}",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -80,7 +77,6 @@
"--attempts",
"3"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314015}",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -100,7 +96,6 @@
"--commit",
"deadbeef"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.fetch file deadbeef:DEPS",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -120,7 +115,6 @@
"--commit",
"c001c0de"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.fetch file c001c0de:DEPS",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -139,7 +133,6 @@
"deadbeef",
"chromium"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Reading culprit cl information.",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -159,7 +152,6 @@
"-u",
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
],
- "cwd": "[SLAVE_BUILD]",
"name": "Post bisect results",
"stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \"deadbeef\", \"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nContaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [], \"score\": 0.0, \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
"stdout": "/path/to/tmp/json",

Powered by Google App Engine
This is Rietveld 408576698