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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/slave_deps.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/run_presubmit.expected/slave_deps.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/slave_deps.json b/scripts/slave/recipes/run_presubmit.expected/slave_deps.json
index dc89e51a86e3365c5a1474f672d4f0404ffc93da..7cfe8500503f1de3c31964b69a5a8e6a748a9d6b 100644
--- a/scripts/slave/recipes/run_presubmit.expected/slave_deps.json
+++ b/scripts/slave/recipes/run_presubmit.expected/slave_deps.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'build_internal/slave.DEPS', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build/slave.DEPS.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'build_internal/slave.DEPS', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build/slave.DEPS.git'}]",
"--root",
"build_internal/slave.DEPS",
"--revision_mapping_file",
"{\"build_internal/slave.DEPS\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--issue",
"12853011",
"--patchset",
@@ -30,6 +30,7 @@
"build_internal/slave.DEPS@HEAD",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -73,7 +74,7 @@
"-m",
"Committed patch"
],
- "cwd": "[CWD]/build_internal/slave.DEPS",
+ "cwd": "[SLAVE_BUILD]/build_internal/slave.DEPS",
"name": "commit git patch"
},
{
@@ -91,7 +92,7 @@
"--rietveld_email",
"",
"--root",
- "[CWD]/build_internal/slave.DEPS",
+ "[SLAVE_BUILD]/build_internal/slave.DEPS",
"--commit",
"--verbose",
"--verbose",
@@ -104,6 +105,7 @@
"--upstream",
"a6b2a23900c876d4bcc03a18710abb26cb95996d"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/skia.json ('k') | scripts/slave/recipes/run_presubmit.expected/v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698