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

Unified Diff: scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.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_roll_push.expected/rolling_deactivated.json
diff --git a/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json b/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json
index dddd1c376468431fb076f99679f5caa692a8a632..3d5829cad3e72ccc54bf9b57e062994a00f7d17a 100644
--- a/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json
+++ b/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json
@@ -8,6 +8,7 @@
"python",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -22,13 +23,13 @@
"--slave",
"TestSlavename",
"--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'}]",
"--root",
"v8",
"--revision_mapping_file",
"{\"v8\": \"got_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -37,6 +38,7 @@
"--no_shallow",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -72,10 +74,11 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/tools/runit.py",
- "[ROOT]/b/build/scripts/tools/pycurl.py",
+ "[BUILD]/scripts/tools/runit.py",
+ "[BUILD]/scripts/tools/pycurl.py",
"https://v8-roll.appspot.com/status"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "check roll status",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_push.py ('k') | scripts/slave/recipes/v8/auto_roll_push.expected/standard.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698