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

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

Issue 2154213004: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_x64_archive", 15 "[BUILDER_CACHE]\\Win_x64",
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_x64_archive", 58 "cwd": "[BUILDER_CACHE]\\Win_x64",
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_x64_archive\\src\\out\\Release_x64" 197 "[BUILDER_CACHE]\\Win_x64\\src\\out\\Release_x64"
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_x64_archive\\src", 218 "cwd": "[BUILDER_CACHE]\\Win_x64\\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_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma= 1", 221 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma= 1",
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
223 }, 223 },
224 "name": "gclient runhooks" 224 "name": "gclient runhooks"
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
229 "-u", 229 "-u",
230 "[BUILDER_CACHE]\\win_x64_archive\\src\\testing\\scripts\\get_compile_targ ets.py", 230 "[BUILDER_CACHE]\\Win_x64\\src\\testing\\scripts\\get_compile_targets.py",
231 "--output", 231 "--output",
232 "/path/to/tmp/json", 232 "/path/to/tmp/json",
233 "--", 233 "--",
234 "--build-config-fs", 234 "--build-config-fs",
235 "Release_x64", 235 "Release_x64",
236 "--paths", 236 "--paths",
237 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_x64_archive\\\\src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\ ": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 237 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_x64\\\\src\", \"runit.py\": \"REC IPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"REC IPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
238 "--properties", 238 "--properties",
239 "{\"buildername\": \"Win x64\", \"buildnumber\": 571, \"mastername\": \"ch romium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 239 "{\"buildername\": \"Win x64\", \"buildnumber\": 571, \"mastername\": \"ch romium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
240 ], 240 ],
241 "name": "get compile targets for scripts", 241 "name": "get compile targets for scripts",
242 "~followup_annotations": [ 242 "~followup_annotations": [
243 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{}@@@",
244 "@@@STEP_LOG_END@json.output@@@" 244 "@@@STEP_LOG_END@json.output@@@"
245 ] 245 ]
246 }, 246 },
247 { 247 {
248 "cmd": [ 248 "cmd": [
249 "python", 249 "python",
250 "-u", 250 "-u",
251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
252 "[BUILDER_CACHE]\\win_x64_archive\\src\\testing\\buildbot\\chromium.json", 252 "[BUILDER_CACHE]\\Win_x64\\src\\testing\\buildbot\\chromium.json",
253 "/path/to/tmp/json" 253 "/path/to/tmp/json"
254 ], 254 ],
255 "name": "read test spec (chromium.json)", 255 "name": "read test spec (chromium.json)",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_x64_archive\\src\\testing\\buildb ot\\chromium.json@@@", 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_x64\\src\\testing\\buildbot\\chro mium.json@@@",
258 "@@@STEP_LOG_LINE@json.output@{}@@@", 258 "@@@STEP_LOG_LINE@json.output@{}@@@",
259 "@@@STEP_LOG_END@json.output@@@" 259 "@@@STEP_LOG_END@json.output@@@"
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "python", 264 "python",
265 "-u", 265 "-u",
266 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
267 "--show-path", 267 "--show-path",
(...skipping 10 matching lines...) Expand all
278 "--show-path", 278 "--show-path",
279 "python", 279 "python",
280 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
281 "--gsutil-py-path", 281 "--gsutil-py-path",
282 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 282 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
283 "--ninja-path", 283 "--ninja-path",
284 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 284 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
285 "--target", 285 "--target",
286 "Release_x64", 286 "Release_x64",
287 "--src-dir", 287 "--src-dir",
288 "[BUILDER_CACHE]\\win_x64_archive\\src", 288 "[BUILDER_CACHE]\\Win_x64\\src",
289 "--goma-cache-dir", 289 "--goma-cache-dir",
290 "[GOMA_CACHE]", 290 "[GOMA_CACHE]",
291 "--goma-deps-cache-dir", 291 "--goma-deps-cache-dir",
292 "[GOMA_DEPS_CACHE]", 292 "[GOMA_DEPS_CACHE]",
293 "--build-data-dir", 293 "--build-data-dir",
294 "[ROOT]\\build_data_dir", 294 "[ROOT]\\build_data_dir",
295 "--compiler", 295 "--compiler",
296 "goma", 296 "goma",
297 "--goma-jsonstatus", 297 "--goma-jsonstatus",
298 "/path/to/tmp/json", 298 "/path/to/tmp/json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "dev" 332 "dev"
333 ], 333 ],
334 "name": "archive_build" 334 "name": "archive_build"
335 }, 335 },
336 { 336 {
337 "name": "$result", 337 "name": "$result",
338 "recipe_result": null, 338 "recipe_result": null,
339 "status_code": 0 339 "status_code": 0
340 } 340 }
341 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698