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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_dbg.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]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git '}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "gclient setup" 12 "name": "gclient setup"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[DEPOT_TOOLS]/gclient.py", 18 "[DEPOT_TOOLS]/gclient.py",
18 "sync", 19 "sync",
19 "--nohooks", 20 "--nohooks",
20 "--force", 21 "--force",
21 "--verbose", 22 "--verbose",
22 "--delete_unversioned_trees", 23 "--delete_unversioned_trees",
23 "--output-json", 24 "--output-json",
24 "/path/to/tmp/json" 25 "/path/to/tmp/json"
25 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
26 "name": "gclient sync", 28 "name": "gclient sync",
27 "~followup_annotations": [ 29 "~followup_annotations": [
28 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
32 "@@@STEP_LOG_LINE@json.output@ }@@@", 34 "@@@STEP_LOG_LINE@json.output@ }@@@",
33 "@@@STEP_LOG_LINE@json.output@ }@@@", 35 "@@@STEP_LOG_LINE@json.output@ }@@@",
34 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
35 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
36 ] 38 ]
37 }, 39 },
38 { 40 {
39 "cmd": [ 41 "cmd": [
40 "python", 42 "python",
41 "-u", 43 "-u",
42 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
43 "runhooks" 45 "runhooks"
44 ], 46 ],
47 "cwd": "[SLAVE_BUILD]",
45 "name": "gclient runhooks" 48 "name": "gclient runhooks"
46 }, 49 },
47 { 50 {
48 "cmd": [ 51 "cmd": [
49 "ninja", 52 "ninja",
50 "-C", 53 "-C",
51 "[SLAVE_BUILD]/crashpad/out/Debug" 54 "[SLAVE_BUILD]/crashpad/out/Debug"
52 ], 55 ],
56 "cwd": "[SLAVE_BUILD]",
53 "name": "compile with ninja" 57 "name": "compile with ninja"
54 }, 58 },
55 { 59 {
56 "cmd": [ 60 "cmd": [
57 "python", 61 "python",
58 "-u", 62 "-u",
59 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 63 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
60 "Debug" 64 "Debug"
61 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
62 "name": "run tests" 67 "name": "run tests"
63 } 68 }
64 ] 69 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698