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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTLinux tester", | 10 "ClangToTLinux tester", |
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@1111111" | 22 "src@1111111" |
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=static_library target_arch=x64 test_isolation_mo
de=prepare" | 87 "GYP_DEFINES": "component=static_library target_arch=x64 test_isolation_mo
de=prepare" |
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.fyi.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.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.fyi.json@@
@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 103 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinux tester\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"ClangToTLinux tester\": {@@@", |
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 "Release", | 127 "Release", |
124 "--paths", | 128 "--paths", |
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 129 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
126 "--properties", | 130 "--properties", |
127 "{\"buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 131 "{\"buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"maste
rname\": \"chromium.fyi\", \"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 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
148 "[SLAVE_BUILD]/src/out/Release" | 154 "[SLAVE_BUILD]/src/out/Release" |
149 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
150 "name": "rmtree build directory", | 157 "name": "rmtree build directory", |
151 "~followup_annotations": [ | 158 "~followup_annotations": [ |
152 "@@@STEP_LOG_LINE@python.inline@@@@", | 159 "@@@STEP_LOG_LINE@python.inline@@@@", |
153 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
154 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
155 "@@@STEP_LOG_LINE@python.inline@@@@", | 162 "@@@STEP_LOG_LINE@python.inline@@@@", |
156 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
157 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
158 "@@@STEP_LOG_END@python.inline@@@" | 165 "@@@STEP_LOG_END@python.inline@@@" |
159 ] | 166 ] |
160 }, | 167 }, |
161 { | 168 { |
162 "cmd": [ | 169 "cmd": [ |
163 "python", | 170 "python", |
164 "-u", | 171 "-u", |
165 "[BUILD]/scripts/slave/extract_build.py", | 172 "[BUILD]/scripts/slave/extract_build.py", |
166 "--target", | 173 "--target", |
167 "Release", | 174 "Release", |
168 "--build-archive-url", | 175 "--build-archive-url", |
169 "gs://test-domain/test-archive.zip", | 176 "gs://test-domain/test-archive.zip", |
170 "--factory-properties", | 177 "--factory-properties", |
171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"ClangToTLinux\", \"parent_got_revision\": \"1111
111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashe
s\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdi
r\": \"/path/to/workdir/TestSlavename\"}", | 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"ClangToTLinux\", \"parent_got_revision\": \"1111
111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashe
s\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdi
r\": \"/path/to/workdir/TestSlavename\"}", |
172 "--build-properties", | 179 "--build-properties", |
173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"ClangToTLinux\", \"parent_got_revision\": \"1111
111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashe
s\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdi
r\": \"/path/to/workdir/TestSlavename\"}" | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.z
ip\", \"parent_buildername\": \"ClangToTLinux\", \"parent_got_revision\": \"1111
111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashe
s\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdi
r\": \"/path/to/workdir/TestSlavename\"}" |
174 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", |
175 "name": "extract build" | 183 "name": "extract build" |
176 }, | 184 }, |
177 { | 185 { |
178 "cmd": [ | 186 "cmd": [ |
179 "python", | 187 "python", |
180 "-u", | 188 "-u", |
181 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 189 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
182 "--build-dir", | 190 "--build-dir", |
183 "[SLAVE_BUILD]/src/out/Release", | 191 "[SLAVE_BUILD]/src/out/Release", |
184 "--output-json", | 192 "--output-json", |
185 "/path/to/tmp/json" | 193 "/path/to/tmp/json" |
186 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
187 "name": "find isolated tests", | 196 "name": "find isolated tests", |
188 "~followup_annotations": [ | 197 "~followup_annotations": [ |
189 "@@@STEP_LOG_LINE@json.output@{@@@", | 198 "@@@STEP_LOG_LINE@json.output@{@@@", |
190 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
191 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
192 "@@@STEP_LOG_LINE@json.output@}@@@", | 201 "@@@STEP_LOG_LINE@json.output@}@@@", |
193 "@@@STEP_LOG_END@json.output@@@", | 202 "@@@STEP_LOG_END@json.output@@@", |
194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 203 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
195 ] | 204 ] |
196 }, | 205 }, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 "project:chromium", | 255 "project:chromium", |
247 "--tag", | 256 "--tag", |
248 "purpose:CI", | 257 "purpose:CI", |
249 "--tag", | 258 "--tag", |
250 "purpose:post-commit", | 259 "purpose:post-commit", |
251 "--idempotent", | 260 "--idempotent", |
252 "ffffffffffffffffffffffffffffffffffffffff", | 261 "ffffffffffffffffffffffffffffffffffffffff", |
253 "--", | 262 "--", |
254 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 263 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
255 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
256 "name": "[trigger] browser_tests", | 266 "name": "[trigger] browser_tests", |
257 "~followup_annotations": [ | 267 "~followup_annotations": [ |
258 "@@@STEP_LOG_LINE@json.output@{@@@", | 268 "@@@STEP_LOG_LINE@json.output@{@@@", |
259 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/ClangToTLinux tester/571\", @@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/ClangToTLinux tester/571\", @@@", |
260 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
261 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
ClangToTLinux tester/571\": {@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
ClangToTLinux tester/571\": {@@@", |
262 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
263 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
264 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
265 "@@@STEP_LOG_LINE@json.output@ }@@@", | 275 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
284 "--", | 294 "--", |
285 "collect", | 295 "collect", |
286 "--swarming", | 296 "--swarming", |
287 "https://chromium-swarm.appspot.com", | 297 "https://chromium-swarm.appspot.com", |
288 "--decorate", | 298 "--decorate", |
289 "--print-status-updates", | 299 "--print-status-updates", |
290 "--shards", | 300 "--shards", |
291 "1", | 301 "1", |
292 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinux tester/571" | 302 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinux tester/571" |
293 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", |
294 "name": "browser_tests" | 305 "name": "browser_tests" |
295 } | 306 } |
296 ] | 307 ] |
OLD | NEW |