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

Unified Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update.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_release_process.expected/update.json
diff --git a/scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json b/scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json
index 8be48be77b387988eda17b7dcb2c9e549b9d234c..525d3f6acecc83f76ebb54ee7ba913340a45103d 100644
--- a/scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json
+++ b/scripts/slave/recipes/v8/auto_roll_release_process.expected/update.json
@@ -23,6 +23,7 @@
"--force",
"--no_shallow"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -50,6 +51,7 @@
"[BUILD]/scripts/tools/pycurl.py",
"https://v8-status.appspot.com/lkgr"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "get new lkgr",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -110,6 +112,7 @@
"[SLAVE_BUILD]/refs_heads_lkgr.log",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Read refs_heads_lkgr.log"
},
{
@@ -120,6 +123,7 @@
"\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004",
"[SLAVE_BUILD]/refs_heads_lkgr.log"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Write refs_heads_lkgr.log"
},
{
@@ -136,6 +140,7 @@
"[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@@@"
@@ -199,6 +204,7 @@
"[SLAVE_BUILD]/timestamp.txt",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "check timestamp"
},
{
@@ -211,6 +217,7 @@
"--results-file",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "check clusterfuzz",
"stderr": "/path/to/tmp/err",
"stdout": "/path/to/tmp/out"
@@ -220,6 +227,7 @@
"echo",
"Current candidate is 10h old (limit: 8h)."
],
+ "cwd": "[SLAVE_BUILD]",
"name": "log"
},
{
@@ -250,6 +258,7 @@
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008",
"[SLAVE_BUILD]/refs_heads_candidate.log"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Write refs_heads_candidate.log"
},
{
@@ -266,6 +275,7 @@
"[SLAVE_BUILD]/refs_heads_candidate.log",
"gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload (2)",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log@@@"
@@ -279,6 +289,7 @@
"396010",
"[SLAVE_BUILD]/timestamp.txt"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "update timestamp"
}
]

Powered by Google App Engine
This is Rietveld 408576698