OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder (dbg)", | 10 "Linux Builder (dbg)", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "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'}]", | 14 "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'}]", |
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/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"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\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@HEAD" | 22 "src@HEAD" |
23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
24 "name": "bot_update", | 25 "name": "bot_update", |
25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
61 ] | 62 ] |
62 }, | 63 }, |
63 { | 64 { |
64 "cmd": [ | 65 "cmd": [ |
65 "python", | 66 "python", |
66 "-u", | 67 "-u", |
67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
68 "--version" | 69 "--version" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "name": "swarming.py --version", | 72 "name": "swarming.py --version", |
71 "stdout": "/path/to/tmp/", | 73 "stdout": "/path/to/tmp/", |
72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
73 "@@@STEP_TEXT@0.4.10@@@" | 75 "@@@STEP_TEXT@0.4.10@@@" |
74 ] | 76 ] |
75 }, | 77 }, |
76 { | 78 { |
77 "cmd": [ | 79 "cmd": [ |
78 "python", | 80 "python", |
79 "-u", | 81 "-u", |
80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
81 "runhooks" | 83 "runhooks" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "env": { | 86 "env": { |
84 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 87 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
85 }, | 88 }, |
86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
87 }, | 90 }, |
88 { | 91 { |
89 "cmd": [ | 92 "cmd": [ |
90 "python", | 93 "python", |
91 "-u", | 94 "-u", |
92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 95 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "name": "read test spec", | 100 "name": "read test spec", |
97 "~followup_annotations": [ | 101 "~followup_annotations": [ |
98 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 103 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests (dbg)(1)\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests (dbg)(1)\": {@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
102 "@@@STEP_LOG_LINE@json.output@ {@@@", | 106 "@@@STEP_LOG_LINE@json.output@ {@@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 108 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
105 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 109 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
119 "--output", | 123 "--output", |
120 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
121 "--", | 125 "--", |
122 "--build-config-fs", | 126 "--build-config-fs", |
123 "Debug", | 127 "Debug", |
124 "--paths", | 128 "--paths", |
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 129 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
126 "--properties", | 130 "--properties", |
127 "{\"buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"linux\"}" | 131 "{\"buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"master
name\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"linux\"}" |
128 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
129 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
130 "~followup_annotations": [ | 135 "~followup_annotations": [ |
131 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
132 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
133 ] | 138 ] |
134 }, | 139 }, |
135 { | 140 { |
136 "cmd": [ | 141 "cmd": [ |
137 "python", | 142 "python", |
138 "-u", | 143 "-u", |
139 "[BUILD]/scripts/slave/cleanup_temp.py" | 144 "[BUILD]/scripts/slave/cleanup_temp.py" |
140 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
141 "name": "cleanup_temp" | 147 "name": "cleanup_temp" |
142 }, | 148 }, |
143 { | 149 { |
144 "cmd": [ | 150 "cmd": [ |
145 "python", | 151 "python", |
146 "-u", | 152 "-u", |
147 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 153 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
148 "--build-dir", | 154 "--build-dir", |
149 "[SLAVE_BUILD]/src/out/Debug", | 155 "[SLAVE_BUILD]/src/out/Debug", |
150 "--clean-isolated-files" | 156 "--clean-isolated-files" |
151 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
152 "name": "clean isolated files" | 159 "name": "clean isolated files" |
153 }, | 160 }, |
154 { | 161 { |
155 "cmd": [ | 162 "cmd": [ |
156 "python", | 163 "python", |
157 "-u", | 164 "-u", |
158 "[BUILD]/scripts/slave/compile.py", | 165 "[BUILD]/scripts/slave/compile.py", |
159 "--target", | 166 "--target", |
160 "Debug", | 167 "Debug", |
161 "--src-dir", | 168 "--src-dir", |
162 "[SLAVE_BUILD]/src", | 169 "[SLAVE_BUILD]/src", |
163 "--build-tool", | 170 "--build-tool", |
164 "ninja", | 171 "ninja", |
165 "--compiler", | 172 "--compiler", |
166 "goma", | 173 "goma", |
167 "--goma-dir", | 174 "--goma-dir", |
168 "[BUILD]/goma", | 175 "[BUILD]/goma", |
169 "--", | 176 "--", |
170 "browser_tests", | 177 "browser_tests", |
171 "browser_tests_run" | 178 "browser_tests_run" |
172 ], | 179 ], |
| 180 "cwd": "[SLAVE_BUILD]", |
173 "name": "compile" | 181 "name": "compile" |
174 }, | 182 }, |
175 { | 183 { |
176 "cmd": [ | 184 "cmd": [ |
177 "python", | 185 "python", |
178 "-u", | 186 "-u", |
179 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 187 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
180 "--build-dir", | 188 "--build-dir", |
181 "[SLAVE_BUILD]/src/out/Debug", | 189 "[SLAVE_BUILD]/src/out/Debug", |
182 "--src-dir", | 190 "--src-dir", |
183 "[SLAVE_BUILD]/src" | 191 "[SLAVE_BUILD]/src" |
184 ], | 192 ], |
185 "cwd": "[SLAVE_BUILD]", | 193 "cwd": "[SLAVE_BUILD]", |
186 "name": "remove_build_metadata" | 194 "name": "remove_build_metadata" |
187 }, | 195 }, |
188 { | 196 { |
189 "cmd": [ | 197 "cmd": [ |
190 "python", | 198 "python", |
191 "-u", | 199 "-u", |
192 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 200 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
193 "batcharchive", | 201 "batcharchive", |
194 "--dump-json", | 202 "--dump-json", |
195 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
196 "--isolate-server", | 204 "--isolate-server", |
197 "https://isolateserver.appspot.com", | 205 "https://isolateserver.appspot.com", |
198 "--verbose", | 206 "--verbose", |
199 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json" | 207 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json" |
200 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
201 "name": "isolate tests", | 210 "name": "isolate tests", |
202 "~followup_annotations": [ | 211 "~followup_annotations": [ |
203 "@@@STEP_LOG_LINE@json.output@{@@@", | 212 "@@@STEP_LOG_LINE@json.output@{@@@", |
204 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
205 "@@@STEP_LOG_LINE@json.output@}@@@", | 214 "@@@STEP_LOG_LINE@json.output@}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 216 ] |
208 }, | 217 }, |
209 { | 218 { |
210 "cmd": [ | 219 "cmd": [ |
211 "python", | 220 "python", |
212 "-u", | 221 "-u", |
213 "[BUILD]/scripts/slave/archive_dependencies.py", | 222 "[BUILD]/scripts/slave/archive_dependencies.py", |
214 "--src-dir", | 223 "--src-dir", |
215 "[SLAVE_BUILD]/src", | 224 "[SLAVE_BUILD]/src", |
216 "--target", | 225 "--target", |
217 "Debug", | 226 "Debug", |
218 "--master", | 227 "--master", |
219 "chromium.linux", | 228 "chromium.linux", |
220 "--builder", | 229 "--builder", |
221 "Linux Builder (dbg)", | 230 "Linux Builder (dbg)", |
222 "--build", | 231 "--build", |
223 "571" | 232 "571" |
224 ], | 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
225 "name": "archive dependencies" | 235 "name": "archive dependencies" |
226 }, | 236 }, |
227 { | 237 { |
228 "allow_subannotations": true, | 238 "allow_subannotations": true, |
229 "cmd": [ | 239 "cmd": [ |
230 "python", | 240 "python", |
231 "-u", | 241 "-u", |
232 "[BUILD]/scripts/slave/zip_build.py", | 242 "[BUILD]/scripts/slave/zip_build.py", |
233 "--target", | 243 "--target", |
234 "Debug", | 244 "Debug", |
235 "--build-url", | 245 "--build-url", |
236 "gs://chromium-linux-archive/chromium.linux/Linux Builder (dbg)", | 246 "gs://chromium-linux-archive/chromium.linux/Linux Builder (dbg)", |
237 "--build_revision", | 247 "--build_revision", |
238 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 248 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
239 "--factory-properties", | 249 "--factory-properties", |
240 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
241 "--build-properties", | 251 "--build-properties", |
242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
243 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
244 "name": "package build" | 255 "name": "package build" |
245 } | 256 } |
246 ] | 257 ] |
OLD | NEW |