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 = '[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'}]" | 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'}]" |
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@ \"skia/\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
43 "@@@STEP_LOG_LINE@json.output@ }@@@", | 41 "@@@STEP_LOG_LINE@json.output@ }@@@", |
44 "@@@STEP_LOG_LINE@json.output@ }@@@", | 42 "@@@STEP_LOG_LINE@json.output@ }@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@", | 44 "@@@STEP_LOG_END@json.output@@@", |
47 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 45 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
48 ] | 46 ] |
49 }, | 47 }, |
50 { | 48 { |
51 "cmd": [ | 49 "cmd": [ |
52 "python", | 50 "python", |
53 "-u", | 51 "-u", |
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 52 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
55 "runhooks" | 53 "runhooks" |
56 ], | 54 ], |
57 "cwd": "[SLAVE_BUILD]", | |
58 "env": { | 55 "env": { |
59 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", | 56 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", |
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
61 }, | 58 }, |
62 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
63 }, | 60 }, |
64 { | 61 { |
65 "cmd": [ | 62 "cmd": [ |
66 "build/gyp_chromium" | 63 "build/gyp_chromium" |
67 ], | 64 ], |
68 "cwd": "[SLAVE_BUILD]/src", | 65 "cwd": "[CWD]/src", |
69 "env": { | 66 "env": { |
70 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", | 67 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", |
71 "GYP_GENERATORS": "ninja" | 68 "GYP_GENERATORS": "ninja" |
72 }, | 69 }, |
73 "name": "gyp_chromium" | 70 "name": "gyp_chromium" |
74 }, | 71 }, |
75 { | 72 { |
76 "cmd": [ | 73 "cmd": [ |
77 "ninja", | 74 "ninja", |
78 "-C", | 75 "-C", |
79 "out/Release", | 76 "out/Release", |
80 "chrome" | 77 "chrome" |
81 ], | 78 ], |
82 "cwd": "[SLAVE_BUILD]/src", | 79 "cwd": "[CWD]/src", |
83 "name": "Build Chrome" | 80 "name": "Build Chrome" |
84 }, | 81 }, |
85 { | 82 { |
86 "cmd": [ | 83 "cmd": [ |
87 "python", | 84 "python", |
88 "[BUILD]/scripts/slave/skia/recreate_skps.py", | 85 "[ROOT]/b/build/scripts/slave/skia/recreate_skps.py", |
89 "[SLAVE_BUILD]/src", | 86 "[CWD]/src", |
90 "[SLAVE_BUILD]/src/out/Release/chrome" | 87 "[CWD]/src/out/Release/chrome" |
91 ], | 88 ], |
92 "cwd": "[SLAVE_BUILD]/skia", | 89 "cwd": "[CWD]/skia", |
93 "name": "Recreate SKPs" | 90 "name": "Recreate SKPs" |
94 }, | 91 }, |
95 { | 92 { |
96 "name": "$result", | 93 "name": "$result", |
97 "recipe_result": null, | 94 "recipe_result": null, |
98 "status_code": 0 | 95 "status_code": 0 |
99 } | 96 } |
100 ] | 97 ] |
OLD | NEW |