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

Side by Side Diff: scripts/slave/recipe_modules/tryserver/example.expected/with_rietveld_patch.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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/apply_issue.py", 6 "[DEPOT_TOOLS]/apply_issue.py",
7 "-r", 7 "-r",
8 "[SLAVE_BUILD]", 8 "[SLAVE_BUILD]",
9 "-i", 9 "-i",
10 "12853011", 10 "12853011",
11 "-p", 11 "-p",
12 "1", 12 "1",
13 "-s", 13 "-s",
14 "https://codereview.chromium.org", 14 "https://codereview.chromium.org",
15 "--no-auth" 15 "--no-auth"
16 ], 16 ],
17 "cwd": "[SLAVE_BUILD]",
17 "name": "apply_issue", 18 "name": "apply_issue",
18 "~followup_annotations": [ 19 "~followup_annotations": [
19 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@" 20 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@"
20 ] 21 ]
21 } 22 }
22 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698