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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 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 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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra shpad.git'}]" 9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesour ce.com/crashpad/crashpad.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
12 "env": { 11 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
14 }, 13 },
15 "name": "gclient setup" 14 "name": "gclient setup"
16 }, 15 },
17 { 16 {
18 "cmd": [ 17 "cmd": [
19 "python", 18 "python",
20 "-u", 19 "-u",
21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
22 "sync", 21 "sync",
23 "--nohooks", 22 "--nohooks",
24 "--force", 23 "--force",
25 "--verbose", 24 "--verbose",
26 "--delete_unversioned_trees", 25 "--delete_unversioned_trees",
27 "--output-json", 26 "--output-json",
28 "/path/to/tmp/json" 27 "/path/to/tmp/json"
29 ], 28 ],
30 "cwd": "[SLAVE_BUILD]",
31 "env": { 29 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 31 },
34 "name": "gclient sync", 32 "name": "gclient sync",
35 "~followup_annotations": [ 33 "~followup_annotations": [
36 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
40 "@@@STEP_LOG_LINE@json.output@ }@@@", 38 "@@@STEP_LOG_LINE@json.output@ }@@@",
41 "@@@STEP_LOG_LINE@json.output@ }@@@", 39 "@@@STEP_LOG_LINE@json.output@ }@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 40 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 41 "@@@STEP_LOG_END@json.output@@@"
44 ] 42 ]
45 }, 43 },
46 { 44 {
47 "cmd": [ 45 "cmd": [
48 "python", 46 "python",
49 "-u", 47 "-u",
50 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 48 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
51 "runhooks" 49 "runhooks"
52 ], 50 ],
53 "cwd": "[SLAVE_BUILD]",
54 "env": { 51 "env": {
55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
56 }, 53 },
57 "name": "gclient runhooks" 54 "name": "gclient runhooks"
58 }, 55 },
59 { 56 {
60 "cmd": [ 57 "cmd": [
61 "ninja", 58 "ninja",
62 "-C", 59 "-C",
63 "[SLAVE_BUILD]/crashpad/out/Debug" 60 "[CWD]/crashpad/out/Debug"
64 ], 61 ],
65 "cwd": "[SLAVE_BUILD]",
66 "name": "compile with ninja" 62 "name": "compile with ninja"
67 }, 63 },
68 { 64 {
69 "cmd": [ 65 "cmd": [
70 "python", 66 "python",
71 "-u", 67 "-u",
72 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 68 "[CWD]/crashpad/build/run_tests.py",
73 "Debug" 69 "Debug"
74 ], 70 ],
75 "cwd": "[SLAVE_BUILD]",
76 "name": "run tests" 71 "name": "run tests"
77 }, 72 },
78 { 73 {
79 "name": "$result", 74 "name": "$result",
80 "recipe_result": null, 75 "recipe_result": null,
81 "status_code": 0 76 "status_code": 0
82 } 77 }
83 ] 78 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698