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

Unified Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.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/client.drmemory.recipe_autogen.expected/linux_cr_builder.json
diff --git a/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json b/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json
index cafdd9f126f3e12896b2070b36a452c059e3b8bd..c466c9e8a1c12ba62bbf210bc1c8a1b9db16a4a1 100644
--- a/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json
+++ b/scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_cr_builder.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlave",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_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]"
},
@@ -84,8 +85,9 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py"
+ "[BUILD]/scripts/slave/runhooks_wrapper.py"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROMIUM_GYP_SYNTAX_CHECK": "1",
"DEPOT_TOOLS_UPDATE": "0",
@@ -104,13 +106,14 @@
"python",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/compile.py",
+ "[BUILD]/scripts/slave/compile.py",
"--target",
"Release",
"--build-tool=ninja",
@@ -128,6 +131,7 @@
"unit_tests",
"url_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{

Powered by Google App Engine
This is Rietveld 408576698