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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.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/cros/cbuildbot_tryjob.expected/etc.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json
index 75ea9edd60a430ffd4abf38c15dcc901192ef601..d2c8be39a5b269392dc7432dd437186a81c577e0 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json
@@ -11,6 +11,7 @@
"--attempts",
"10"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Fetch tryjob commit",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -55,6 +56,7 @@
"--attempts",
"10"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Fetch tryjob descriptor (user/user.12345)",
"~followup_annotations": [
"@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'--remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@"
@@ -83,6 +85,7 @@
"chromite@master:",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",

Powered by Google App Engine
This is Rietveld 408576698