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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/depot_tools.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/run_presubmit.expected/depot_tools.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/depot_tools.json b/scripts/slave/recipes/run_presubmit.expected/depot_tools.json
index b466c0e071f0a9af245cae4481c3d231a1597f08..821337eae01aa1291abad1cc1b01da1d31edf0eb 100644
--- a/scripts/slave/recipes/run_presubmit.expected/depot_tools.json
+++ b/scripts/slave/recipes/run_presubmit.expected/depot_tools.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'depot_tools', 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'}]",
+ "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'depot_tools', 'url': 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'}]",
"--root",
"depot_tools",
"--revision_mapping_file",
"{\"depot_tools\": \"got_revision\"}",
"--git-cache-dir",
- "[GIT_CACHE]",
+ "[ROOT]/b/build/slave/cache_dir",
"--issue",
"12853011",
"--patchset",
@@ -30,7 +30,6 @@
"depot_tools@HEAD",
"--output_manifest"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -74,7 +73,7 @@
"-m",
"Committed patch"
],
- "cwd": "[SLAVE_BUILD]/depot_tools",
+ "cwd": "[CWD]/depot_tools",
"name": "commit git patch"
},
{
@@ -92,7 +91,7 @@
"--rietveld_email",
"",
"--root",
- "[SLAVE_BUILD]/depot_tools",
+ "[CWD]/depot_tools",
"--commit",
"--verbose",
"--verbose",
@@ -105,7 +104,6 @@
"--upstream",
"59bbfb4465019d8ed83bfe88fef566922953452a"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},

Powered by Google App Engine
This is Rietveld 408576698