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

Unified Diff: scripts/slave/recipes/catapult.expected/basic.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
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | scripts/slave/recipes/catapult_cron.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/catapult.expected/basic.json
diff --git a/scripts/slave/recipes/catapult.expected/basic.json b/scripts/slave/recipes/catapult.expected/basic.json
index 465f24591b4d64f2785e60e2b5a1dc71463d9718..c4b9d74bed7c5f29092b5b357a616a85b2576545 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/basic.json
@@ -11,13 +11,13 @@
"--slave",
"windows_slave",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git'}]",
"--root",
"catapult",
"--revision_mapping_file",
"{\"catapult\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -25,6 +25,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -63,6 +64,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -80,6 +82,7 @@
"--format",
"text"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Fetch SDK downloader"
},
{
@@ -89,6 +92,7 @@
"\"<simulated contents of get_appengine.py>\"",
"--dest=."
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Run SDK downloader",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@\"<simulated contents of get_appengine.py>\"@@@",
@@ -99,17 +103,17 @@
"cmd": [
"python",
"-u",
- "[CWD]/catapult/catapult_build/build_steps.py",
+ "[SLAVE_BUILD]/catapult/catapult_build/build_steps.py",
"--api-path-checkout",
- "[CWD]/catapult",
+ "[SLAVE_BUILD]/catapult",
"--app-engine-sdk-pythonpath",
- "%(PYTHONPATH)s:[CWD]/google_appengine",
+ "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine",
"--platform",
"linux",
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[CWD]/catapult",
+ "cwd": "[SLAVE_BUILD]/catapult",
"name": "gen step(build_steps.py)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | scripts/slave/recipes/catapult_cron.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698