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

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

Powered by Google App Engine
This is Rietveld 408576698