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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.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/recipe_modules/auto_bisect/example.expected/invalid_config.json
diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
index 0b33fe7a04493e60cac1e020f0cafdbd19c3ec46..5a89f410482238c127b968794bc40c8040d6e83f 100644
--- a/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
+++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
@@ -6,7 +6,7 @@
"refs/heads/master",
"refs/remotes/origin/master"
],
- "cwd": "[TMP]/fake_checkout_tmp_1",
+ "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
"name": "git update-ref"
},
{
@@ -15,11 +15,12 @@
"checkout",
"master"
],
- "cwd": "[TMP]/fake_checkout_tmp_1",
+ "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
"name": "git checkout"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
@@ -50,6 +51,7 @@
"-u",
"import sys; sys.exit(1)"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"good_revision\".",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",

Powered by Google App Engine
This is Rietveld 408576698