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