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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.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/Release" 60 "[CWD]/crashpad/out/Release"
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 "ninja", 66 "ninja",
71 "-C", 67 "-C",
72 "[SLAVE_BUILD]/crashpad/out/Release_x64" 68 "[CWD]/crashpad/out/Release_x64"
73 ], 69 ],
74 "cwd": "[SLAVE_BUILD]",
75 "name": "compile with ninja (2)" 70 "name": "compile with ninja (2)"
76 }, 71 },
77 { 72 {
78 "cmd": [ 73 "cmd": [
79 "python", 74 "python",
80 "-u", 75 "-u",
81 "[SLAVE_BUILD]/crashpad/build/run_tests.py", 76 "[CWD]/crashpad/build/run_tests.py",
82 "Release_x64" 77 "Release_x64"
83 ], 78 ],
84 "cwd": "[SLAVE_BUILD]",
85 "name": "run tests" 79 "name": "run tests"
86 }, 80 },
87 { 81 {
88 "name": "$result", 82 "name": "$result",
89 "recipe_result": null, 83 "recipe_result": null,
90 "status_code": 0 84 "status_code": 0
91 } 85 }
92 ] 86 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698