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 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.fyi", | 17 "chromium.fyi", |
17 "--builder", | 18 "--builder", |
18 "CrWinClang64", | 19 "CrWinClang64", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--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'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 23 "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'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--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\"}", | 27 "{\"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", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@HEAD" | 31 "src@HEAD" |
31 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
32 "name": "bot_update", | 34 "name": "bot_update", |
33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
69 ] | 71 ] |
70 }, | 72 }, |
71 { | 73 { |
72 "cmd": [ | 74 "cmd": [ |
73 "python", | 75 "python", |
74 "-u", | 76 "-u", |
75 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
76 "--version" | 78 "--version" |
77 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
78 "name": "swarming.py --version", | 81 "name": "swarming.py --version", |
79 "stdout": "/path/to/tmp/", | 82 "stdout": "/path/to/tmp/", |
80 "~followup_annotations": [ | 83 "~followup_annotations": [ |
81 "@@@STEP_TEXT@0.4.10@@@" | 84 "@@@STEP_TEXT@0.4.10@@@" |
82 ] | 85 ] |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "[DEPOT_TOOLS]\\gclient.py", | 91 "[DEPOT_TOOLS]\\gclient.py", |
89 "runhooks" | 92 "runhooks" |
90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
91 "env": { | 95 "env": { |
92 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 target_arch=x64 test_isolation_mode=prepare" | 96 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 target_arch=x64 test_isolation_mode=prepare" |
93 }, | 97 }, |
94 "name": "gclient runhooks" | 98 "name": "gclient runhooks" |
95 }, | 99 }, |
96 { | 100 { |
97 "cmd": [ | 101 "cmd": [ |
98 "python", | 102 "python", |
99 "-u", | 103 "-u", |
100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", | 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
102 "/path/to/tmp/json" | 106 "/path/to/tmp/json" |
103 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
104 "name": "read test spec", | 109 "name": "read test spec", |
105 "~followup_annotations": [ | 110 "~followup_annotations": [ |
106 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", | 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
107 "@@@STEP_LOG_LINE@json.output@{@@@", | 112 "@@@STEP_LOG_LINE@json.output@{@@@", |
108 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64 tester\": {@@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64 tester\": {@@@", |
109 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
110 "@@@STEP_LOG_LINE@json.output@ {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ {@@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
113 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 118 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
127 "--output", | 132 "--output", |
128 "/path/to/tmp/json", | 133 "/path/to/tmp/json", |
129 "--", | 134 "--", |
130 "--build-config-fs", | 135 "--build-config-fs", |
131 "Release_x64", | 136 "Release_x64", |
132 "--paths", | 137 "--paths", |
133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
134 "--properties", | 139 "--properties", |
135 "{\"buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" | 140 "{\"buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" |
136 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
137 "name": "get compile targets for scripts", | 143 "name": "get compile targets for scripts", |
138 "~followup_annotations": [ | 144 "~followup_annotations": [ |
139 "@@@STEP_LOG_LINE@json.output@{}@@@", | 145 "@@@STEP_LOG_LINE@json.output@{}@@@", |
140 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
141 ] | 147 ] |
142 }, | 148 }, |
143 { | 149 { |
144 "cmd": [ | 150 "cmd": [ |
145 "python", | 151 "python", |
146 "-u", | 152 "-u", |
147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
148 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
149 "name": "cleanup_temp" | 156 "name": "cleanup_temp" |
150 }, | 157 }, |
151 { | 158 { |
152 "cmd": [ | 159 "cmd": [ |
153 "python", | 160 "python", |
154 "-u", | 161 "-u", |
155 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 162 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
156 "--build-dir", | 163 "--build-dir", |
157 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 164 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
158 "--clean-isolated-files" | 165 "--clean-isolated-files" |
159 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
160 "name": "clean isolated files" | 168 "name": "clean isolated files" |
161 }, | 169 }, |
162 { | 170 { |
163 "cmd": [ | 171 "cmd": [ |
164 "python", | 172 "python", |
165 "-u", | 173 "-u", |
166 "[BUILD]\\scripts\\slave\\compile.py", | 174 "[BUILD]\\scripts\\slave\\compile.py", |
167 "--target", | 175 "--target", |
168 "Release_x64", | 176 "Release_x64", |
169 "--src-dir", | 177 "--src-dir", |
170 "[SLAVE_BUILD]\\src", | 178 "[SLAVE_BUILD]\\src", |
171 "--build-tool", | 179 "--build-tool", |
172 "ninja", | 180 "ninja", |
173 "--compiler", | 181 "--compiler", |
174 "clang", | 182 "clang", |
175 "--mode", | 183 "--mode", |
176 "official", | 184 "official", |
177 "--clobber", | 185 "--clobber", |
178 "--" | 186 "--" |
179 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
180 "name": "compile" | 189 "name": "compile" |
181 }, | 190 }, |
182 { | 191 { |
183 "cmd": [ | 192 "cmd": [ |
184 "python", | 193 "python", |
185 "-u", | 194 "-u", |
186 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 195 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
187 "--build-dir", | 196 "--build-dir", |
188 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 197 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
189 "--src-dir", | 198 "--src-dir", |
190 "[SLAVE_BUILD]\\src" | 199 "[SLAVE_BUILD]\\src" |
191 ], | 200 ], |
192 "cwd": "[SLAVE_BUILD]", | 201 "cwd": "[SLAVE_BUILD]", |
193 "name": "remove_build_metadata" | 202 "name": "remove_build_metadata" |
194 }, | 203 }, |
195 { | 204 { |
196 "cmd": [ | 205 "cmd": [ |
197 "python", | 206 "python", |
198 "-u", | 207 "-u", |
199 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", | 208 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
200 "batcharchive", | 209 "batcharchive", |
201 "--dump-json", | 210 "--dump-json", |
202 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
203 "--isolate-server", | 212 "--isolate-server", |
204 "https://isolateserver.appspot.com", | 213 "https://isolateserver.appspot.com", |
205 "--verbose", | 214 "--verbose", |
206 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 215 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
207 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
208 "name": "isolate tests", | 218 "name": "isolate tests", |
209 "~followup_annotations": [ | 219 "~followup_annotations": [ |
210 "@@@STEP_LOG_LINE@json.output@{@@@", | 220 "@@@STEP_LOG_LINE@json.output@{@@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
212 "@@@STEP_LOG_LINE@json.output@}@@@", | 222 "@@@STEP_LOG_LINE@json.output@}@@@", |
213 "@@@STEP_LOG_END@json.output@@@" | 223 "@@@STEP_LOG_END@json.output@@@" |
214 ] | 224 ] |
215 }, | 225 }, |
216 { | 226 { |
217 "allow_subannotations": true, | 227 "allow_subannotations": true, |
218 "cmd": [ | 228 "cmd": [ |
219 "python", | 229 "python", |
220 "-u", | 230 "-u", |
221 "[BUILD]\\scripts\\slave\\zip_build.py", | 231 "[BUILD]\\scripts\\slave\\zip_build.py", |
222 "--target", | 232 "--target", |
223 "Release_x64", | 233 "Release_x64", |
224 "--build-url", | 234 "--build-url", |
225 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64", | 235 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64", |
226 "--build_revision", | 236 "--build_revision", |
227 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 237 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
228 "--factory-properties", | 238 "--factory-properties", |
229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 239 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
230 "--build-properties", | 240 "--build-properties", |
231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 241 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang64\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
232 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
233 "name": "package build" | 244 "name": "package build" |
234 } | 245 } |
235 ] | 246 ] |
OLD | NEW |