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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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_v8rel.expected/standard.json
diff --git a/scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json b/scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json
index 46a910f94fbe2235a9ea698cc1bd4a2bd937275e..11207991febc38cf05eb7714a406be0569227db4 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json
+++ b/scripts/slave/recipes/v8/auto_roll_v8rel.expected/standard.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -32,6 +33,7 @@
"--no_shallow",
"--with_branch_heads"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -100,6 +102,7 @@
"[SLAVE_BUILD]/v8-releases-update.json",
"gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-auto-roll/v8rel/v8-releases-update.json@@@"

Powered by Google App Engine
This is Rietveld 408576698