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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_rel_clobber.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 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 44 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
43 "[SLAVE_BUILD]/crashpad/out" 45 "[SLAVE_BUILD]/crashpad/out"
44 ], 46 ],
47 "cwd": "[SLAVE_BUILD]",
45 "name": "rmtree out", 48 "name": "rmtree out",
46 "~followup_annotations": [ 49 "~followup_annotations": [
47 "@@@STEP_LOG_LINE@python.inline@@@@", 50 "@@@STEP_LOG_LINE@python.inline@@@@",
48 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 51 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
49 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 52 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
50 "@@@STEP_LOG_LINE@python.inline@@@@", 53 "@@@STEP_LOG_LINE@python.inline@@@@",
51 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 54 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
52 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 55 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
53 "@@@STEP_LOG_END@python.inline@@@" 56 "@@@STEP_LOG_END@python.inline@@@"
54 ] 57 ]
55 }, 58 },
56 { 59 {
57 "cmd": [ 60 "cmd": [
58 "python", 61 "python",
59 "-u", 62 "-u",
60 "[DEPOT_TOOLS]/gclient.py", 63 "[DEPOT_TOOLS]/gclient.py",
61 "runhooks" 64 "runhooks"
62 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
63 "name": "gclient runhooks" 67 "name": "gclient runhooks"
64 }, 68 },
65 { 69 {
66 "cmd": [ 70 "cmd": [
67 "ninja", 71 "ninja",
68 "-C", 72 "-C",
69 "[SLAVE_BUILD]/crashpad/out/Release" 73 "[SLAVE_BUILD]/crashpad/out/Release"
70 ], 74 ],
75 "cwd": "[SLAVE_BUILD]",
71 "name": "compile with ninja" 76 "name": "compile with ninja"
72 }, 77 },
73 { 78 {
74 "cmd": [ 79 "cmd": [
75 "python", 80 "python",
76 "-u", 81 "-u",
77 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 82 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
78 "Release" 83 "Release"
79 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
80 "name": "run tests" 86 "name": "run tests"
81 } 87 }
82 ] 88 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698