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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac10.9 Tests-Trybot", | 10 "Mac10.9 Tests-Trybot", |
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/third_party/skia", | 16 "src/third_party/skia", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_v8_revision\"}", | 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party
/skia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_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 "--revision", | 23 "--revision", |
24 "src/third_party/skia@1111111" | 24 "src/third_party/skia@1111111" |
25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
26 "name": "bot_update", | 27 "name": "bot_update", |
27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/skia\",
@@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision\": \"f27fede2220
bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"got_chromium_revision_cp\": \"refs/hea
ds/master@{#170242}\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
66 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 67 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
67 ] | 68 ] |
68 }, | 69 }, |
69 { | 70 { |
70 "cmd": [ | 71 "cmd": [ |
71 "python", | 72 "python", |
72 "-u", | 73 "-u", |
73 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 74 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
74 "--version" | 75 "--version" |
75 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", |
76 "name": "swarming.py --version", | 78 "name": "swarming.py --version", |
77 "stdout": "/path/to/tmp/", | 79 "stdout": "/path/to/tmp/", |
78 "~followup_annotations": [ | 80 "~followup_annotations": [ |
79 "@@@STEP_TEXT@0.4.10@@@" | 81 "@@@STEP_TEXT@0.4.10@@@" |
80 ] | 82 ] |
81 }, | 83 }, |
82 { | 84 { |
83 "cmd": [ | 85 "cmd": [ |
84 "python", | 86 "python", |
85 "-u", | 87 "-u", |
86 "[DEPOT_TOOLS]/gclient.py", | 88 "[DEPOT_TOOLS]/gclient.py", |
87 "runhooks" | 89 "runhooks" |
88 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
89 "env": { | 92 "env": { |
90 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 93 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
91 }, | 94 }, |
92 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
93 }, | 96 }, |
94 { | 97 { |
95 "cmd": [ | 98 "cmd": [ |
96 "python", | 99 "python", |
97 "-u", | 100 "-u", |
98 "\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", |
99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
100 "/path/to/tmp/json" | 103 "/path/to/tmp/json" |
101 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]", |
102 "name": "read test spec", | 106 "name": "read test spec", |
103 "~followup_annotations": [ | 107 "~followup_annotations": [ |
104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", | 108 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", |
105 "@@@STEP_LOG_LINE@json.output@{@@@", | 109 "@@@STEP_LOG_LINE@json.output@{@@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests-Trybot\": {@@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests-Trybot\": {@@@", |
107 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
108 "@@@STEP_LOG_LINE@json.output@ {@@@", | 112 "@@@STEP_LOG_LINE@json.output@ {@@@", |
109 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
111 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 115 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
125 "--output", | 129 "--output", |
126 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
127 "--", | 131 "--", |
128 "--build-config-fs", | 132 "--build-config-fs", |
129 "Release", | 133 "Release", |
130 "--paths", | 134 "--paths", |
131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
132 "--properties", | 136 "--properties", |
133 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"maste
rname\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" | 137 "{\"buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"maste
rname\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" |
134 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
135 "name": "get compile targets for scripts", | 140 "name": "get compile targets for scripts", |
136 "~followup_annotations": [ | 141 "~followup_annotations": [ |
137 "@@@STEP_LOG_LINE@json.output@{}@@@", | 142 "@@@STEP_LOG_LINE@json.output@{}@@@", |
138 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
139 ] | 144 ] |
140 }, | 145 }, |
141 { | 146 { |
142 "cmd": [ | 147 "cmd": [ |
143 "python", | 148 "python", |
144 "-u", | 149 "-u", |
145 "[BUILD]/scripts/slave/cleanup_temp.py" | 150 "[BUILD]/scripts/slave/cleanup_temp.py" |
146 ], | 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", |
147 "name": "cleanup_temp" | 153 "name": "cleanup_temp" |
148 }, | 154 }, |
149 { | 155 { |
150 "cmd": [ | 156 "cmd": [ |
151 "python", | 157 "python", |
152 "-u", | 158 "-u", |
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", | 159 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
154 "[SLAVE_BUILD]/src/out/Release" | 160 "[SLAVE_BUILD]/src/out/Release" |
155 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
156 "name": "rmtree build directory", | 163 "name": "rmtree build directory", |
157 "~followup_annotations": [ | 164 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@python.inline@@@@", | 165 "@@@STEP_LOG_LINE@python.inline@@@@", |
159 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 166 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
160 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 167 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
161 "@@@STEP_LOG_LINE@python.inline@@@@", | 168 "@@@STEP_LOG_LINE@python.inline@@@@", |
162 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 169 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
163 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 170 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
164 "@@@STEP_LOG_END@python.inline@@@" | 171 "@@@STEP_LOG_END@python.inline@@@" |
165 ] | 172 ] |
166 }, | 173 }, |
167 { | 174 { |
168 "cmd": [ | 175 "cmd": [ |
169 "python", | 176 "python", |
170 "-u", | 177 "-u", |
171 "[BUILD]/scripts/slave/extract_build.py", | 178 "[BUILD]/scripts/slave/extract_build.py", |
172 "--target", | 179 "--target", |
173 "Release", | 180 "Release", |
174 "--build-archive-url", | 181 "--build-archive-url", |
175 "gs://test-domain/test-archive.zip", | 182 "gs://test-domain/test-archive.zip", |
176 "--factory-properties", | 183 "--factory-properties", |
177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi
p\", \"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111
\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\"
: {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", | 184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi
p\", \"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111
\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\"
: {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", |
178 "--build-properties", | 185 "--build-properties", |
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi
p\", \"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111
\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\"
: {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" | 186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Mac10.9 Tests-Trybot\", \"buildnumber\": 571, \"mastername\": \
"client.skia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zi
p\", \"parent_buildername\": \"Mac Builder\", \"parent_got_revision\": \"1111111
\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\"
: {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"}, \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" |
180 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
181 "name": "extract build" | 189 "name": "extract build" |
182 }, | 190 }, |
183 { | 191 { |
184 "cmd": [ | 192 "cmd": [ |
185 "python", | 193 "python", |
186 "-u", | 194 "-u", |
187 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 195 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
188 "--build-dir", | 196 "--build-dir", |
189 "[SLAVE_BUILD]/src/out/Release", | 197 "[SLAVE_BUILD]/src/out/Release", |
190 "--output-json", | 198 "--output-json", |
191 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
192 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
193 "name": "find isolated tests", | 202 "name": "find isolated tests", |
194 "~followup_annotations": [ | 203 "~followup_annotations": [ |
195 "@@@STEP_LOG_LINE@json.output@{@@@", | 204 "@@@STEP_LOG_LINE@json.output@{@@@", |
196 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
198 "@@@STEP_LOG_LINE@json.output@}@@@", | 207 "@@@STEP_LOG_LINE@json.output@}@@@", |
199 "@@@STEP_LOG_END@json.output@@@", | 208 "@@@STEP_LOG_END@json.output@@@", |
200 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 209 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
201 ] | 210 ] |
202 }, | 211 }, |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "project:chromium", | 261 "project:chromium", |
253 "--tag", | 262 "--tag", |
254 "purpose:CI", | 263 "purpose:CI", |
255 "--tag", | 264 "--tag", |
256 "purpose:post-commit", | 265 "purpose:post-commit", |
257 "--idempotent", | 266 "--idempotent", |
258 "ffffffffffffffffffffffffffffffffffffffff", | 267 "ffffffffffffffffffffffffffffffffffffffff", |
259 "--", | 268 "--", |
260 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 269 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
261 ], | 270 ], |
| 271 "cwd": "[SLAVE_BUILD]", |
262 "name": "[trigger] browser_tests on Mac-10.9", | 272 "name": "[trigger] browser_tests on Mac-10.9", |
263 "~followup_annotations": [ | 273 "~followup_annotations": [ |
264 "@@@STEP_LOG_LINE@json.output@{@@@", | 274 "@@@STEP_LOG_LINE@json.output@{@@@", |
265 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/Mac10.9 Tests-Trybot/571\", @@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/Mac10.9 Tests-Trybot/571\", @@@", |
266 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
267 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Mac1
0.9 Tests-Trybot/571\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Mac1
0.9 Tests-Trybot/571\": {@@@", |
268 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
269 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
271 "@@@STEP_LOG_LINE@json.output@ }@@@", | 281 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
290 "--", | 300 "--", |
291 "collect", | 301 "collect", |
292 "--swarming", | 302 "--swarming", |
293 "https://chromium-swarm.appspot.com", | 303 "https://chromium-swarm.appspot.com", |
294 "--decorate", | 304 "--decorate", |
295 "--print-status-updates", | 305 "--print-status-updates", |
296 "--shards", | 306 "--shards", |
297 "1", | 307 "1", |
298 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571" | 308 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests-Trybot/571" |
299 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
300 "name": "browser_tests on Mac-10.9" | 311 "name": "browser_tests on Mac-10.9" |
301 } | 312 } |
302 ] | 313 ] |
OLD | NEW |