Index: scripts/slave/recipes/gatekeeper.expected/basic.json |
diff --git a/scripts/slave/recipes/gatekeeper.expected/basic.json b/scripts/slave/recipes/gatekeeper.expected/basic.json |
index 340a87521920c9d366c72e42f30ac69cd06452e9..e8aaf10d5e72c991f6e1abf60d0c8da607b9a0f1 100644 |
--- a/scripts/slave/recipes/gatekeeper.expected/basic.json |
+++ b/scripts/slave/recipes/gatekeeper.expected/basic.json |
@@ -4,9 +4,10 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[ROOT]/b/build/scripts/slave/gatekeeper_trees.json", |
+ "[BUILD]/scripts/slave/gatekeeper_trees.json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "reading gatekeeper_trees.json", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -38,8 +39,9 @@ |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py", |
"-v", |
"--json", |
- "[ROOT]/b/build/scripts/slave/gatekeeper.json" |
+ "[BUILD]/scripts/slave/gatekeeper.json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gatekeeper: chromium" |
}, |
{ |
@@ -49,7 +51,7 @@ |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py", |
"-v", |
"--json", |
- "[ROOT]/b/build/scripts/slave/gatekeeper.json", |
+ "[BUILD]/scripts/slave/gatekeeper.json", |
"--status-url", |
"https://blink-status.appspot.com", |
"--sheriff-url", |
@@ -71,6 +73,7 @@ |
"gatekeeper@google.com", |
"https://build.chromium.org/p/chromium.webkit" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gatekeeper: blink" |
}, |
{ |