OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[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 "[BUILD]\\scripts\\slave\\bot_update.py", | 14 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 15 "--master", |
16 "chromium.fyi", | 16 "chromium.fyi", |
17 "--builder", | 17 "--builder", |
18 "CrWinClang(asan)", | 18 "CrWinAsan", |
19 "--slave", | 19 "--slave", |
20 "TestSlavename", | 20 "TestSlavename", |
21 "--spec", | 21 "--spec", |
22 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 23 "--root", |
24 "src", | 24 "src", |
25 "--revision_mapping_file", | 25 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "python", | 99 "python", |
100 "-u", | 100 "-u", |
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
103 "/path/to/tmp/json" | 103 "/path/to/tmp/json" |
104 ], | 104 ], |
105 "name": "read test spec", | 105 "name": "read test spec", |
106 "~followup_annotations": [ | 106 "~followup_annotations": [ |
107 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 107 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
108 "@@@STEP_LOG_LINE@json.output@{@@@", | 108 "@@@STEP_LOG_LINE@json.output@{@@@", |
109 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang(asan) tester\": {@@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"CrWinAsan tester\": {@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
111 "@@@STEP_LOG_LINE@json.output@ {@@@", | 111 "@@@STEP_LOG_LINE@json.output@ {@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
114 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 114 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
116 "@@@STEP_LOG_LINE@json.output@ }@@@", | 116 "@@@STEP_LOG_LINE@json.output@ }@@@", |
117 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 117 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
118 "@@@STEP_LOG_LINE@json.output@ }@@@", | 118 "@@@STEP_LOG_LINE@json.output@ }@@@", |
119 "@@@STEP_LOG_LINE@json.output@}@@@", | 119 "@@@STEP_LOG_LINE@json.output@}@@@", |
120 "@@@STEP_LOG_END@json.output@@@" | 120 "@@@STEP_LOG_END@json.output@@@" |
121 ] | 121 ] |
122 }, | 122 }, |
123 { | 123 { |
124 "cmd": [ | 124 "cmd": [ |
125 "python", | 125 "python", |
126 "-u", | 126 "-u", |
127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
128 "--output", | 128 "--output", |
129 "/path/to/tmp/json", | 129 "/path/to/tmp/json", |
130 "--", | 130 "--", |
131 "--build-config-fs", | 131 "--build-config-fs", |
132 "Release", | 132 "Release", |
133 "--paths", | 133 "--paths", |
134 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 134 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
135 "--properties", | 135 "--properties", |
136 "{\"buildername\": \"CrWinClang(asan)\", \"buildnumber\": 571, \"slavename
\": \"TestSlavename\"}" | 136 "{\"buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" |
137 ], | 137 ], |
138 "name": "get compile targets for scripts", | 138 "name": "get compile targets for scripts", |
139 "~followup_annotations": [ | 139 "~followup_annotations": [ |
140 "@@@STEP_LOG_LINE@json.output@{}@@@", | 140 "@@@STEP_LOG_LINE@json.output@{}@@@", |
141 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
142 ] | 142 ] |
143 }, | 143 }, |
144 { | 144 { |
145 "cmd": [ | 145 "cmd": [ |
146 "python", | 146 "python", |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 }, | 219 }, |
220 { | 220 { |
221 "allow_subannotations": true, | 221 "allow_subannotations": true, |
222 "cmd": [ | 222 "cmd": [ |
223 "python", | 223 "python", |
224 "-u", | 224 "-u", |
225 "[BUILD]\\scripts\\slave\\zip_build.py", | 225 "[BUILD]\\scripts\\slave\\zip_build.py", |
226 "--target", | 226 "--target", |
227 "Release", | 227 "Release", |
228 "--build-url", | 228 "--build-url", |
229 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang(asan)", | 229 "gs://chromium-fyi-archive/chromium.fyi/CrWinAsan", |
230 "--build_revision", | 230 "--build_revision", |
231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
232 "--factory-properties", | 232 "--factory-properties", |
233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(asan)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
234 "--build-properties", | 234 "--build-properties", |
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang(asan)\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinAsan\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
236 ], | 236 ], |
237 "name": "package build" | 237 "name": "package build" |
238 } | 238 } |
239 ] | 239 ] |
OLD | NEW |