OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "host and tools info", | 8 "name": "host and tools info", |
10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
19 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
21 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
22 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
23 ] | 22 ] |
24 }, | 23 }, |
25 { | 24 { |
26 "cmd": [ | 25 "cmd": [ |
27 "python", | 26 "python", |
28 "-u", | 27 "-u", |
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
30 "--master", | 29 "--master", |
31 "chromium.fake", | 30 "chromium.fake", |
32 "--builder", | 31 "--builder", |
33 "ios", | 32 "ios", |
34 "--slave", | 33 "--slave", |
35 "fake-vm", | 34 "fake-vm", |
36 "--spec", | 35 "--spec", |
37 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [
'ios', 'mac']", | 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]\ntarget_os = ['ios', 'mac']", |
38 "--root", | 37 "--root", |
39 "src", | 38 "src", |
40 "--revision_mapping_file", | 39 "--revision_mapping_file", |
41 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
42 "--git-cache-dir", | 41 "--git-cache-dir", |
43 "[GIT_CACHE]", | 42 "[ROOT]/b/build/slave/cache_dir", |
44 "--output_json", | 43 "--output_json", |
45 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
46 "--revision", | 45 "--revision", |
47 "src@HEAD", | 46 "src@HEAD", |
48 "--output_manifest" | 47 "--output_manifest" |
49 ], | 48 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 49 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 51 }, |
54 "name": "bot_update", | 52 "name": "bot_update", |
55 "~followup_annotations": [ | 53 "~followup_annotations": [ |
56 "@@@STEP_LOG_LINE@json.output@{@@@", | 54 "@@@STEP_LOG_LINE@json.output@{@@@", |
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
59 "@@@STEP_LOG_LINE@json.output@}@@@", | 57 "@@@STEP_LOG_LINE@json.output@}@@@", |
60 "@@@STEP_LOG_END@json.output@@@" | 58 "@@@STEP_LOG_END@json.output@@@" |
61 ] | 59 ] |
62 }, | 60 }, |
63 { | 61 { |
64 "cmd": [ | 62 "cmd": [ |
65 "python", | 63 "python", |
66 "-u", | 64 "-u", |
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", | 66 "[CWD]/src/webrtc/build/ios/chromium.fake/ios.json", |
69 "/path/to/tmp/json" | 67 "/path/to/tmp/json" |
70 ], | 68 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "name": "read build config", | 69 "name": "read build config", |
73 "~followup_annotations": [ | 70 "~followup_annotations": [ |
74 "@@@STEP_LOG_LINE@json.output@{@@@", | 71 "@@@STEP_LOG_LINE@json.output@{@@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\",
@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\",
@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", |
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 76 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", |
81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
82 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", |
83 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
84 "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"use_analyze\": \"false\", @@@", |
85 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
86 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
87 "@@@STEP_LOG_END@json.output@@@" | 84 "@@@STEP_LOG_END@json.output@@@" |
88 ] | 85 ] |
89 }, | 86 }, |
90 { | 87 { |
91 "cmd": [ | 88 "cmd": [ |
92 "echo", | 89 "echo", |
93 "-e", | 90 "-e", |
94 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n}
" | 91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n}
" |
95 ], | 92 ], |
96 "cwd": "[SLAVE_BUILD]", | |
97 "name": "finalize build config" | 93 "name": "finalize build config" |
98 }, | 94 }, |
99 { | 95 { |
100 "cmd": [ | 96 "cmd": [ |
101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
102 "--json-file", | 98 "--json-file", |
103 "/path/to/tmp/json", | 99 "/path/to/tmp/json", |
104 "--version", | 100 "--version", |
105 "fake xcode version" | 101 "fake xcode version" |
106 ], | 102 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "find xcode", | 103 "name": "find xcode", |
109 "~followup_annotations": [ | 104 "~followup_annotations": [ |
110 "@@@STEP_LOG_LINE@json.output@{}@@@", | 105 "@@@STEP_LOG_LINE@json.output@{}@@@", |
111 "@@@STEP_LOG_END@json.output@@@" | 106 "@@@STEP_LOG_END@json.output@@@" |
112 ] | 107 ] |
113 }, | 108 }, |
114 { | 109 { |
115 "cmd": [ | 110 "cmd": [ |
116 "python", | 111 "python", |
117 "-u", | 112 "-u", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
119 "runhooks" | 114 "runhooks" |
120 ], | 115 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 116 "env": { |
123 "GYP_CROSSCOMPILE": "1", | 117 "GYP_CROSSCOMPILE": "1", |
124 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define
2=fake value 2 component=static_library OS=ios", | 118 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define
2=fake value 2 component=static_library OS=ios", |
125 "GYP_GENERATORS": "ninja", | 119 "GYP_GENERATORS": "ninja", |
126 "LANDMINES_VERBOSE": "1", | 120 "LANDMINES_VERBOSE": "1", |
127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
128 }, | 122 }, |
129 "name": "gclient runhooks", | 123 "name": "gclient runhooks", |
130 "~followup_annotations": [ | 124 "~followup_annotations": [ |
131 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa
ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br
/>OS=ios@@@" | 125 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa
ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br
/>OS=ios@@@" |
132 ] | 126 ] |
133 }, | 127 }, |
134 { | 128 { |
135 "allow_subannotations": true, | 129 "allow_subannotations": true, |
136 "cmd": [ | 130 "cmd": [ |
137 "python", | 131 "python", |
138 "-u", | 132 "-u", |
139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
140 "--src-dir", | 134 "--src-dir", |
141 "[SLAVE_BUILD]/src", | 135 "[CWD]/src", |
142 "--output-json", | 136 "--output-json", |
143 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
144 ], | 138 ], |
145 "cwd": "[SLAVE_BUILD]", | |
146 "env": { | 139 "env": { |
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
148 }, | 141 }, |
149 "name": "clang_revision", | 142 "name": "clang_revision", |
150 "~followup_annotations": [ | 143 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output@{@@@", | 144 "@@@STEP_LOG_LINE@json.output@{@@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
153 "@@@STEP_LOG_LINE@json.output@}@@@", | 146 "@@@STEP_LOG_LINE@json.output@}@@@", |
154 "@@@STEP_LOG_END@json.output@@@" | 147 "@@@STEP_LOG_END@json.output@@@" |
155 ] | 148 ] |
156 }, | 149 }, |
157 { | 150 { |
158 "cmd": [ | 151 "cmd": [ |
159 "python", | 152 "python", |
160 "-u", | 153 "-u", |
161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
162 "--show-path", | 155 "--show-path", |
163 "python", | 156 "python", |
164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
165 "--gsutil-py-path", | 158 "--gsutil-py-path", |
166 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
167 "--ninja-path", | 160 "--ninja-path", |
168 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
169 "--target", | 162 "--target", |
170 "Release-iphoneos", | 163 "Release-iphoneos", |
171 "--src-dir", | 164 "--src-dir", |
172 "[SLAVE_BUILD]/src", | 165 "[CWD]/src", |
173 "--goma-cache-dir", | 166 "--goma-cache-dir", |
174 "[GOMA_CACHE]", | 167 "[ROOT]/b/build/slave/goma_cache", |
175 "--build-tool", | 168 "--build-tool", |
176 "ninja", | 169 "ninja", |
177 "--compiler", | 170 "--compiler", |
178 "goma-clang", | 171 "goma-clang", |
179 "--goma-jsonstatus", | 172 "--goma-jsonstatus", |
180 "/path/to/tmp/json", | 173 "/path/to/tmp/json", |
181 "--goma-service-account-json-file", | 174 "--goma-service-account-json-file", |
182 "/creds/service_accounts/service-account-goma-client.json", | 175 "/creds/service_accounts/service-account-goma-client.json", |
183 "--goma-dir", | 176 "--goma-dir", |
184 "[BUILD]/goma", | 177 "[ROOT]/b/build/goma", |
185 "--", | 178 "--", |
186 "All" | 179 "All" |
187 ], | 180 ], |
188 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 181 "cwd": "[CWD]/src/out/Release-iphoneos", |
189 "env": { | 182 "env": { |
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
191 }, | 184 }, |
192 "name": "compile", | 185 "name": "compile", |
193 "~followup_annotations": [ | 186 "~followup_annotations": [ |
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
195 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
196 ] | 189 ] |
197 }, | 190 }, |
198 { | 191 { |
199 "name": "$result", | 192 "name": "$result", |
200 "recipe_result": null, | 193 "recipe_result": null, |
201 "status_code": 0 | 194 "status_code": 0 |
202 } | 195 } |
203 ] | 196 ] |
OLD | NEW |