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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/recipes-py.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/recipes-py.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/recipes-py.json b/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
index d7ffac4db12097b72ca3a6c1cc5bb402aeb61cd1..3ee425939b0fe45a8e9778f631e82576e06a0565 100644
--- a/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
+++ b/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
"--root",
"infra/recipes-py",
"--revision_mapping_file",
"{\"infra/recipes-py\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--issue",
"12853011",
"--patchset",
@@ -32,6 +32,7 @@
"infra/recipes-py@HEAD",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -76,7 +77,7 @@
"-m",
"Committed patch"
],
- "cwd": "[CWD]/infra/recipes-py",
+ "cwd": "[SLAVE_BUILD]/infra/recipes-py",
"name": "commit git patch"
},
{
@@ -86,6 +87,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -106,7 +108,7 @@
"--rietveld_email",
"",
"--root",
- "[CWD]/infra/recipes-py",
+ "[SLAVE_BUILD]/infra/recipes-py",
"--commit",
"--verbose",
"--verbose",
@@ -119,6 +121,7 @@
"--upstream",
"566be4c6bf5a619a0f53810d649ca87525be7d24"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/nacl.json ('k') | scripts/slave/recipes/run_presubmit.expected/skia.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698