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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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 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 23c74c466884a9ef5514472805880270274dea43..cfbad06cbd3a0604fc7ca16499257c9e5f1bc8dc 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]/bogus_tmp_1",
+ "cwd": "[TMP_BASE]/bogus_tmp_1",
"name": "git update-ref"
},
{
@@ -15,11 +15,12 @@
"checkout",
"master"
],
- "cwd": "[TMP]/bogus_tmp_1",
+ "cwd": "[TMP_BASE]/bogus_tmp_1",
"name": "git checkout"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
@@ -43,6 +44,7 @@
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range"
},
{
@@ -56,6 +58,7 @@
"--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": [
@@ -77,6 +80,7 @@
"--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": [
@@ -96,6 +100,7 @@
"--commit",
"deadbeef"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.fetch file deadbeef:DEPS",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -115,6 +120,7 @@
"--commit",
"c001c0de"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Resolving reference range.fetch file c001c0de:DEPS",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -133,6 +139,7 @@
"deadbeef",
"chromium"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Reading culprit cl information.",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -152,6 +159,7 @@
"-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