Index: scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json |
diff --git a/scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json b/scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json |
index 48ee5848dd3bcb145d6cd231c0443278e62054d9..0a9ad68d7a263f8c5a960389dd37944d340373de 100644 |
--- a/scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json |
+++ b/scripts/slave/recipes/v8/auto_roll_release_process.expected/new_lkgr_failed_timestamp.json |
@@ -11,13 +11,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", |
@@ -26,6 +26,7 @@ |
"--no_shallow", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -61,10 +62,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-status.appspot.com/lkgr" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "get new lkgr", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -79,7 +81,7 @@ |
"https://chromium.googlesource.com/v8/v8", |
"+refs/heads/lkgr:refs/heads/lkgr" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git fetch" |
}, |
{ |
@@ -89,7 +91,7 @@ |
"-s", |
"refs/heads/lkgr" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git show-ref refs/heads/lkgr", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -104,7 +106,7 @@ |
"refs/heads/lkgr", |
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git update-ref" |
}, |
{ |
@@ -114,7 +116,7 @@ |
"https://chromium.googlesource.com/v8/v8", |
"refs/heads/lkgr:refs/heads/lkgr" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git push" |
}, |
{ |
@@ -122,9 +124,10 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[CWD]/refs_heads_lkgr.log", |
+ "[SLAVE_BUILD]/refs_heads_lkgr.log", |
"/path/to/tmp/" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Read refs_heads_lkgr.log" |
}, |
{ |
@@ -133,8 +136,9 @@ |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
"\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", |
- "[CWD]/refs_heads_lkgr.log" |
+ "[SLAVE_BUILD]/refs_heads_lkgr.log" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Write refs_heads_lkgr.log" |
}, |
{ |
@@ -143,12 +147,13 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[ROOT]/b/depot_tools/gsutil.py", |
+ "[DEPOT_TOOLS]/gsutil.py", |
"----", |
"cp", |
- "[CWD]/refs_heads_lkgr.log", |
+ "[SLAVE_BUILD]/refs_heads_lkgr.log", |
"gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gsutil upload", |
"~followup_annotations": [ |
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log@@@" |
@@ -161,7 +166,7 @@ |
"https://chromium.googlesource.com/v8/v8", |
"+refs/heads/candidate:refs/heads/candidate" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git fetch (2)" |
}, |
{ |
@@ -171,7 +176,7 @@ |
"-s", |
"refs/heads/candidate" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git show-ref refs/heads/candidate", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -186,7 +191,7 @@ |
"https://chromium.googlesource.com/v8/v8", |
"+refs/heads/roll:refs/heads/roll" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git fetch (3)" |
}, |
{ |
@@ -196,7 +201,7 @@ |
"-s", |
"refs/heads/roll" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git show-ref refs/heads/roll", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -209,9 +214,10 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[CWD]/timestamp.txt", |
+ "[SLAVE_BUILD]/timestamp.txt", |
"/path/to/tmp/" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "check timestamp", |
"~followup_annotations": [ |
"step returned non-zero exit code: 1", |
@@ -224,20 +230,22 @@ |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
"396006", |
- "[CWD]/timestamp.txt" |
+ "[SLAVE_BUILD]/timestamp.txt" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "init timestamp" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/v8/tools/release/check_clusterfuzz.py", |
+ "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", |
"--key-file", |
- "[CWD]/.cf_key", |
+ "[SLAVE_BUILD]/.cf_key", |
"--results-file", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "check clusterfuzz", |
"stderr": "/path/to/tmp/err", |
"stdout": "/path/to/tmp/out" |
@@ -247,6 +255,7 @@ |
"echo", |
"Current candidate is 0h old (limit: 8h)." |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "log" |
}, |
{ |