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

Unified Diff: scripts/slave/recipes/v8/auto_tag.expected/missing.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/v8/auto_tag.expected/missing.json
diff --git a/scripts/slave/recipes/v8/auto_tag.expected/missing.json b/scripts/slave/recipes/v8/auto_tag.expected/missing.json
index 4c2b60782b7da4914057bcab046ca8ab353fb2f3..fa1d7bb45ca6221df1f7e1478ab7172bcd9aa664 100644
--- a/scripts/slave/recipes/v8/auto_tag.expected/missing.json
+++ b/scripts/slave/recipes/v8/auto_tag.expected/missing.json
@@ -6,8 +6,9 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"config",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]"
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -27,6 +28,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -50,7 +52,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git checkout"
},
{
@@ -60,7 +62,7 @@
"-D",
"work"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git branch"
},
{
@@ -69,7 +71,7 @@
"clean",
"-ffd"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git clean"
},
{
@@ -78,7 +80,7 @@
"show",
"refs/remotes/branch-heads/3.4:include/v8-version.h"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "Check latest version file",
"stdout": "/path/to/tmp/"
},
@@ -88,12 +90,13 @@
"show",
"refs/remotes/branch-heads/3.4~1:include/v8-version.h"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "Check previous version file",
"stdout": "/path/to/tmp/"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "Incorrect patch levels between 3.4.3.1 and 3.4.3.3",
"~followup_annotations": [
"@@@STEP_WARNINGS@@@"
@@ -107,7 +110,7 @@
"--format=%H",
"refs/remotes/branch-heads/3.4"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git log",
"stdout": "/path/to/tmp/"
},
@@ -117,7 +120,7 @@
"show",
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6:include/v8-version.h"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "Check head version file",
"stdout": "/path/to/tmp/"
},
@@ -128,7 +131,7 @@
"--tags",
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git describe",
"stdout": "/path/to/tmp/"
},
@@ -139,7 +142,7 @@
"https://chromium.googlesource.com/v8/v8",
"refs/heads/3.4-lkgr"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git ls-remote 3.4-lkgr",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -154,7 +157,7 @@
"https://chromium.googlesource.com/v8/v8",
"+c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6:refs/heads/3.4-lkgr"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git push"
},
{
« no previous file with comments | « scripts/slave/recipes/v8/auto_tag.expected/dry_run.json ('k') | scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698