OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTMac (dbg)", | 10 "ClangToTMac (dbg)", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[CWD]/src/tools/swarming_client/swarming.py", |
105 "--version" | 104 "--version" |
106 ], | 105 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "swarming.py --version", | 106 "name": "swarming.py --version", |
109 "stdout": "/path/to/tmp/", | 107 "stdout": "/path/to/tmp/", |
110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
111 "@@@STEP_TEXT@0.4.10@@@" | 109 "@@@STEP_TEXT@0.4.10@@@" |
112 ] | 110 ] |
113 }, | 111 }, |
114 { | 112 { |
115 "cmd": [ | 113 "cmd": [ |
116 "python", | 114 "python", |
117 "-u", | 115 "-u", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
119 "runhooks" | 117 "runhooks" |
120 ], | 118 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 119 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
124 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", | 121 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", |
125 "LLVM_FORCE_HEAD_REVISION": "YES", | 122 "LLVM_FORCE_HEAD_REVISION": "YES", |
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
127 }, | 124 }, |
128 "name": "gclient runhooks" | 125 "name": "gclient runhooks" |
129 }, | 126 }, |
130 { | 127 { |
131 "cmd": [ | 128 "cmd": [ |
132 "python", | 129 "python", |
133 "-u", | 130 "-u", |
134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 131 "[CWD]/src/testing/scripts/get_compile_targets.py", |
135 "--output", | 132 "--output", |
136 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
137 "--", | 134 "--", |
138 "--build-config-fs", | 135 "--build-config-fs", |
139 "Debug", | 136 "Debug", |
140 "--paths", | 137 "--paths", |
141 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 138 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
142 "--properties", | 139 "--properties", |
143 "{\"buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" | 140 "{\"buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" |
144 ], | 141 ], |
145 "cwd": "[SLAVE_BUILD]", | |
146 "name": "get compile targets for scripts", | 142 "name": "get compile targets for scripts", |
147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
148 "@@@STEP_LOG_LINE@json.output@{}@@@", | 144 "@@@STEP_LOG_LINE@json.output@{}@@@", |
149 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
150 ] | 146 ] |
151 }, | 147 }, |
152 { | 148 { |
153 "cmd": [ | 149 "cmd": [ |
154 "python", | 150 "python", |
155 "-u", | 151 "-u", |
156 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 152 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
157 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 153 "[CWD]/src/testing/buildbot/chromium.fyi.json", |
158 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
159 ], | 155 ], |
160 "cwd": "[SLAVE_BUILD]", | |
161 "name": "read test spec", | 156 "name": "read test spec", |
162 "~followup_annotations": [ | 157 "~followup_annotations": [ |
163 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 158 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", |
164 "@@@STEP_LOG_LINE@json.output@{}@@@", | 159 "@@@STEP_LOG_LINE@json.output@{}@@@", |
165 "@@@STEP_LOG_END@json.output@@@" | 160 "@@@STEP_LOG_END@json.output@@@" |
166 ] | 161 ] |
167 }, | 162 }, |
168 { | 163 { |
169 "cmd": [ | 164 "cmd": [ |
170 "python", | 165 "python", |
171 "-u", | 166 "-u", |
172 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 167 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
173 "--show-path", | 168 "--show-path", |
174 "python", | 169 "python", |
175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
176 ], | 171 ], |
177 "cwd": "[SLAVE_BUILD]", | |
178 "name": "cleanup_temp" | 172 "name": "cleanup_temp" |
179 }, | 173 }, |
180 { | 174 { |
181 "allow_subannotations": true, | 175 "allow_subannotations": true, |
182 "cmd": [ | 176 "cmd": [ |
183 "python", | 177 "python", |
184 "-u", | 178 "-u", |
185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 179 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
186 "--src-dir", | 180 "--src-dir", |
187 "[SLAVE_BUILD]/src", | 181 "[CWD]/src", |
188 "--output-json", | 182 "--output-json", |
189 "/path/to/tmp/json" | 183 "/path/to/tmp/json" |
190 ], | 184 ], |
191 "cwd": "[SLAVE_BUILD]", | |
192 "env": { | 185 "env": { |
193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
194 "LLVM_FORCE_HEAD_REVISION": "YES" | 187 "LLVM_FORCE_HEAD_REVISION": "YES" |
195 }, | 188 }, |
196 "name": "clang_revision", | 189 "name": "clang_revision", |
197 "~followup_annotations": [ | 190 "~followup_annotations": [ |
198 "@@@STEP_LOG_LINE@json.output@{@@@", | 191 "@@@STEP_LOG_LINE@json.output@{@@@", |
199 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
200 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 195 ] |
203 }, | 196 }, |
204 { | 197 { |
205 "cmd": [ | 198 "cmd": [ |
206 "python", | 199 "python", |
207 "-u", | 200 "-u", |
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
209 "--show-path", | 202 "--show-path", |
210 "python", | 203 "python", |
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
212 "--gsutil-py-path", | 205 "--gsutil-py-path", |
213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
214 "--ninja-path", | 207 "--ninja-path", |
215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
216 "--target", | 209 "--target", |
217 "Debug", | 210 "Debug", |
218 "--src-dir", | 211 "--src-dir", |
219 "[SLAVE_BUILD]/src", | 212 "[CWD]/src", |
220 "--goma-cache-dir", | 213 "--goma-cache-dir", |
221 "[GOMA_CACHE]", | 214 "[ROOT]/b/build/slave/goma_cache", |
222 "--build-tool", | 215 "--build-tool", |
223 "ninja", | 216 "ninja", |
224 "--build-data-dir", | 217 "--build-data-dir", |
225 "[ROOT]/build_data_dir", | 218 "[ROOT]/build_data_dir", |
226 "--compiler", | 219 "--compiler", |
227 "clang", | 220 "clang", |
228 "--", | 221 "--", |
229 "all" | 222 "all" |
230 ], | 223 ], |
231 "cwd": "[SLAVE_BUILD]", | |
232 "env": { | 224 "env": { |
233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
234 "LLVM_FORCE_HEAD_REVISION": "YES" | 226 "LLVM_FORCE_HEAD_REVISION": "YES" |
235 }, | 227 }, |
236 "name": "compile" | 228 "name": "compile" |
237 }, | 229 }, |
238 { | 230 { |
239 "allow_subannotations": true, | 231 "allow_subannotations": true, |
240 "cmd": [ | 232 "cmd": [ |
241 "python", | 233 "python", |
242 "-u", | 234 "-u", |
243 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
244 "--show-path", | 236 "--show-path", |
245 "python", | 237 "python", |
246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
247 "--target", | 239 "--target", |
248 "Debug", | 240 "Debug", |
249 "--build-url", | 241 "--build-url", |
250 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac (dbg)", | 242 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac (dbg)", |
251 "--build_revision", | 243 "--build_revision", |
252 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 244 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
253 "--factory-properties", | 245 "--factory-properties", |
254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac (dbg
)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 246 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac (dbg
)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
255 "--build-properties", | 247 "--build-properties", |
256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac (dbg
)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac (dbg
)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam
e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
257 ], | 249 ], |
258 "cwd": "[SLAVE_BUILD]", | |
259 "name": "package build" | 250 "name": "package build" |
260 }, | 251 }, |
261 { | 252 { |
262 "allow_subannotations": true, | 253 "allow_subannotations": true, |
263 "cmd": [ | 254 "cmd": [ |
264 "python", | 255 "python", |
265 "-u", | 256 "-u", |
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
267 "--target", | 258 "--target", |
268 "Debug", | 259 "Debug", |
(...skipping 11 matching lines...) Expand all Loading... |
280 "--results-url=https://chromeperf.appspot.com", | 271 "--results-url=https://chromeperf.appspot.com", |
281 "--perf-dashboard-id=sizes", | 272 "--perf-dashboard-id=sizes", |
282 "--perf-id=ClangToTMac (dbg)", | 273 "--perf-id=ClangToTMac (dbg)", |
283 "--perf-config={'r_clang_rev': '123456'}", | 274 "--perf-config={'r_clang_rev': '123456'}", |
284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
285 "--target", | 276 "--target", |
286 "Debug", | 277 "Debug", |
287 "--platform", | 278 "--platform", |
288 "mac" | 279 "mac" |
289 ], | 280 ], |
290 "cwd": "[SLAVE_BUILD]", | |
291 "name": "sizes" | 281 "name": "sizes" |
292 }, | 282 }, |
293 { | 283 { |
294 "name": "$result", | 284 "name": "$result", |
295 "recipe_result": null, | 285 "recipe_result": null, |
296 "status_code": 0 | 286 "status_code": 0 |
297 } | 287 } |
298 ] | 288 ] |
OLD | NEW |