OLD | NEW |
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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/chromium/src.git'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'ur
l': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'
}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.g
ooglesource.com/skia.git'}]" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "env": { | 12 "env": { |
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
13 }, | 14 }, |
14 "name": "gclient setup" | 15 "name": "gclient setup" |
15 }, | 16 }, |
16 { | 17 { |
17 "cmd": [ | 18 "cmd": [ |
18 "python", | 19 "python", |
19 "-u", | 20 "-u", |
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
21 "sync", | 22 "sync", |
22 "--nohooks", | 23 "--nohooks", |
23 "--force", | 24 "--force", |
24 "--verbose", | 25 "--verbose", |
25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
26 "--output-json", | 27 "--output-json", |
27 "/path/to/tmp/json" | 28 "/path/to/tmp/json" |
28 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
29 "env": { | 31 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 33 }, |
32 "name": "gclient sync", | 34 "name": "gclient sync", |
33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 43 "@@@STEP_LOG_LINE@json.output@ }@@@", |
42 "@@@STEP_LOG_LINE@json.output@ }@@@", | 44 "@@@STEP_LOG_LINE@json.output@ }@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@", | 46 "@@@STEP_LOG_END@json.output@@@", |
45 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 47 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
46 ] | 48 ] |
47 }, | 49 }, |
48 { | 50 { |
49 "cmd": [ | 51 "cmd": [ |
50 "python", | 52 "python", |
51 "-u", | 53 "-u", |
52 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
53 "runhooks" | 55 "runhooks" |
54 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
55 "env": { | 58 "env": { |
56 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", | 59 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", |
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
58 }, | 61 }, |
59 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
60 }, | 63 }, |
61 { | 64 { |
62 "cmd": [ | 65 "cmd": [ |
63 "build/gyp_chromium" | 66 "build/gyp_chromium" |
64 ], | 67 ], |
65 "cwd": "[CWD]/src", | 68 "cwd": "[SLAVE_BUILD]/src", |
66 "env": { | 69 "env": { |
67 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", | 70 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", |
68 "GYP_GENERATORS": "ninja" | 71 "GYP_GENERATORS": "ninja" |
69 }, | 72 }, |
70 "name": "gyp_chromium" | 73 "name": "gyp_chromium" |
71 }, | 74 }, |
72 { | 75 { |
73 "cmd": [ | 76 "cmd": [ |
74 "ninja", | 77 "ninja", |
75 "-C", | 78 "-C", |
76 "out/Release", | 79 "out/Release", |
77 "chrome" | 80 "chrome" |
78 ], | 81 ], |
79 "cwd": "[CWD]/src", | 82 "cwd": "[SLAVE_BUILD]/src", |
80 "name": "Build Chrome" | 83 "name": "Build Chrome" |
81 }, | 84 }, |
82 { | 85 { |
83 "cmd": [ | 86 "cmd": [ |
84 "python", | 87 "python", |
85 "[ROOT]/b/build/scripts/slave/skia/recreate_skps.py", | 88 "[BUILD]/scripts/slave/skia/recreate_skps.py", |
86 "[CWD]/src", | 89 "[SLAVE_BUILD]/src", |
87 "[CWD]/src/out/Release/chrome" | 90 "[SLAVE_BUILD]/src/out/Release/chrome" |
88 ], | 91 ], |
89 "cwd": "[CWD]/skia", | 92 "cwd": "[SLAVE_BUILD]/skia", |
90 "name": "Recreate SKPs" | 93 "name": "Recreate SKPs" |
91 }, | 94 }, |
92 { | 95 { |
93 "name": "$result", | 96 "name": "$result", |
94 "recipe_result": null, | 97 "recipe_result": null, |
95 "status_code": 0 | 98 "status_code": 0 |
96 } | 99 } |
97 ] | 100 ] |
OLD | NEW |