Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Win.json

Issue 2156443003: tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: presubmit Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\Win", 15 "[BUILDER_CACHE]\\win_archive",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\Win", 58 "cwd": "[BUILDER_CACHE]\\win_archive",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 196 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
197 "[BUILDER_CACHE]\\Win\\src\\out\\Release" 197 "[BUILDER_CACHE]\\win_archive\\src\\out\\Release"
198 ], 198 ],
199 "name": "rmtree clobber", 199 "name": "rmtree clobber",
200 "~followup_annotations": [ 200 "~followup_annotations": [
201 "@@@STEP_LOG_LINE@python.inline@@@@", 201 "@@@STEP_LOG_LINE@python.inline@@@@",
202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
204 "@@@STEP_LOG_LINE@python.inline@@@@", 204 "@@@STEP_LOG_LINE@python.inline@@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@", 205 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
208 "@@@STEP_LOG_END@python.inline@@@" 208 "@@@STEP_LOG_END@python.inline@@@"
209 ] 209 ]
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
216 "runhooks" 216 "runhooks"
217 ], 217 ],
218 "cwd": "[BUILDER_CACHE]\\Win\\src", 218 "cwd": "[BUILDER_CACHE]\\win_archive\\src",
219 "env": { 219 "env": {
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
221 "GYP_CHROMIUM_NO_ACTION": "1", 221 "GYP_CHROMIUM_NO_ACTION": "1",
222 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' linux_dump_symbols=0 target_arch=ia32 test_isolation_mode=noop use_goma =1", 222 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' linux_dump_symbols=0 target_arch=ia32 test_isolation_mode=noop use_goma =1",
223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
224 }, 224 },
225 "name": "gclient runhooks" 225 "name": "gclient runhooks"
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "[BUILDER_CACHE]\\Win\\src\\testing\\scripts\\get_compile_targets.py", 231 "[BUILDER_CACHE]\\win_archive\\src\\testing\\scripts\\get_compile_targets. py",
232 "--output", 232 "--output",
233 "/path/to/tmp/json", 233 "/path/to/tmp/json",
234 "--", 234 "--",
235 "--build-config-fs", 235 "--build-config-fs",
236 "Release", 236 "Release",
237 "--paths", 237 "--paths",
238 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win\\\\src\", \"runit.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 238 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_archive\\\\src\", \"runit.py\": \ "RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \ "RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
239 "--properties", 239 "--properties",
240 "{\"buildername\": \"Win\", \"buildnumber\": 571, \"mastername\": \"chromi um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 240 "{\"buildername\": \"Win\", \"buildnumber\": 571, \"mastername\": \"chromi um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
241 ], 241 ],
242 "name": "get compile targets for scripts", 242 "name": "get compile targets for scripts",
243 "~followup_annotations": [ 243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{}@@@", 244 "@@@STEP_LOG_LINE@json.output@{}@@@",
245 "@@@STEP_LOG_END@json.output@@@" 245 "@@@STEP_LOG_END@json.output@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
253 "[BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium.json", 253 "[BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\chromium.json",
254 "/path/to/tmp/json" 254 "/path/to/tmp/json"
255 ], 255 ],
256 "name": "read test spec (chromium.json)", 256 "name": "read test spec (chromium.json)",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium .json@@@", 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\ chromium.json@@@",
259 "@@@STEP_LOG_LINE@json.output@{}@@@", 259 "@@@STEP_LOG_LINE@json.output@{}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
268 "--show-path", 268 "--show-path",
269 "python", 269 "python",
270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
271 ], 271 ],
272 "name": "cleanup_temp" 272 "name": "cleanup_temp"
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb.py", 278 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb.py",
279 "gen", 279 "gen",
280 "-m", 280 "-m",
281 "chromium", 281 "chromium",
282 "-b", 282 "-b",
283 "Win", 283 "Win",
284 "--config-file", 284 "--config-file",
285 "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb_config.pyl", 285 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb_config.pyl",
286 "--goma-dir", 286 "--goma-dir",
287 "[CACHE]\\cipd\\goma", 287 "[CACHE]\\cipd\\goma",
288 "//out/Release" 288 "//out/Release"
289 ], 289 ],
290 "env": { 290 "env": {
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
292 }, 292 },
293 "name": "generate_build_files" 293 "name": "generate_build_files"
294 }, 294 },
295 { 295 {
296 "cmd": [ 296 "cmd": [
297 "python", 297 "python",
298 "-u", 298 "-u",
299 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
300 "--show-path", 300 "--show-path",
301 "python", 301 "python",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
303 "--gsutil-py-path", 303 "--gsutil-py-path",
304 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 304 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
305 "--ninja-path", 305 "--ninja-path",
306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
307 "--target", 307 "--target",
308 "Release", 308 "Release",
309 "--src-dir", 309 "--src-dir",
310 "[BUILDER_CACHE]\\Win\\src", 310 "[BUILDER_CACHE]\\win_archive\\src",
311 "--goma-cache-dir", 311 "--goma-cache-dir",
312 "[GOMA_CACHE]", 312 "[GOMA_CACHE]",
313 "--goma-deps-cache-dir", 313 "--goma-deps-cache-dir",
314 "[GOMA_DEPS_CACHE]", 314 "[GOMA_DEPS_CACHE]",
315 "--build-data-dir", 315 "--build-data-dir",
316 "[ROOT]\\build_data_dir", 316 "[ROOT]\\build_data_dir",
317 "--compiler", 317 "--compiler",
318 "goma", 318 "goma",
319 "--goma-jsonstatus", 319 "--goma-jsonstatus",
320 "/path/to/tmp/json", 320 "/path/to/tmp/json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "dev" 354 "dev"
355 ], 355 ],
356 "name": "archive_build" 356 "name": "archive_build"
357 }, 357 },
358 { 358 {
359 "name": "$result", 359 "name": "$result",
360 "recipe_result": null, 360 "recipe_result": null,
361 "status_code": 0 361 "status_code": 0
362 } 362 }
363 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698