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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/tools_build.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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/tools_build.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/tools_build.json b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
index 6e613d432d626d5ea4d72db7846e5af75d2cee72..b5001b53d2b6c0980e0f8bac3561d4d2e6a7e81a 100644
--- a/scripts/slave/recipes/run_presubmit.expected/tools_build.json
+++ b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"config",
"--spec",
"cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]"
@@ -20,7 +20,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"sync",
"--verbose",
"--with_branch_heads",
@@ -46,7 +46,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"recurse",
"git",
"config",
@@ -59,7 +59,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"recurse",
"git",
"config",
@@ -75,7 +75,7 @@
"user.email",
"commit-bot@chromium.org"
],
- "cwd": "[SLAVE_BUILD_ROOT]/build",
+ "cwd": "[SLAVE_BUILD]/build",
"name": "git config user.email",
"seed_steps": [
"git config user.email",
@@ -90,7 +90,7 @@
"user.name",
"The Commit Bot"
],
- "cwd": "[SLAVE_BUILD_ROOT]/build",
+ "cwd": "[SLAVE_BUILD]/build",
"name": "git config user.name"
},
{
@@ -99,16 +99,16 @@
"clean",
"-xfq"
],
- "cwd": "[SLAVE_BUILD_ROOT]/build",
+ "cwd": "[SLAVE_BUILD]/build",
"name": "git clean"
},
{
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/apply_issue.py",
+ "[DEPOT_TOOLS]/apply_issue.py",
"-r",
- "[SLAVE_BUILD_ROOT]/build",
+ "[SLAVE_BUILD]/build",
"-i",
"12853011",
"-p",
@@ -121,9 +121,9 @@
},
{
"cmd": [
- "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
+ "[DEPOT_TOOLS]/presubmit_support.py",
"--root",
- "[SLAVE_BUILD_ROOT]/build",
+ "[SLAVE_BUILD]/build",
"--commit",
"--verbose",
"--verbose",
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/chromium.json ('k') | scripts/slave/recipes/v8.expected/Debug32.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698