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 "tryserver.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "mac_blink_rel", | 10 "mac_blink_rel", |
(...skipping 12 matching lines...) Loading... |
23 "--rietveld_server", | 23 "--rietveld_server", |
24 "https://codereview.chromium.org", | 24 "https://codereview.chromium.org", |
25 "--output_json", | 25 "--output_json", |
26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
27 "--revision", | 27 "--revision", |
28 "src@HEAD", | 28 "src@HEAD", |
29 "--revision", | 29 "--revision", |
30 "src/third_party/WebKit@HEAD", | 30 "src/third_party/WebKit@HEAD", |
31 "--force" | 31 "--force" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
42 "@@@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...) Loading... |
69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
70 ] | 71 ] |
71 }, | 72 }, |
72 { | 73 { |
73 "cmd": [ | 74 "cmd": [ |
74 "python", | 75 "python", |
75 "-u", | 76 "-u", |
76 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 77 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
77 "--version" | 78 "--version" |
78 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
79 "name": "swarming.py --version", | 81 "name": "swarming.py --version", |
80 "stdout": "/path/to/tmp/", | 82 "stdout": "/path/to/tmp/", |
81 "~followup_annotations": [ | 83 "~followup_annotations": [ |
82 "@@@STEP_TEXT@0.4.10@@@" | 84 "@@@STEP_TEXT@0.4.10@@@" |
83 ] | 85 ] |
84 }, | 86 }, |
85 { | 87 { |
86 "cmd": [ | 88 "cmd": [ |
87 "python", | 89 "python", |
88 "-u", | 90 "-u", |
89 "[DEPOT_TOOLS]/gclient.py", | 91 "[DEPOT_TOOLS]/gclient.py", |
90 "runhooks" | 92 "runhooks" |
91 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
92 "env": { | 95 "env": { |
93 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" | 96 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" |
94 }, | 97 }, |
95 "name": "gclient runhooks" | 98 "name": "gclient runhooks" |
96 }, | 99 }, |
97 { | 100 { |
98 "cmd": [ | 101 "cmd": [ |
99 "python", | 102 "python", |
100 "-u", | 103 "-u", |
101 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 104 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
102 "--build-dir", | 105 "--build-dir", |
103 "[SLAVE_BUILD]/src/out/Release", | 106 "[SLAVE_BUILD]/src/out/Release", |
104 "--clean-isolated-files" | 107 "--clean-isolated-files" |
105 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]", |
106 "name": "clean isolated files" | 110 "name": "clean isolated files" |
107 }, | 111 }, |
108 { | 112 { |
109 "cmd": [ | 113 "cmd": [ |
110 "python", | 114 "python", |
111 "-u", | 115 "-u", |
112 "[BUILD]/scripts/slave/compile.py", | 116 "[BUILD]/scripts/slave/compile.py", |
113 "--target", | 117 "--target", |
114 "Release", | 118 "Release", |
115 "--src-dir", | 119 "--src-dir", |
116 "[SLAVE_BUILD]/src", | 120 "[SLAVE_BUILD]/src", |
117 "--build-tool", | 121 "--build-tool", |
118 "ninja", | 122 "ninja", |
119 "--compiler", | 123 "--compiler", |
120 "goma-clang", | 124 "goma-clang", |
121 "--goma-dir", | 125 "--goma-dir", |
122 "[BUILD]/goma", | 126 "[BUILD]/goma", |
123 "--", | 127 "--", |
124 "angle_unittests_run", | 128 "angle_unittests_run", |
125 "blink_tests", | 129 "blink_tests", |
126 "chrome", | 130 "chrome", |
127 "content_gl_tests_run", | 131 "content_gl_tests_run", |
128 "gl_tests_run", | 132 "gl_tests_run", |
129 "tab_capture_end2end_tests_run", | 133 "tab_capture_end2end_tests_run", |
130 "telemetry_gpu_test_run" | 134 "telemetry_gpu_test_run" |
131 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]", |
132 "name": "compile" | 137 "name": "compile" |
133 }, | 138 }, |
134 { | 139 { |
135 "cmd": [ | 140 "cmd": [ |
136 "python", | 141 "python", |
137 "-u", | 142 "-u", |
138 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 143 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
139 "/path/to/tmp/", | 144 "/path/to/tmp/", |
140 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 145 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
141 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", |
142 "name": "find isolated targets" | 148 "name": "find isolated targets" |
143 }, | 149 }, |
144 { | 150 { |
145 "cmd": [ | 151 "cmd": [ |
146 "python", | 152 "python", |
147 "-u", | 153 "-u", |
148 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 154 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
149 "batcharchive", | 155 "batcharchive", |
150 "--dump-json", | 156 "--dump-json", |
151 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
152 "--isolate-server", | 158 "--isolate-server", |
153 "https://isolateserver.appspot.com", | 159 "https://isolateserver.appspot.com", |
154 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", | 160 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", |
155 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" | 161 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" |
156 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
157 "name": "isolate tests", | 164 "name": "isolate tests", |
158 "~followup_annotations": [ | 165 "~followup_annotations": [ |
159 "@@@STEP_LOG_LINE@json.output@{@@@", | 166 "@@@STEP_LOG_LINE@json.output@{@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@", | 170 "@@@STEP_LOG_END@json.output@@@", |
164 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 171 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
165 ] | 172 ] |
166 }, | 173 }, |
167 { | 174 { |
168 "cmd": [ | 175 "cmd": [ |
169 "python", | 176 "python", |
170 "-u", | 177 "-u", |
171 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", | 178 "[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py", |
172 "--build-dir", | 179 "--build-dir", |
173 "[SLAVE_BUILD]/src/out", | 180 "[SLAVE_BUILD]/src/out", |
174 "--target", | 181 "--target", |
175 "Release" | 182 "Release" |
176 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
177 "name": "webkit_lint" | 185 "name": "webkit_lint" |
178 }, | 186 }, |
179 { | 187 { |
180 "cmd": [ | 188 "cmd": [ |
181 "python", | 189 "python", |
182 "-u", | 190 "-u", |
183 "[BUILD]/scripts/slave/chromium/test_webkitpy_wrapper.py", | 191 "[BUILD]/scripts/slave/chromium/test_webkitpy_wrapper.py", |
184 "--build-dir", | 192 "--build-dir", |
185 "[SLAVE_BUILD]/src/out", | 193 "[SLAVE_BUILD]/src/out", |
186 "--target", | 194 "--target", |
187 "Release" | 195 "Release" |
188 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
189 "name": "webkit_python_tests" | 198 "name": "webkit_python_tests" |
190 }, | 199 }, |
191 { | 200 { |
192 "cmd": [ | 201 "cmd": [ |
193 "python", | 202 "python", |
194 "-u", | 203 "-u", |
195 "[BUILD]/scripts/slave/runtest.py", | 204 "[BUILD]/scripts/slave/runtest.py", |
196 "--target", | 205 "--target", |
197 "Release", | 206 "Release", |
198 "--factory-properties", | 207 "--factory-properties", |
199 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
200 "--build-properties", | 209 "--build-properties", |
201 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
202 "--builder-name=mac_blink_rel", | 211 "--builder-name=mac_blink_rel", |
203 "--slave-name=TestSlavename", | 212 "--slave-name=TestSlavename", |
204 "--build-number=571", | 213 "--build-number=571", |
205 "webkit_unit_tests" | 214 "webkit_unit_tests" |
206 ], | 215 ], |
| 216 "cwd": "[SLAVE_BUILD]", |
207 "name": "webkit_unit_tests" | 217 "name": "webkit_unit_tests" |
208 }, | 218 }, |
209 { | 219 { |
210 "cmd": [ | 220 "cmd": [ |
211 "python", | 221 "python", |
212 "-u", | 222 "-u", |
213 "[BUILD]/scripts/slave/runtest.py", | 223 "[BUILD]/scripts/slave/runtest.py", |
214 "--target", | 224 "--target", |
215 "Release", | 225 "Release", |
216 "--factory-properties", | 226 "--factory-properties", |
217 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 227 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
218 "--build-properties", | 228 "--build-properties", |
219 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
220 "--builder-name=mac_blink_rel", | 230 "--builder-name=mac_blink_rel", |
221 "--slave-name=TestSlavename", | 231 "--slave-name=TestSlavename", |
222 "--build-number=571", | 232 "--build-number=571", |
223 "blink_platform_unittests" | 233 "blink_platform_unittests" |
224 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
225 "name": "blink_platform_unittests" | 236 "name": "blink_platform_unittests" |
226 }, | 237 }, |
227 { | 238 { |
228 "cmd": [ | 239 "cmd": [ |
229 "python", | 240 "python", |
230 "-u", | 241 "-u", |
231 "[BUILD]/scripts/slave/runtest.py", | 242 "[BUILD]/scripts/slave/runtest.py", |
232 "--target", | 243 "--target", |
233 "Release", | 244 "Release", |
234 "--factory-properties", | 245 "--factory-properties", |
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 246 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
236 "--build-properties", | 247 "--build-properties", |
237 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
238 "--builder-name=mac_blink_rel", | 249 "--builder-name=mac_blink_rel", |
239 "--slave-name=TestSlavename", | 250 "--slave-name=TestSlavename", |
240 "--build-number=571", | 251 "--build-number=571", |
241 "blink_heap_unittests" | 252 "blink_heap_unittests" |
242 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
243 "name": "blink_heap_unittests" | 255 "name": "blink_heap_unittests" |
244 }, | 256 }, |
245 { | 257 { |
246 "cmd": [ | 258 "cmd": [ |
247 "python", | 259 "python", |
248 "-u", | 260 "-u", |
249 "[BUILD]/scripts/slave/runtest.py", | 261 "[BUILD]/scripts/slave/runtest.py", |
250 "--target", | 262 "--target", |
251 "Release", | 263 "Release", |
252 "--factory-properties", | 264 "--factory-properties", |
253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 265 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
254 "--build-properties", | 266 "--build-properties", |
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 267 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
256 "--builder-name=mac_blink_rel", | 268 "--builder-name=mac_blink_rel", |
257 "--slave-name=TestSlavename", | 269 "--slave-name=TestSlavename", |
258 "--build-number=571", | 270 "--build-number=571", |
259 "wtf_unittests" | 271 "wtf_unittests" |
260 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", |
261 "name": "wtf_unittests" | 274 "name": "wtf_unittests" |
262 }, | 275 }, |
263 { | 276 { |
264 "cmd": [ | 277 "cmd": [ |
265 "python", | 278 "python", |
266 "-u", | 279 "-u", |
267 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 280 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
268 "trigger", | 281 "trigger", |
269 "--swarming", | 282 "--swarming", |
270 "https://chromium-swarm.appspot.com", | 283 "https://chromium-swarm.appspot.com", |
(...skipping 53 matching lines...) Loading... |
324 "--tag", | 337 "--tag", |
325 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 338 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
326 "--idempotent", | 339 "--idempotent", |
327 "--user", | 340 "--user", |
328 "commit-bot@chromium.org", | 341 "commit-bot@chromium.org", |
329 "[dummy hash for content_gl_tests]", | 342 "[dummy hash for content_gl_tests]", |
330 "--", | 343 "--", |
331 "--use-gpu-in-tests", | 344 "--use-gpu-in-tests", |
332 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 345 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
333 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", |
334 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)", | 348 "name": "[trigger] content_gl_tests on Intel GPU on Mac (with patch)", |
335 "~followup_annotations": [ | 349 "~followup_annotations": [ |
336 "@@@STEP_LOG_LINE@json.output@{@@@", | 350 "@@@STEP_LOG_LINE@json.output@{@@@", |
337 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 351 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
338 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 352 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
339 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac (
with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on Intel GPU on Mac (
with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
340 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
341 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 355 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
342 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 356 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
343 "@@@STEP_LOG_LINE@json.output@ }@@@", | 357 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 67 matching lines...) Loading... |
411 "--tag", | 425 "--tag", |
412 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 426 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
413 "--idempotent", | 427 "--idempotent", |
414 "--user", | 428 "--user", |
415 "commit-bot@chromium.org", | 429 "commit-bot@chromium.org", |
416 "[dummy hash for gl_tests]", | 430 "[dummy hash for gl_tests]", |
417 "--", | 431 "--", |
418 "--use-gpu-in-tests", | 432 "--use-gpu-in-tests", |
419 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 433 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
420 ], | 434 ], |
| 435 "cwd": "[SLAVE_BUILD]", |
421 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)", | 436 "name": "[trigger] gl_tests on Intel GPU on Mac (with patch)", |
422 "~followup_annotations": [ | 437 "~followup_annotations": [ |
423 "@@@STEP_LOG_LINE@json.output@{@@@", | 438 "@@@STEP_LOG_LINE@json.output@{@@@", |
424 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP
U on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 439 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on Intel GP
U on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
425 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 440 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
426 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat
ch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 441 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on Intel GPU on Mac (with pat
ch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
427 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 442 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
428 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 443 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 444 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
430 "@@@STEP_LOG_LINE@json.output@ }@@@", | 445 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 67 matching lines...) Loading... |
498 "--tag", | 513 "--tag", |
499 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 514 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
500 "--idempotent", | 515 "--idempotent", |
501 "--user", | 516 "--user", |
502 "commit-bot@chromium.org", | 517 "commit-bot@chromium.org", |
503 "[dummy hash for angle_unittests]", | 518 "[dummy hash for angle_unittests]", |
504 "--", | 519 "--", |
505 "--use-gpu-in-tests", | 520 "--use-gpu-in-tests", |
506 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 521 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
507 ], | 522 ], |
| 523 "cwd": "[SLAVE_BUILD]", |
508 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)", | 524 "name": "[trigger] angle_unittests on Intel GPU on Mac (with patch)", |
509 "~followup_annotations": [ | 525 "~followup_annotations": [ |
510 "@@@STEP_LOG_LINE@json.output@{@@@", | 526 "@@@STEP_LOG_LINE@json.output@{@@@", |
511 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 527 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
512 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 528 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
513 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 529 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
514 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 530 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
515 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
516 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
517 "@@@STEP_LOG_LINE@json.output@ }@@@", | 533 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 78 matching lines...) Loading... |
596 "--build-revision", | 612 "--build-revision", |
597 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 613 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
598 "--test-machine-name", | 614 "--test-machine-name", |
599 "mac_blink_rel", | 615 "mac_blink_rel", |
600 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 616 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
601 "--output-format", | 617 "--output-format", |
602 "json", | 618 "json", |
603 "--output-dir", | 619 "--output-dir", |
604 "${ISOLATED_OUTDIR}" | 620 "${ISOLATED_OUTDIR}" |
605 ], | 621 ], |
| 622 "cwd": "[SLAVE_BUILD]", |
606 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)", | 623 "name": "[trigger] maps_pixel_test on Intel GPU on Mac (with patch)", |
607 "~followup_annotations": [ | 624 "~followup_annotations": [ |
608 "@@@STEP_LOG_LINE@json.output@{@@@", | 625 "@@@STEP_LOG_LINE@json.output@{@@@", |
609 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
610 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 627 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
611 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 628 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
612 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 629 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
613 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 630 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
614 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 631 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
615 "@@@STEP_LOG_LINE@json.output@ }@@@", | 632 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 83 matching lines...) Loading... |
699 "--os-type", | 716 "--os-type", |
700 "mac", | 717 "mac", |
701 "--test-machine-name", | 718 "--test-machine-name", |
702 "mac_blink_rel", | 719 "mac_blink_rel", |
703 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 720 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
704 "--output-format", | 721 "--output-format", |
705 "json", | 722 "json", |
706 "--output-dir", | 723 "--output-dir", |
707 "${ISOLATED_OUTDIR}" | 724 "${ISOLATED_OUTDIR}" |
708 ], | 725 ], |
| 726 "cwd": "[SLAVE_BUILD]", |
709 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)", | 727 "name": "[trigger] pixel_test on Intel GPU on Mac (with patch)", |
710 "~followup_annotations": [ | 728 "~followup_annotations": [ |
711 "@@@STEP_LOG_LINE@json.output@{@@@", | 729 "@@@STEP_LOG_LINE@json.output@{@@@", |
712 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 730 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
713 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 731 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
714 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p
atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 732 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (with p
atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
715 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 733 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
716 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 734 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
717 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 735 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
718 "@@@STEP_LOG_LINE@json.output@ }@@@", | 736 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
793 "--show-stdout", | 811 "--show-stdout", |
794 "--browser=release", | 812 "--browser=release", |
795 "-v", | 813 "-v", |
796 "--use-devtools-active-port", | 814 "--use-devtools-active-port", |
797 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 815 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
798 "--output-format", | 816 "--output-format", |
799 "json", | 817 "json", |
800 "--output-dir", | 818 "--output-dir", |
801 "${ISOLATED_OUTDIR}" | 819 "${ISOLATED_OUTDIR}" |
802 ], | 820 ], |
| 821 "cwd": "[SLAVE_BUILD]", |
803 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)", | 822 "name": "[trigger] webgl_conformance on Intel GPU on Mac (with patch)", |
804 "~followup_annotations": [ | 823 "~followup_annotations": [ |
805 "@@@STEP_LOG_LINE@json.output@{@@@", | 824 "@@@STEP_LOG_LINE@json.output@{@@@", |
806 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 825 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
807 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 826 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
808 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 827 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
809 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 828 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
810 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 829 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
811 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 830 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
812 "@@@STEP_LOG_LINE@json.output@ }@@@", | 831 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
887 "--show-stdout", | 906 "--show-stdout", |
888 "--browser=release", | 907 "--browser=release", |
889 "-v", | 908 "-v", |
890 "--use-devtools-active-port", | 909 "--use-devtools-active-port", |
891 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 910 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
892 "--output-format", | 911 "--output-format", |
893 "json", | 912 "json", |
894 "--output-dir", | 913 "--output-dir", |
895 "${ISOLATED_OUTDIR}" | 914 "${ISOLATED_OUTDIR}" |
896 ], | 915 ], |
| 916 "cwd": "[SLAVE_BUILD]", |
897 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)", | 917 "name": "[trigger] context_lost on Intel GPU on Mac (with patch)", |
898 "~followup_annotations": [ | 918 "~followup_annotations": [ |
899 "@@@STEP_LOG_LINE@json.output@{@@@", | 919 "@@@STEP_LOG_LINE@json.output@{@@@", |
900 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte
l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on Inte
l GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
901 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 921 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
902 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with
patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 922 "@@@STEP_LOG_LINE@json.output@ \"context_lost on Intel GPU on Mac (with
patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
903 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 923 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
904 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
905 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 925 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
906 "@@@STEP_LOG_LINE@json.output@ }@@@", | 926 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
981 "--show-stdout", | 1001 "--show-stdout", |
982 "--browser=release", | 1002 "--browser=release", |
983 "-v", | 1003 "-v", |
984 "--use-devtools-active-port", | 1004 "--use-devtools-active-port", |
985 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1005 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
986 "--output-format", | 1006 "--output-format", |
987 "json", | 1007 "json", |
988 "--output-dir", | 1008 "--output-dir", |
989 "${ISOLATED_OUTDIR}" | 1009 "${ISOLATED_OUTDIR}" |
990 ], | 1010 ], |
| 1011 "cwd": "[SLAVE_BUILD]", |
991 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)", | 1012 "name": "[trigger] memory_test on Intel GPU on Mac (with patch)", |
992 "~followup_annotations": [ | 1013 "~followup_annotations": [ |
993 "@@@STEP_LOG_LINE@json.output@{@@@", | 1014 "@@@STEP_LOG_LINE@json.output@{@@@", |
994 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 1015 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
995 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1016 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
996 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with
patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1017 "@@@STEP_LOG_LINE@json.output@ \"memory_test on Intel GPU on Mac (with
patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
997 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1018 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
998 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1019 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
999 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1020 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1000 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1021 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
1075 "--show-stdout", | 1096 "--show-stdout", |
1076 "--browser=release", | 1097 "--browser=release", |
1077 "-v", | 1098 "-v", |
1078 "--use-devtools-active-port", | 1099 "--use-devtools-active-port", |
1079 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1100 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1080 "--output-format", | 1101 "--output-format", |
1081 "json", | 1102 "json", |
1082 "--output-dir", | 1103 "--output-dir", |
1083 "${ISOLATED_OUTDIR}" | 1104 "${ISOLATED_OUTDIR}" |
1084 ], | 1105 ], |
| 1106 "cwd": "[SLAVE_BUILD]", |
1085 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)", | 1107 "name": "[trigger] trace_test on Intel GPU on Mac (with patch)", |
1086 "~followup_annotations": [ | 1108 "~followup_annotations": [ |
1087 "@@@STEP_LOG_LINE@json.output@{@@@", | 1109 "@@@STEP_LOG_LINE@json.output@{@@@", |
1088 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 1110 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
1089 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1111 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1090 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p
atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1112 "@@@STEP_LOG_LINE@json.output@ \"trace_test on Intel GPU on Mac (with p
atch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1091 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1113 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1092 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1114 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1093 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1115 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1094 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1116 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
1169 "--show-stdout", | 1191 "--show-stdout", |
1170 "--browser=release", | 1192 "--browser=release", |
1171 "-v", | 1193 "-v", |
1172 "--use-devtools-active-port", | 1194 "--use-devtools-active-port", |
1173 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1195 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1174 "--output-format", | 1196 "--output-format", |
1175 "json", | 1197 "json", |
1176 "--output-dir", | 1198 "--output-dir", |
1177 "${ISOLATED_OUTDIR}" | 1199 "${ISOLATED_OUTDIR}" |
1178 ], | 1200 ], |
| 1201 "cwd": "[SLAVE_BUILD]", |
1179 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)", | 1202 "name": "[trigger] screenshot_sync on Intel GPU on Mac (with patch)", |
1180 "~followup_annotations": [ | 1203 "~followup_annotations": [ |
1181 "@@@STEP_LOG_LINE@json.output@{@@@", | 1204 "@@@STEP_LOG_LINE@json.output@{@@@", |
1182 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 1205 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on I
ntel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
1183 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1206 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1184 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1207 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on Intel GPU on Mac (w
ith patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1185 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1208 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1186 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1209 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1187 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1210 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1188 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1211 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
1263 "--show-stdout", | 1286 "--show-stdout", |
1264 "--browser=release", | 1287 "--browser=release", |
1265 "-v", | 1288 "-v", |
1266 "--use-devtools-active-port", | 1289 "--use-devtools-active-port", |
1267 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1290 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1268 "--output-format", | 1291 "--output-format", |
1269 "json", | 1292 "json", |
1270 "--output-dir", | 1293 "--output-dir", |
1271 "${ISOLATED_OUTDIR}" | 1294 "${ISOLATED_OUTDIR}" |
1272 ], | 1295 ], |
| 1296 "cwd": "[SLAVE_BUILD]", |
1273 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa
tch)", | 1297 "name": "[trigger] hardware_accelerated_feature on Intel GPU on Mac (with pa
tch)", |
1274 "~followup_annotations": [ | 1298 "~followup_annotations": [ |
1275 "@@@STEP_LOG_LINE@json.output@{@@@", | 1299 "@@@STEP_LOG_LINE@json.output@{@@@", |
1276 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated
_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\
", @@@", | 1300 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated
_feature on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\
", @@@", |
1277 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1278 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1302 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on Intel
GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1279 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1280 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1281 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1282 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1306 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
1357 "--show-stdout", | 1381 "--show-stdout", |
1358 "--browser=release", | 1382 "--browser=release", |
1359 "-v", | 1383 "-v", |
1360 "--use-devtools-active-port", | 1384 "--use-devtools-active-port", |
1361 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1385 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1362 "--output-format", | 1386 "--output-format", |
1363 "json", | 1387 "json", |
1364 "--output-dir", | 1388 "--output-dir", |
1365 "${ISOLATED_OUTDIR}" | 1389 "${ISOLATED_OUTDIR}" |
1366 ], | 1390 ], |
| 1391 "cwd": "[SLAVE_BUILD]", |
1367 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)", | 1392 "name": "[trigger] gpu_process_launch on Intel GPU on Mac (with patch)", |
1368 "~followup_annotations": [ | 1393 "~followup_annotations": [ |
1369 "@@@STEP_LOG_LINE@json.output@{@@@", | 1394 "@@@STEP_LOG_LINE@json.output@{@@@", |
1370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o
n Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 1395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o
n Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
1371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1372 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1397 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1401 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 78 matching lines...) Loading... |
1455 "--build-revision", | 1480 "--build-revision", |
1456 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1481 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
1457 "--test-machine-name", | 1482 "--test-machine-name", |
1458 "mac_blink_rel", | 1483 "mac_blink_rel", |
1459 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1484 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1460 "--output-format", | 1485 "--output-format", |
1461 "json", | 1486 "json", |
1462 "--output-dir", | 1487 "--output-dir", |
1463 "${ISOLATED_OUTDIR}" | 1488 "${ISOLATED_OUTDIR}" |
1464 ], | 1489 ], |
| 1490 "cwd": "[SLAVE_BUILD]", |
1465 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)", | 1491 "name": "[trigger] gpu_rasterization on Intel GPU on Mac (with patch)", |
1466 "~followup_annotations": [ | 1492 "~followup_annotations": [ |
1467 "@@@STEP_LOG_LINE@json.output@{@@@", | 1493 "@@@STEP_LOG_LINE@json.output@{@@@", |
1468 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 1494 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on
Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
1469 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1495 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1470 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1496 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on Intel GPU on Mac
(with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1471 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1497 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1472 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1498 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1473 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1499 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1474 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1500 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 66 matching lines...) Loading... |
1541 "purpose:pre-commit", | 1567 "purpose:pre-commit", |
1542 "--tag", | 1568 "--tag", |
1543 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 1569 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
1544 "--idempotent", | 1570 "--idempotent", |
1545 "--user", | 1571 "--user", |
1546 "commit-bot@chromium.org", | 1572 "commit-bot@chromium.org", |
1547 "[dummy hash for tab_capture_end2end_tests]", | 1573 "[dummy hash for tab_capture_end2end_tests]", |
1548 "--", | 1574 "--", |
1549 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 1575 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
1550 ], | 1576 ], |
| 1577 "cwd": "[SLAVE_BUILD]", |
1551 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch
)", | 1578 "name": "[trigger] tab_capture_end2end_tests on Intel GPU on Mac (with patch
)", |
1552 "~followup_annotations": [ | 1579 "~followup_annotations": [ |
1553 "@@@STEP_LOG_LINE@json.output@{@@@", | 1580 "@@@STEP_LOG_LINE@json.output@{@@@", |
1554 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_
tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\",
@@@", | 1581 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_
tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\",
@@@", |
1555 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1582 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1556 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU
on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 1583 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on Intel GPU
on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
1557 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1584 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1558 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1585 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1559 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1586 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1560 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1587 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 67 matching lines...) Loading... |
1628 "--tag", | 1655 "--tag", |
1629 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 1656 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
1630 "--idempotent", | 1657 "--idempotent", |
1631 "--user", | 1658 "--user", |
1632 "commit-bot@chromium.org", | 1659 "commit-bot@chromium.org", |
1633 "[dummy hash for content_gl_tests]", | 1660 "[dummy hash for content_gl_tests]", |
1634 "--", | 1661 "--", |
1635 "--use-gpu-in-tests", | 1662 "--use-gpu-in-tests", |
1636 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 1663 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
1637 ], | 1664 ], |
| 1665 "cwd": "[SLAVE_BUILD]", |
1638 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", | 1666 "name": "[trigger] content_gl_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", |
1639 "~followup_annotations": [ | 1667 "~followup_annotations": [ |
1640 "@@@STEP_LOG_LINE@json.output@{@@@", | 1668 "@@@STEP_LOG_LINE@json.output@{@@@", |
1641 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @
@@", | 1669 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"content_gl_tests on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @
@@", |
1642 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1670 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1643 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 1671 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
1644 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1672 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1645 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1673 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1646 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1674 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1647 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1675 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 67 matching lines...) Loading... |
1715 "--tag", | 1743 "--tag", |
1716 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 1744 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
1717 "--idempotent", | 1745 "--idempotent", |
1718 "--user", | 1746 "--user", |
1719 "commit-bot@chromium.org", | 1747 "commit-bot@chromium.org", |
1720 "[dummy hash for gl_tests]", | 1748 "[dummy hash for gl_tests]", |
1721 "--", | 1749 "--", |
1722 "--use-gpu-in-tests", | 1750 "--use-gpu-in-tests", |
1723 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 1751 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
1724 ], | 1752 ], |
| 1753 "cwd": "[SLAVE_BUILD]", |
1725 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-
10.9", | 1754 "name": "[trigger] gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-
10.9", |
1726 "~followup_annotations": [ | 1755 "~followup_annotations": [ |
1727 "@@@STEP_LOG_LINE@json.output@{@@@", | 1756 "@@@STEP_LOG_LINE@json.output@{@@@", |
1728 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on NVIDIA G
PU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", | 1757 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests on NVIDIA G
PU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", |
1729 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1758 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1730 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina (
with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 1759 "@@@STEP_LOG_LINE@json.output@ \"gl_tests on NVIDIA GPU on Mac Retina (
with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
1731 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1760 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1732 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1761 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1733 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1762 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1734 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1763 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 67 matching lines...) Loading... |
1802 "--tag", | 1831 "--tag", |
1803 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 1832 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
1804 "--idempotent", | 1833 "--idempotent", |
1805 "--user", | 1834 "--user", |
1806 "commit-bot@chromium.org", | 1835 "commit-bot@chromium.org", |
1807 "[dummy hash for angle_unittests]", | 1836 "[dummy hash for angle_unittests]", |
1808 "--", | 1837 "--", |
1809 "--use-gpu-in-tests", | 1838 "--use-gpu-in-tests", |
1810 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 1839 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
1811 ], | 1840 ], |
| 1841 "cwd": "[SLAVE_BUILD]", |
1812 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", | 1842 "name": "[trigger] angle_unittests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", |
1813 "~followup_annotations": [ | 1843 "~followup_annotations": [ |
1814 "@@@STEP_LOG_LINE@json.output@{@@@", | 1844 "@@@STEP_LOG_LINE@json.output@{@@@", |
1815 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", | 1845 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", |
1816 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1846 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1817 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 1847 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
1818 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1848 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1819 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1849 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1820 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1850 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1821 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1851 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 78 matching lines...) Loading... |
1900 "--build-revision", | 1930 "--build-revision", |
1901 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1931 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
1902 "--test-machine-name", | 1932 "--test-machine-name", |
1903 "mac_blink_rel", | 1933 "mac_blink_rel", |
1904 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 1934 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
1905 "--output-format", | 1935 "--output-format", |
1906 "json", | 1936 "json", |
1907 "--output-dir", | 1937 "--output-dir", |
1908 "${ISOLATED_OUTDIR}" | 1938 "${ISOLATED_OUTDIR}" |
1909 ], | 1939 ], |
| 1940 "cwd": "[SLAVE_BUILD]", |
1910 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", | 1941 "name": "[trigger] maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", |
1911 "~followup_annotations": [ | 1942 "~followup_annotations": [ |
1912 "@@@STEP_LOG_LINE@json.output@{@@@", | 1943 "@@@STEP_LOG_LINE@json.output@{@@@", |
1913 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", | 1944 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"maps_pixel_test on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", |
1914 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1945 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1915 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 1946 "@@@STEP_LOG_LINE@json.output@ \"maps_pixel_test on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
1916 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1947 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1917 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1948 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1918 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1949 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1919 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1950 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 83 matching lines...) Loading... |
2003 "--os-type", | 2034 "--os-type", |
2004 "mac", | 2035 "mac", |
2005 "--test-machine-name", | 2036 "--test-machine-name", |
2006 "mac_blink_rel", | 2037 "mac_blink_rel", |
2007 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2038 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2008 "--output-format", | 2039 "--output-format", |
2009 "json", | 2040 "json", |
2010 "--output-dir", | 2041 "--output-dir", |
2011 "${ISOLATED_OUTDIR}" | 2042 "${ISOLATED_OUTDIR}" |
2012 ], | 2043 ], |
| 2044 "cwd": "[SLAVE_BUILD]", |
2013 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma
c-10.9", | 2045 "name": "[trigger] pixel_test on NVIDIA GPU on Mac Retina (with patch) on Ma
c-10.9", |
2014 "~followup_annotations": [ | 2046 "~followup_annotations": [ |
2015 "@@@STEP_LOG_LINE@json.output@{@@@", | 2047 "@@@STEP_LOG_LINE@json.output@{@@@", |
2016 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", | 2048 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", |
2017 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2049 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2018 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina
(with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2050 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on NVIDIA GPU on Mac Retina
(with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2019 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2051 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2020 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2052 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2021 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2053 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2022 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2054 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2097 "--show-stdout", | 2129 "--show-stdout", |
2098 "--browser=release", | 2130 "--browser=release", |
2099 "-v", | 2131 "-v", |
2100 "--use-devtools-active-port", | 2132 "--use-devtools-active-port", |
2101 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2133 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2102 "--output-format", | 2134 "--output-format", |
2103 "json", | 2135 "json", |
2104 "--output-dir", | 2136 "--output-dir", |
2105 "${ISOLATED_OUTDIR}" | 2137 "${ISOLATED_OUTDIR}" |
2106 ], | 2138 ], |
| 2139 "cwd": "[SLAVE_BUILD]", |
2107 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch
) on Mac-10.9", | 2140 "name": "[trigger] webgl_conformance on NVIDIA GPU on Mac Retina (with patch
) on Mac-10.9", |
2108 "~followup_annotations": [ | 2141 "~followup_annotations": [ |
2109 "@@@STEP_LOG_LINE@json.output@{@@@", | 2142 "@@@STEP_LOG_LINE@json.output@{@@@", |
2110 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", | 2143 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"webgl_conformance on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", |
2111 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2144 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2112 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2145 "@@@STEP_LOG_LINE@json.output@ \"webgl_conformance on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2113 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2146 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2114 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2147 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2115 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2148 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2116 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2149 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2191 "--show-stdout", | 2224 "--show-stdout", |
2192 "--browser=release", | 2225 "--browser=release", |
2193 "-v", | 2226 "-v", |
2194 "--use-devtools-active-port", | 2227 "--use-devtools-active-port", |
2195 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2228 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2196 "--output-format", | 2229 "--output-format", |
2197 "json", | 2230 "json", |
2198 "--output-dir", | 2231 "--output-dir", |
2199 "${ISOLATED_OUTDIR}" | 2232 "${ISOLATED_OUTDIR}" |
2200 ], | 2233 ], |
| 2234 "cwd": "[SLAVE_BUILD]", |
2201 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on
Mac-10.9", | 2235 "name": "[trigger] context_lost on NVIDIA GPU on Mac Retina (with patch) on
Mac-10.9", |
2202 "~followup_annotations": [ | 2236 "~followup_annotations": [ |
2203 "@@@STEP_LOG_LINE@json.output@{@@@", | 2237 "@@@STEP_LOG_LINE@json.output@{@@@", |
2204 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on NVID
IA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", | 2238 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"context_lost on NVID
IA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", |
2205 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2239 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2206 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti
na (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2240 "@@@STEP_LOG_LINE@json.output@ \"context_lost on NVIDIA GPU on Mac Reti
na (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2207 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2241 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2208 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2242 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2209 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2243 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2210 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2244 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2285 "--show-stdout", | 2319 "--show-stdout", |
2286 "--browser=release", | 2320 "--browser=release", |
2287 "-v", | 2321 "-v", |
2288 "--use-devtools-active-port", | 2322 "--use-devtools-active-port", |
2289 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2323 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2290 "--output-format", | 2324 "--output-format", |
2291 "json", | 2325 "json", |
2292 "--output-dir", | 2326 "--output-dir", |
2293 "${ISOLATED_OUTDIR}" | 2327 "${ISOLATED_OUTDIR}" |
2294 ], | 2328 ], |
| 2329 "cwd": "[SLAVE_BUILD]", |
2295 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M
ac-10.9", | 2330 "name": "[trigger] memory_test on NVIDIA GPU on Mac Retina (with patch) on M
ac-10.9", |
2296 "~followup_annotations": [ | 2331 "~followup_annotations": [ |
2297 "@@@STEP_LOG_LINE@json.output@{@@@", | 2332 "@@@STEP_LOG_LINE@json.output@{@@@", |
2298 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on NVIDI
A GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", | 2333 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"memory_test on NVIDI
A GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", |
2299 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2334 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2300 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin
a (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2335 "@@@STEP_LOG_LINE@json.output@ \"memory_test on NVIDIA GPU on Mac Retin
a (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2301 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2336 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2302 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2337 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2303 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2338 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2304 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2339 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2379 "--show-stdout", | 2414 "--show-stdout", |
2380 "--browser=release", | 2415 "--browser=release", |
2381 "-v", | 2416 "-v", |
2382 "--use-devtools-active-port", | 2417 "--use-devtools-active-port", |
2383 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2418 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2384 "--output-format", | 2419 "--output-format", |
2385 "json", | 2420 "json", |
2386 "--output-dir", | 2421 "--output-dir", |
2387 "${ISOLATED_OUTDIR}" | 2422 "${ISOLATED_OUTDIR}" |
2388 ], | 2423 ], |
| 2424 "cwd": "[SLAVE_BUILD]", |
2389 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma
c-10.9", | 2425 "name": "[trigger] trace_test on NVIDIA GPU on Mac Retina (with patch) on Ma
c-10.9", |
2390 "~followup_annotations": [ | 2426 "~followup_annotations": [ |
2391 "@@@STEP_LOG_LINE@json.output@{@@@", | 2427 "@@@STEP_LOG_LINE@json.output@{@@@", |
2392 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", | 2428 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"trace_test on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@@", |
2393 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2429 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2394 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina
(with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2430 "@@@STEP_LOG_LINE@json.output@ \"trace_test on NVIDIA GPU on Mac Retina
(with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2395 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2431 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2396 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2432 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2397 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2433 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2398 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2434 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2473 "--show-stdout", | 2509 "--show-stdout", |
2474 "--browser=release", | 2510 "--browser=release", |
2475 "-v", | 2511 "-v", |
2476 "--use-devtools-active-port", | 2512 "--use-devtools-active-port", |
2477 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2513 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2478 "--output-format", | 2514 "--output-format", |
2479 "json", | 2515 "json", |
2480 "--output-dir", | 2516 "--output-dir", |
2481 "${ISOLATED_OUTDIR}" | 2517 "${ISOLATED_OUTDIR}" |
2482 ], | 2518 ], |
| 2519 "cwd": "[SLAVE_BUILD]", |
2483 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", | 2520 "name": "[trigger] screenshot_sync on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9", |
2484 "~followup_annotations": [ | 2521 "~followup_annotations": [ |
2485 "@@@STEP_LOG_LINE@json.output@{@@@", | 2522 "@@@STEP_LOG_LINE@json.output@{@@@", |
2486 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", | 2523 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"screenshot_sync on N
VIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\", @@
@", |
2487 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2524 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2488 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2525 "@@@STEP_LOG_LINE@json.output@ \"screenshot_sync on NVIDIA GPU on Mac R
etina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2489 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2526 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2490 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2527 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2491 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2528 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2492 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2529 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2567 "--show-stdout", | 2604 "--show-stdout", |
2568 "--browser=release", | 2605 "--browser=release", |
2569 "-v", | 2606 "-v", |
2570 "--use-devtools-active-port", | 2607 "--use-devtools-active-port", |
2571 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2608 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2572 "--output-format", | 2609 "--output-format", |
2573 "json", | 2610 "json", |
2574 "--output-dir", | 2611 "--output-dir", |
2575 "${ISOLATED_OUTDIR}" | 2612 "${ISOLATED_OUTDIR}" |
2576 ], | 2613 ], |
| 2614 "cwd": "[SLAVE_BUILD]", |
2577 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina
(with patch) on Mac-10.9", | 2615 "name": "[trigger] hardware_accelerated_feature on NVIDIA GPU on Mac Retina
(with patch) on Mac-10.9", |
2578 "~followup_annotations": [ | 2616 "~followup_annotations": [ |
2579 "@@@STEP_LOG_LINE@json.output@{@@@", | 2617 "@@@STEP_LOG_LINE@json.output@{@@@", |
2580 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated
_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_
rel/571\", @@@", | 2618 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hardware_accelerated
_feature on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_
rel/571\", @@@", |
2581 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2619 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2582 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2620 "@@@STEP_LOG_LINE@json.output@ \"hardware_accelerated_feature on NVIDIA
GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2583 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2621 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2584 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2622 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2585 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2623 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2586 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2624 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 74 matching lines...) Loading... |
2661 "--show-stdout", | 2699 "--show-stdout", |
2662 "--browser=release", | 2700 "--browser=release", |
2663 "-v", | 2701 "-v", |
2664 "--use-devtools-active-port", | 2702 "--use-devtools-active-port", |
2665 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2703 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2666 "--output-format", | 2704 "--output-format", |
2667 "json", | 2705 "json", |
2668 "--output-dir", | 2706 "--output-dir", |
2669 "${ISOLATED_OUTDIR}" | 2707 "${ISOLATED_OUTDIR}" |
2670 ], | 2708 ], |
| 2709 "cwd": "[SLAVE_BUILD]", |
2671 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc
h) on Mac-10.9", | 2710 "name": "[trigger] gpu_process_launch on NVIDIA GPU on Mac Retina (with patc
h) on Mac-10.9", |
2672 "~followup_annotations": [ | 2711 "~followup_annotations": [ |
2673 "@@@STEP_LOG_LINE@json.output@{@@@", | 2712 "@@@STEP_LOG_LINE@json.output@{@@@", |
2674 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o
n NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", | 2713 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_process_launch o
n NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", |
2675 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2714 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2676 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma
c Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2715 "@@@STEP_LOG_LINE@json.output@ \"gpu_process_launch on NVIDIA GPU on Ma
c Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2677 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2716 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2678 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2717 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2679 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2718 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2680 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2719 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 78 matching lines...) Loading... |
2759 "--build-revision", | 2798 "--build-revision", |
2760 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 2799 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
2761 "--test-machine-name", | 2800 "--test-machine-name", |
2762 "mac_blink_rel", | 2801 "mac_blink_rel", |
2763 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 2802 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
2764 "--output-format", | 2803 "--output-format", |
2765 "json", | 2804 "json", |
2766 "--output-dir", | 2805 "--output-dir", |
2767 "${ISOLATED_OUTDIR}" | 2806 "${ISOLATED_OUTDIR}" |
2768 ], | 2807 ], |
| 2808 "cwd": "[SLAVE_BUILD]", |
2769 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch
) on Mac-10.9", | 2809 "name": "[trigger] gpu_rasterization on NVIDIA GPU on Mac Retina (with patch
) on Mac-10.9", |
2770 "~followup_annotations": [ | 2810 "~followup_annotations": [ |
2771 "@@@STEP_LOG_LINE@json.output@{@@@", | 2811 "@@@STEP_LOG_LINE@json.output@{@@@", |
2772 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", | 2812 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gpu_rasterization on
NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\",
@@@", |
2773 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2813 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2774 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2814 "@@@STEP_LOG_LINE@json.output@ \"gpu_rasterization on NVIDIA GPU on Mac
Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2775 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2815 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2776 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2816 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2777 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2817 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2778 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2818 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 66 matching lines...) Loading... |
2845 "purpose:pre-commit", | 2885 "purpose:pre-commit", |
2846 "--tag", | 2886 "--tag", |
2847 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 2887 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
2848 "--idempotent", | 2888 "--idempotent", |
2849 "--user", | 2889 "--user", |
2850 "commit-bot@chromium.org", | 2890 "commit-bot@chromium.org", |
2851 "[dummy hash for tab_capture_end2end_tests]", | 2891 "[dummy hash for tab_capture_end2end_tests]", |
2852 "--", | 2892 "--", |
2853 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 2893 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
2854 ], | 2894 ], |
| 2895 "cwd": "[SLAVE_BUILD]", |
2855 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi
th patch) on Mac-10.9", | 2896 "name": "[trigger] tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (wi
th patch) on Mac-10.9", |
2856 "~followup_annotations": [ | 2897 "~followup_annotations": [ |
2857 "@@@STEP_LOG_LINE@json.output@{@@@", | 2898 "@@@STEP_LOG_LINE@json.output@{@@@", |
2858 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_
tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel
/571\", @@@", | 2899 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tab_capture_end2end_
tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel
/571\", @@@", |
2859 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 2900 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
2860 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP
U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", | 2901 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests on NVIDIA GP
U on Mac Retina (with patch)/Mac-10.9/[dummy has/mac_blink_rel/571\": {@@@", |
2861 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 2902 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
2862 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 2903 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
2863 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 2904 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
2864 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2905 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 27 matching lines...) Loading... |
2892 "[SLAVE_BUILD]/src/out", | 2933 "[SLAVE_BUILD]/src/out", |
2893 "--json-test-results", | 2934 "--json-test-results", |
2894 "/path/to/tmp/json", | 2935 "/path/to/tmp/json", |
2895 "--test-results-server", | 2936 "--test-results-server", |
2896 "test-results.appspot.com", | 2937 "test-results.appspot.com", |
2897 "--build-number", | 2938 "--build-number", |
2898 "571", | 2939 "571", |
2899 "--builder-name", | 2940 "--builder-name", |
2900 "mac_blink_rel" | 2941 "mac_blink_rel" |
2901 ], | 2942 ], |
| 2943 "cwd": "[SLAVE_BUILD]", |
2902 "name": "webkit_tests (with patch)", | 2944 "name": "webkit_tests (with patch)", |
2903 "~followup_annotations": [ | 2945 "~followup_annotations": [ |
2904 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 2946 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
2905 ] | 2947 ] |
2906 }, | 2948 }, |
2907 { | 2949 { |
2908 "cmd": [ | 2950 "cmd": [ |
2909 "python", | 2951 "python", |
2910 "-u", | 2952 "-u", |
2911 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 2953 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
2912 "--results-dir", | 2954 "--results-dir", |
2913 "[SLAVE_BUILD]/layout-test-results", | 2955 "[SLAVE_BUILD]/layout-test-results", |
2914 "--build-dir", | 2956 "--build-dir", |
2915 "[SLAVE_BUILD]/src/out", | 2957 "[SLAVE_BUILD]/src/out", |
2916 "--build-number", | 2958 "--build-number", |
2917 "571", | 2959 "571", |
2918 "--builder-name", | 2960 "--builder-name", |
2919 "mac_blink_rel", | 2961 "mac_blink_rel", |
2920 "--gs-bucket", | 2962 "--gs-bucket", |
2921 "gs://chromium-layout-test-archives", | 2963 "gs://chromium-layout-test-archives", |
2922 "--factory-properties", | 2964 "--factory-properties", |
2923 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 2965 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
2924 "--build-properties", | 2966 "--build-properties", |
2925 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 2967 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"issu
e\": 12853011, \"mastername\": \"tryserver.blink\", \"patch_project\": \"blink\"
, \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"blink_trybot\", \"repo
sitory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD
\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlav
ename\", \"swarm_hashes\": {\"angle_unittests\": \"[dummy hash for angle_unittes
ts]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\", \"content_un
ittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash f
or gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\",
\"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_unittests\": \"[
dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash
for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for tele
metry_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
2926 ], | 2968 ], |
| 2969 "cwd": "[SLAVE_BUILD]", |
2927 "name": "archive_webkit_tests_results", | 2970 "name": "archive_webkit_tests_results", |
2928 "~followup_annotations": [ | 2971 "~followup_annotations": [ |
2929 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", | 2972 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", |
2930 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_rel/571/layout-test-results.zip@@@" | 2973 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_rel/571/layout-test-results.zip@@@" |
2931 ] | 2974 ] |
2932 }, | 2975 }, |
2933 { | 2976 { |
2934 "allow_subannotations": true, | 2977 "allow_subannotations": true, |
2935 "cmd": [ | 2978 "cmd": [ |
2936 "python", | 2979 "python", |
2937 "-u", | 2980 "-u", |
2938 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2981 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
2939 "--swarming-client-dir", | 2982 "--swarming-client-dir", |
2940 "[SLAVE_BUILD]/src/tools/swarming_client", | 2983 "[SLAVE_BUILD]/src/tools/swarming_client", |
2941 "--temp-root-dir", | 2984 "--temp-root-dir", |
2942 "[TMP_BASE]", | 2985 "[TMP_BASE]", |
2943 "--merged-test-output", | 2986 "--merged-test-output", |
2944 "/path/to/tmp/json", | 2987 "/path/to/tmp/json", |
2945 "--", | 2988 "--", |
2946 "collect", | 2989 "collect", |
2947 "--swarming", | 2990 "--swarming", |
2948 "https://chromium-swarm.appspot.com", | 2991 "https://chromium-swarm.appspot.com", |
2949 "--decorate", | 2992 "--decorate", |
2950 "--print-status-updates", | 2993 "--print-status-updates", |
2951 "--shards", | 2994 "--shards", |
2952 "1", | 2995 "1", |
2953 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_blink_rel/571" | 2996 "content_gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac
_blink_rel/571" |
2954 ], | 2997 ], |
| 2998 "cwd": "[SLAVE_BUILD]", |
2955 "name": "content_gl_tests on Intel GPU on Mac (with patch)" | 2999 "name": "content_gl_tests on Intel GPU on Mac (with patch)" |
2956 }, | 3000 }, |
2957 { | 3001 { |
2958 "allow_subannotations": true, | 3002 "allow_subannotations": true, |
2959 "cmd": [ | 3003 "cmd": [ |
2960 "python", | 3004 "python", |
2961 "-u", | 3005 "-u", |
2962 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3006 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
2963 "--swarming-client-dir", | 3007 "--swarming-client-dir", |
2964 "[SLAVE_BUILD]/src/tools/swarming_client", | 3008 "[SLAVE_BUILD]/src/tools/swarming_client", |
2965 "--temp-root-dir", | 3009 "--temp-root-dir", |
2966 "[TMP_BASE]", | 3010 "[TMP_BASE]", |
2967 "--merged-test-output", | 3011 "--merged-test-output", |
2968 "/path/to/tmp/json", | 3012 "/path/to/tmp/json", |
2969 "--", | 3013 "--", |
2970 "collect", | 3014 "collect", |
2971 "--swarming", | 3015 "--swarming", |
2972 "https://chromium-swarm.appspot.com", | 3016 "https://chromium-swarm.appspot.com", |
2973 "--decorate", | 3017 "--decorate", |
2974 "--print-status-updates", | 3018 "--print-status-updates", |
2975 "--shards", | 3019 "--shards", |
2976 "1", | 3020 "1", |
2977 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_r
el/571" | 3021 "gl_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink_r
el/571" |
2978 ], | 3022 ], |
| 3023 "cwd": "[SLAVE_BUILD]", |
2979 "name": "gl_tests on Intel GPU on Mac (with patch)" | 3024 "name": "gl_tests on Intel GPU on Mac (with patch)" |
2980 }, | 3025 }, |
2981 { | 3026 { |
2982 "allow_subannotations": true, | 3027 "allow_subannotations": true, |
2983 "cmd": [ | 3028 "cmd": [ |
2984 "python", | 3029 "python", |
2985 "-u", | 3030 "-u", |
2986 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3031 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
2987 "--swarming-client-dir", | 3032 "--swarming-client-dir", |
2988 "[SLAVE_BUILD]/src/tools/swarming_client", | 3033 "[SLAVE_BUILD]/src/tools/swarming_client", |
2989 "--temp-root-dir", | 3034 "--temp-root-dir", |
2990 "[TMP_BASE]", | 3035 "[TMP_BASE]", |
2991 "--merged-test-output", | 3036 "--merged-test-output", |
2992 "/path/to/tmp/json", | 3037 "/path/to/tmp/json", |
2993 "--", | 3038 "--", |
2994 "collect", | 3039 "collect", |
2995 "--swarming", | 3040 "--swarming", |
2996 "https://chromium-swarm.appspot.com", | 3041 "https://chromium-swarm.appspot.com", |
2997 "--decorate", | 3042 "--decorate", |
2998 "--print-status-updates", | 3043 "--print-status-updates", |
2999 "--shards", | 3044 "--shards", |
3000 "1", | 3045 "1", |
3001 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571" | 3046 "angle_unittests on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571" |
3002 ], | 3047 ], |
| 3048 "cwd": "[SLAVE_BUILD]", |
3003 "name": "angle_unittests on Intel GPU on Mac (with patch)" | 3049 "name": "angle_unittests on Intel GPU on Mac (with patch)" |
3004 }, | 3050 }, |
3005 { | 3051 { |
3006 "cmd": [ | 3052 "cmd": [ |
3007 "python", | 3053 "python", |
3008 "-u", | 3054 "-u", |
3009 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3055 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3010 "collect", | 3056 "collect", |
3011 "--swarming", | 3057 "--swarming", |
3012 "https://chromium-swarm.appspot.com", | 3058 "https://chromium-swarm.appspot.com", |
3013 "--decorate", | 3059 "--decorate", |
3014 "--print-status-updates", | 3060 "--print-status-updates", |
3015 "--shards", | 3061 "--shards", |
3016 "1", | 3062 "1", |
3017 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571", | 3063 "maps_pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571", |
3018 "--task-output-dir", | 3064 "--task-output-dir", |
3019 "/path/to/tmp/" | 3065 "/path/to/tmp/" |
3020 ], | 3066 ], |
| 3067 "cwd": "[SLAVE_BUILD]", |
3021 "name": "maps_pixel_test on Intel GPU on Mac (with patch)" | 3068 "name": "maps_pixel_test on Intel GPU on Mac (with patch)" |
3022 }, | 3069 }, |
3023 { | 3070 { |
3024 "cmd": [ | 3071 "cmd": [ |
3025 "python", | 3072 "python", |
3026 "-u", | 3073 "-u", |
3027 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3074 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3028 "collect", | 3075 "collect", |
3029 "--swarming", | 3076 "--swarming", |
3030 "https://chromium-swarm.appspot.com", | 3077 "https://chromium-swarm.appspot.com", |
3031 "--decorate", | 3078 "--decorate", |
3032 "--print-status-updates", | 3079 "--print-status-updates", |
3033 "--shards", | 3080 "--shards", |
3034 "1", | 3081 "1", |
3035 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink
_rel/571", | 3082 "pixel_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink
_rel/571", |
3036 "--task-output-dir", | 3083 "--task-output-dir", |
3037 "/path/to/tmp/" | 3084 "/path/to/tmp/" |
3038 ], | 3085 ], |
| 3086 "cwd": "[SLAVE_BUILD]", |
3039 "name": "pixel_test on Intel GPU on Mac (with patch)", | 3087 "name": "pixel_test on Intel GPU on Mac (with patch)", |
3040 "~followup_annotations": [ | 3088 "~followup_annotations": [ |
3041 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 3089 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
3042 ] | 3090 ] |
3043 }, | 3091 }, |
3044 { | 3092 { |
3045 "cmd": [ | 3093 "cmd": [ |
3046 "python", | 3094 "python", |
3047 "-u", | 3095 "-u", |
3048 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3096 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3049 "collect", | 3097 "collect", |
3050 "--swarming", | 3098 "--swarming", |
3051 "https://chromium-swarm.appspot.com", | 3099 "https://chromium-swarm.appspot.com", |
3052 "--decorate", | 3100 "--decorate", |
3053 "--print-status-updates", | 3101 "--print-status-updates", |
3054 "--shards", | 3102 "--shards", |
3055 "1", | 3103 "1", |
3056 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma
c_blink_rel/571", | 3104 "webgl_conformance on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma
c_blink_rel/571", |
3057 "--task-output-dir", | 3105 "--task-output-dir", |
3058 "/path/to/tmp/" | 3106 "/path/to/tmp/" |
3059 ], | 3107 ], |
| 3108 "cwd": "[SLAVE_BUILD]", |
3060 "name": "webgl_conformance on Intel GPU on Mac (with patch)" | 3109 "name": "webgl_conformance on Intel GPU on Mac (with patch)" |
3061 }, | 3110 }, |
3062 { | 3111 { |
3063 "cmd": [ | 3112 "cmd": [ |
3064 "python", | 3113 "python", |
3065 "-u", | 3114 "-u", |
3066 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3115 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3067 "collect", | 3116 "collect", |
3068 "--swarming", | 3117 "--swarming", |
3069 "https://chromium-swarm.appspot.com", | 3118 "https://chromium-swarm.appspot.com", |
3070 "--decorate", | 3119 "--decorate", |
3071 "--print-status-updates", | 3120 "--print-status-updates", |
3072 "--shards", | 3121 "--shards", |
3073 "1", | 3122 "1", |
3074 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_bli
nk_rel/571", | 3123 "context_lost on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_bli
nk_rel/571", |
3075 "--task-output-dir", | 3124 "--task-output-dir", |
3076 "/path/to/tmp/" | 3125 "/path/to/tmp/" |
3077 ], | 3126 ], |
| 3127 "cwd": "[SLAVE_BUILD]", |
3078 "name": "context_lost on Intel GPU on Mac (with patch)" | 3128 "name": "context_lost on Intel GPU on Mac (with patch)" |
3079 }, | 3129 }, |
3080 { | 3130 { |
3081 "cmd": [ | 3131 "cmd": [ |
3082 "python", | 3132 "python", |
3083 "-u", | 3133 "-u", |
3084 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3134 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3085 "collect", | 3135 "collect", |
3086 "--swarming", | 3136 "--swarming", |
3087 "https://chromium-swarm.appspot.com", | 3137 "https://chromium-swarm.appspot.com", |
3088 "--decorate", | 3138 "--decorate", |
3089 "--print-status-updates", | 3139 "--print-status-updates", |
3090 "--shards", | 3140 "--shards", |
3091 "1", | 3141 "1", |
3092 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blin
k_rel/571", | 3142 "memory_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blin
k_rel/571", |
3093 "--task-output-dir", | 3143 "--task-output-dir", |
3094 "/path/to/tmp/" | 3144 "/path/to/tmp/" |
3095 ], | 3145 ], |
| 3146 "cwd": "[SLAVE_BUILD]", |
3096 "name": "memory_test on Intel GPU on Mac (with patch)" | 3147 "name": "memory_test on Intel GPU on Mac (with patch)" |
3097 }, | 3148 }, |
3098 { | 3149 { |
3099 "cmd": [ | 3150 "cmd": [ |
3100 "python", | 3151 "python", |
3101 "-u", | 3152 "-u", |
3102 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3153 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3103 "collect", | 3154 "collect", |
3104 "--swarming", | 3155 "--swarming", |
3105 "https://chromium-swarm.appspot.com", | 3156 "https://chromium-swarm.appspot.com", |
3106 "--decorate", | 3157 "--decorate", |
3107 "--print-status-updates", | 3158 "--print-status-updates", |
3108 "--shards", | 3159 "--shards", |
3109 "1", | 3160 "1", |
3110 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink
_rel/571", | 3161 "trace_test on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_blink
_rel/571", |
3111 "--task-output-dir", | 3162 "--task-output-dir", |
3112 "/path/to/tmp/" | 3163 "/path/to/tmp/" |
3113 ], | 3164 ], |
| 3165 "cwd": "[SLAVE_BUILD]", |
3114 "name": "trace_test on Intel GPU on Mac (with patch)" | 3166 "name": "trace_test on Intel GPU on Mac (with patch)" |
3115 }, | 3167 }, |
3116 { | 3168 { |
3117 "cmd": [ | 3169 "cmd": [ |
3118 "python", | 3170 "python", |
3119 "-u", | 3171 "-u", |
3120 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3121 "collect", | 3173 "collect", |
3122 "--swarming", | 3174 "--swarming", |
3123 "https://chromium-swarm.appspot.com", | 3175 "https://chromium-swarm.appspot.com", |
3124 "--decorate", | 3176 "--decorate", |
3125 "--print-status-updates", | 3177 "--print-status-updates", |
3126 "--shards", | 3178 "--shards", |
3127 "1", | 3179 "1", |
3128 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571", | 3180 "screenshot_sync on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/mac_
blink_rel/571", |
3129 "--task-output-dir", | 3181 "--task-output-dir", |
3130 "/path/to/tmp/" | 3182 "/path/to/tmp/" |
3131 ], | 3183 ], |
| 3184 "cwd": "[SLAVE_BUILD]", |
3132 "name": "screenshot_sync on Intel GPU on Mac (with patch)" | 3185 "name": "screenshot_sync on Intel GPU on Mac (with patch)" |
3133 }, | 3186 }, |
3134 { | 3187 { |
3135 "cmd": [ | 3188 "cmd": [ |
3136 "python", | 3189 "python", |
3137 "-u", | 3190 "-u", |
3138 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3191 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3139 "collect", | 3192 "collect", |
3140 "--swarming", | 3193 "--swarming", |
3141 "https://chromium-swarm.appspot.com", | 3194 "https://chromium-swarm.appspot.com", |
3142 "--decorate", | 3195 "--decorate", |
3143 "--print-status-updates", | 3196 "--print-status-updates", |
3144 "--shards", | 3197 "--shards", |
3145 "1", | 3198 "1", |
3146 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d
ummy has/mac_blink_rel/571", | 3199 "hardware_accelerated_feature on Intel GPU on Mac (with patch)/Mac-10.8/[d
ummy has/mac_blink_rel/571", |
3147 "--task-output-dir", | 3200 "--task-output-dir", |
3148 "/path/to/tmp/" | 3201 "/path/to/tmp/" |
3149 ], | 3202 ], |
| 3203 "cwd": "[SLAVE_BUILD]", |
3150 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)" | 3204 "name": "hardware_accelerated_feature on Intel GPU on Mac (with patch)" |
3151 }, | 3205 }, |
3152 { | 3206 { |
3153 "cmd": [ | 3207 "cmd": [ |
3154 "python", | 3208 "python", |
3155 "-u", | 3209 "-u", |
3156 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3210 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3157 "collect", | 3211 "collect", |
3158 "--swarming", | 3212 "--swarming", |
3159 "https://chromium-swarm.appspot.com", | 3213 "https://chromium-swarm.appspot.com", |
3160 "--decorate", | 3214 "--decorate", |
3161 "--print-status-updates", | 3215 "--print-status-updates", |
3162 "--shards", | 3216 "--shards", |
3163 "1", | 3217 "1", |
3164 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m
ac_blink_rel/571", | 3218 "gpu_process_launch on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/m
ac_blink_rel/571", |
3165 "--task-output-dir", | 3219 "--task-output-dir", |
3166 "/path/to/tmp/" | 3220 "/path/to/tmp/" |
3167 ], | 3221 ], |
| 3222 "cwd": "[SLAVE_BUILD]", |
3168 "name": "gpu_process_launch on Intel GPU on Mac (with patch)" | 3223 "name": "gpu_process_launch on Intel GPU on Mac (with patch)" |
3169 }, | 3224 }, |
3170 { | 3225 { |
3171 "cmd": [ | 3226 "cmd": [ |
3172 "python", | 3227 "python", |
3173 "-u", | 3228 "-u", |
3174 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3229 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3175 "collect", | 3230 "collect", |
3176 "--swarming", | 3231 "--swarming", |
3177 "https://chromium-swarm.appspot.com", | 3232 "https://chromium-swarm.appspot.com", |
3178 "--decorate", | 3233 "--decorate", |
3179 "--print-status-updates", | 3234 "--print-status-updates", |
3180 "--shards", | 3235 "--shards", |
3181 "1", | 3236 "1", |
3182 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma
c_blink_rel/571", | 3237 "gpu_rasterization on Intel GPU on Mac (with patch)/Mac-10.8/[dummy has/ma
c_blink_rel/571", |
3183 "--task-output-dir", | 3238 "--task-output-dir", |
3184 "/path/to/tmp/" | 3239 "/path/to/tmp/" |
3185 ], | 3240 ], |
| 3241 "cwd": "[SLAVE_BUILD]", |
3186 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" | 3242 "name": "gpu_rasterization on Intel GPU on Mac (with patch)" |
3187 }, | 3243 }, |
3188 { | 3244 { |
3189 "allow_subannotations": true, | 3245 "allow_subannotations": true, |
3190 "cmd": [ | 3246 "cmd": [ |
3191 "python", | 3247 "python", |
3192 "-u", | 3248 "-u", |
3193 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3249 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
3194 "--swarming-client-dir", | 3250 "--swarming-client-dir", |
3195 "[SLAVE_BUILD]/src/tools/swarming_client", | 3251 "[SLAVE_BUILD]/src/tools/swarming_client", |
3196 "--temp-root-dir", | 3252 "--temp-root-dir", |
3197 "[TMP_BASE]", | 3253 "[TMP_BASE]", |
3198 "--merged-test-output", | 3254 "--merged-test-output", |
3199 "/path/to/tmp/json", | 3255 "/path/to/tmp/json", |
3200 "--", | 3256 "--", |
3201 "collect", | 3257 "collect", |
3202 "--swarming", | 3258 "--swarming", |
3203 "https://chromium-swarm.appspot.com", | 3259 "https://chromium-swarm.appspot.com", |
3204 "--decorate", | 3260 "--decorate", |
3205 "--print-status-updates", | 3261 "--print-status-updates", |
3206 "--shards", | 3262 "--shards", |
3207 "1", | 3263 "1", |
3208 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_blink_rel/571" | 3264 "tab_capture_end2end_tests on Intel GPU on Mac (with patch)/Mac-10.8/[dumm
y has/mac_blink_rel/571" |
3209 ], | 3265 ], |
| 3266 "cwd": "[SLAVE_BUILD]", |
3210 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" | 3267 "name": "tab_capture_end2end_tests on Intel GPU on Mac (with patch)" |
3211 }, | 3268 }, |
3212 { | 3269 { |
3213 "allow_subannotations": true, | 3270 "allow_subannotations": true, |
3214 "cmd": [ | 3271 "cmd": [ |
3215 "python", | 3272 "python", |
3216 "-u", | 3273 "-u", |
3217 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3274 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
3218 "--swarming-client-dir", | 3275 "--swarming-client-dir", |
3219 "[SLAVE_BUILD]/src/tools/swarming_client", | 3276 "[SLAVE_BUILD]/src/tools/swarming_client", |
3220 "--temp-root-dir", | 3277 "--temp-root-dir", |
3221 "[TMP_BASE]", | 3278 "[TMP_BASE]", |
3222 "--merged-test-output", | 3279 "--merged-test-output", |
3223 "/path/to/tmp/json", | 3280 "/path/to/tmp/json", |
3224 "--", | 3281 "--", |
3225 "collect", | 3282 "collect", |
3226 "--swarming", | 3283 "--swarming", |
3227 "https://chromium-swarm.appspot.com", | 3284 "https://chromium-swarm.appspot.com", |
3228 "--decorate", | 3285 "--decorate", |
3229 "--print-status-updates", | 3286 "--print-status-updates", |
3230 "--shards", | 3287 "--shards", |
3231 "1", | 3288 "1", |
3232 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571" | 3289 "content_gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571" |
3233 ], | 3290 ], |
| 3291 "cwd": "[SLAVE_BUILD]", |
3234 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" | 3292 "name": "content_gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10
.9" |
3235 }, | 3293 }, |
3236 { | 3294 { |
3237 "allow_subannotations": true, | 3295 "allow_subannotations": true, |
3238 "cmd": [ | 3296 "cmd": [ |
3239 "python", | 3297 "python", |
3240 "-u", | 3298 "-u", |
3241 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3299 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
3242 "--swarming-client-dir", | 3300 "--swarming-client-dir", |
3243 "[SLAVE_BUILD]/src/tools/swarming_client", | 3301 "[SLAVE_BUILD]/src/tools/swarming_client", |
3244 "--temp-root-dir", | 3302 "--temp-root-dir", |
3245 "[TMP_BASE]", | 3303 "[TMP_BASE]", |
3246 "--merged-test-output", | 3304 "--merged-test-output", |
3247 "/path/to/tmp/json", | 3305 "/path/to/tmp/json", |
3248 "--", | 3306 "--", |
3249 "collect", | 3307 "collect", |
3250 "--swarming", | 3308 "--swarming", |
3251 "https://chromium-swarm.appspot.com", | 3309 "https://chromium-swarm.appspot.com", |
3252 "--decorate", | 3310 "--decorate", |
3253 "--print-status-updates", | 3311 "--print-status-updates", |
3254 "--shards", | 3312 "--shards", |
3255 "1", | 3313 "1", |
3256 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_blink_rel/571" | 3314 "gl_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/mac
_blink_rel/571" |
3257 ], | 3315 ], |
| 3316 "cwd": "[SLAVE_BUILD]", |
3258 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3317 "name": "gl_tests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
3259 }, | 3318 }, |
3260 { | 3319 { |
3261 "allow_subannotations": true, | 3320 "allow_subannotations": true, |
3262 "cmd": [ | 3321 "cmd": [ |
3263 "python", | 3322 "python", |
3264 "-u", | 3323 "-u", |
3265 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3324 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
3266 "--swarming-client-dir", | 3325 "--swarming-client-dir", |
3267 "[SLAVE_BUILD]/src/tools/swarming_client", | 3326 "[SLAVE_BUILD]/src/tools/swarming_client", |
3268 "--temp-root-dir", | 3327 "--temp-root-dir", |
3269 "[TMP_BASE]", | 3328 "[TMP_BASE]", |
3270 "--merged-test-output", | 3329 "--merged-test-output", |
3271 "/path/to/tmp/json", | 3330 "/path/to/tmp/json", |
3272 "--", | 3331 "--", |
3273 "collect", | 3332 "collect", |
3274 "--swarming", | 3333 "--swarming", |
3275 "https://chromium-swarm.appspot.com", | 3334 "https://chromium-swarm.appspot.com", |
3276 "--decorate", | 3335 "--decorate", |
3277 "--print-status-updates", | 3336 "--print-status-updates", |
3278 "--shards", | 3337 "--shards", |
3279 "1", | 3338 "1", |
3280 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571" | 3339 "angle_unittests on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571" |
3281 ], | 3340 ], |
| 3341 "cwd": "[SLAVE_BUILD]", |
3282 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" | 3342 "name": "angle_unittests on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" |
3283 }, | 3343 }, |
3284 { | 3344 { |
3285 "cmd": [ | 3345 "cmd": [ |
3286 "python", | 3346 "python", |
3287 "-u", | 3347 "-u", |
3288 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3348 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3289 "collect", | 3349 "collect", |
3290 "--swarming", | 3350 "--swarming", |
3291 "https://chromium-swarm.appspot.com", | 3351 "https://chromium-swarm.appspot.com", |
3292 "--decorate", | 3352 "--decorate", |
3293 "--print-status-updates", | 3353 "--print-status-updates", |
3294 "--shards", | 3354 "--shards", |
3295 "1", | 3355 "1", |
3296 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571", | 3356 "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571", |
3297 "--task-output-dir", | 3357 "--task-output-dir", |
3298 "/path/to/tmp/" | 3358 "/path/to/tmp/" |
3299 ], | 3359 ], |
| 3360 "cwd": "[SLAVE_BUILD]", |
3300 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" | 3361 "name": "maps_pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" |
3301 }, | 3362 }, |
3302 { | 3363 { |
3303 "cmd": [ | 3364 "cmd": [ |
3304 "python", | 3365 "python", |
3305 "-u", | 3366 "-u", |
3306 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3367 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3307 "collect", | 3368 "collect", |
3308 "--swarming", | 3369 "--swarming", |
3309 "https://chromium-swarm.appspot.com", | 3370 "https://chromium-swarm.appspot.com", |
3310 "--decorate", | 3371 "--decorate", |
3311 "--print-status-updates", | 3372 "--print-status-updates", |
3312 "--shards", | 3373 "--shards", |
3313 "1", | 3374 "1", |
3314 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m
ac_blink_rel/571", | 3375 "pixel_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m
ac_blink_rel/571", |
3315 "--task-output-dir", | 3376 "--task-output-dir", |
3316 "/path/to/tmp/" | 3377 "/path/to/tmp/" |
3317 ], | 3378 ], |
| 3379 "cwd": "[SLAVE_BUILD]", |
3318 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3380 "name": "pixel_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
3319 }, | 3381 }, |
3320 { | 3382 { |
3321 "cmd": [ | 3383 "cmd": [ |
3322 "python", | 3384 "python", |
3323 "-u", | 3385 "-u", |
3324 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3386 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3325 "collect", | 3387 "collect", |
3326 "--swarming", | 3388 "--swarming", |
3327 "https://chromium-swarm.appspot.com", | 3389 "https://chromium-swarm.appspot.com", |
3328 "--decorate", | 3390 "--decorate", |
3329 "--print-status-updates", | 3391 "--print-status-updates", |
3330 "--shards", | 3392 "--shards", |
3331 "1", | 3393 "1", |
3332 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm
y has/mac_blink_rel/571", | 3394 "webgl_conformance on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm
y has/mac_blink_rel/571", |
3333 "--task-output-dir", | 3395 "--task-output-dir", |
3334 "/path/to/tmp/" | 3396 "/path/to/tmp/" |
3335 ], | 3397 ], |
| 3398 "cwd": "[SLAVE_BUILD]", |
3336 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" | 3399 "name": "webgl_conformance on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" |
3337 }, | 3400 }, |
3338 { | 3401 { |
3339 "cmd": [ | 3402 "cmd": [ |
3340 "python", | 3403 "python", |
3341 "-u", | 3404 "-u", |
3342 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3405 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3343 "collect", | 3406 "collect", |
3344 "--swarming", | 3407 "--swarming", |
3345 "https://chromium-swarm.appspot.com", | 3408 "https://chromium-swarm.appspot.com", |
3346 "--decorate", | 3409 "--decorate", |
3347 "--print-status-updates", | 3410 "--print-status-updates", |
3348 "--shards", | 3411 "--shards", |
3349 "1", | 3412 "1", |
3350 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has
/mac_blink_rel/571", | 3413 "context_lost on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has
/mac_blink_rel/571", |
3351 "--task-output-dir", | 3414 "--task-output-dir", |
3352 "/path/to/tmp/" | 3415 "/path/to/tmp/" |
3353 ], | 3416 ], |
| 3417 "cwd": "[SLAVE_BUILD]", |
3354 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3418 "name": "context_lost on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
3355 }, | 3419 }, |
3356 { | 3420 { |
3357 "cmd": [ | 3421 "cmd": [ |
3358 "python", | 3422 "python", |
3359 "-u", | 3423 "-u", |
3360 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3424 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3361 "collect", | 3425 "collect", |
3362 "--swarming", | 3426 "--swarming", |
3363 "https://chromium-swarm.appspot.com", | 3427 "https://chromium-swarm.appspot.com", |
3364 "--decorate", | 3428 "--decorate", |
3365 "--print-status-updates", | 3429 "--print-status-updates", |
3366 "--shards", | 3430 "--shards", |
3367 "1", | 3431 "1", |
3368 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/
mac_blink_rel/571", | 3432 "memory_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/
mac_blink_rel/571", |
3369 "--task-output-dir", | 3433 "--task-output-dir", |
3370 "/path/to/tmp/" | 3434 "/path/to/tmp/" |
3371 ], | 3435 ], |
| 3436 "cwd": "[SLAVE_BUILD]", |
3372 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3437 "name": "memory_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
3373 }, | 3438 }, |
3374 { | 3439 { |
3375 "cmd": [ | 3440 "cmd": [ |
3376 "python", | 3441 "python", |
3377 "-u", | 3442 "-u", |
3378 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3443 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3379 "collect", | 3444 "collect", |
3380 "--swarming", | 3445 "--swarming", |
3381 "https://chromium-swarm.appspot.com", | 3446 "https://chromium-swarm.appspot.com", |
3382 "--decorate", | 3447 "--decorate", |
3383 "--print-status-updates", | 3448 "--print-status-updates", |
3384 "--shards", | 3449 "--shards", |
3385 "1", | 3450 "1", |
3386 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m
ac_blink_rel/571", | 3451 "trace_test on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy has/m
ac_blink_rel/571", |
3387 "--task-output-dir", | 3452 "--task-output-dir", |
3388 "/path/to/tmp/" | 3453 "/path/to/tmp/" |
3389 ], | 3454 ], |
| 3455 "cwd": "[SLAVE_BUILD]", |
3390 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" | 3456 "name": "trace_test on NVIDIA GPU on Mac Retina (with patch) on Mac-10.9" |
3391 }, | 3457 }, |
3392 { | 3458 { |
3393 "cmd": [ | 3459 "cmd": [ |
3394 "python", | 3460 "python", |
3395 "-u", | 3461 "-u", |
3396 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3462 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3397 "collect", | 3463 "collect", |
3398 "--swarming", | 3464 "--swarming", |
3399 "https://chromium-swarm.appspot.com", | 3465 "https://chromium-swarm.appspot.com", |
3400 "--decorate", | 3466 "--decorate", |
3401 "--print-status-updates", | 3467 "--print-status-updates", |
3402 "--shards", | 3468 "--shards", |
3403 "1", | 3469 "1", |
3404 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571", | 3470 "screenshot_sync on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dummy
has/mac_blink_rel/571", |
3405 "--task-output-dir", | 3471 "--task-output-dir", |
3406 "/path/to/tmp/" | 3472 "/path/to/tmp/" |
3407 ], | 3473 ], |
| 3474 "cwd": "[SLAVE_BUILD]", |
3408 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" | 3475 "name": "screenshot_sync on NVIDIA GPU on Mac Retina (with patch) on Mac-10.
9" |
3409 }, | 3476 }, |
3410 { | 3477 { |
3411 "cmd": [ | 3478 "cmd": [ |
3412 "python", | 3479 "python", |
3413 "-u", | 3480 "-u", |
3414 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3481 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3415 "collect", | 3482 "collect", |
3416 "--swarming", | 3483 "--swarming", |
3417 "https://chromium-swarm.appspot.com", | 3484 "https://chromium-swarm.appspot.com", |
3418 "--decorate", | 3485 "--decorate", |
3419 "--print-status-updates", | 3486 "--print-status-updates", |
3420 "--shards", | 3487 "--shards", |
3421 "1", | 3488 "1", |
3422 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac
-10.9/[dummy has/mac_blink_rel/571", | 3489 "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patch)/Mac
-10.9/[dummy has/mac_blink_rel/571", |
3423 "--task-output-dir", | 3490 "--task-output-dir", |
3424 "/path/to/tmp/" | 3491 "/path/to/tmp/" |
3425 ], | 3492 ], |
| 3493 "cwd": "[SLAVE_BUILD]", |
3426 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc
h) on Mac-10.9" | 3494 "name": "hardware_accelerated_feature on NVIDIA GPU on Mac Retina (with patc
h) on Mac-10.9" |
3427 }, | 3495 }, |
3428 { | 3496 { |
3429 "cmd": [ | 3497 "cmd": [ |
3430 "python", | 3498 "python", |
3431 "-u", | 3499 "-u", |
3432 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3500 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3433 "collect", | 3501 "collect", |
3434 "--swarming", | 3502 "--swarming", |
3435 "https://chromium-swarm.appspot.com", | 3503 "https://chromium-swarm.appspot.com", |
3436 "--decorate", | 3504 "--decorate", |
3437 "--print-status-updates", | 3505 "--print-status-updates", |
3438 "--shards", | 3506 "--shards", |
3439 "1", | 3507 "1", |
3440 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum
my has/mac_blink_rel/571", | 3508 "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dum
my has/mac_blink_rel/571", |
3441 "--task-output-dir", | 3509 "--task-output-dir", |
3442 "/path/to/tmp/" | 3510 "/path/to/tmp/" |
3443 ], | 3511 ], |
| 3512 "cwd": "[SLAVE_BUILD]", |
3444 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac-
10.9" | 3513 "name": "gpu_process_launch on NVIDIA GPU on Mac Retina (with patch) on Mac-
10.9" |
3445 }, | 3514 }, |
3446 { | 3515 { |
3447 "cmd": [ | 3516 "cmd": [ |
3448 "python", | 3517 "python", |
3449 "-u", | 3518 "-u", |
3450 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 3519 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
3451 "collect", | 3520 "collect", |
3452 "--swarming", | 3521 "--swarming", |
3453 "https://chromium-swarm.appspot.com", | 3522 "https://chromium-swarm.appspot.com", |
3454 "--decorate", | 3523 "--decorate", |
3455 "--print-status-updates", | 3524 "--print-status-updates", |
3456 "--shards", | 3525 "--shards", |
3457 "1", | 3526 "1", |
3458 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm
y has/mac_blink_rel/571", | 3527 "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch)/Mac-10.9/[dumm
y has/mac_blink_rel/571", |
3459 "--task-output-dir", | 3528 "--task-output-dir", |
3460 "/path/to/tmp/" | 3529 "/path/to/tmp/" |
3461 ], | 3530 ], |
| 3531 "cwd": "[SLAVE_BUILD]", |
3462 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" | 3532 "name": "gpu_rasterization on NVIDIA GPU on Mac Retina (with patch) on Mac-1
0.9" |
3463 }, | 3533 }, |
3464 { | 3534 { |
3465 "allow_subannotations": true, | 3535 "allow_subannotations": true, |
3466 "cmd": [ | 3536 "cmd": [ |
3467 "python", | 3537 "python", |
3468 "-u", | 3538 "-u", |
3469 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 3539 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
3470 "--swarming-client-dir", | 3540 "--swarming-client-dir", |
3471 "[SLAVE_BUILD]/src/tools/swarming_client", | 3541 "[SLAVE_BUILD]/src/tools/swarming_client", |
3472 "--temp-root-dir", | 3542 "--temp-root-dir", |
3473 "[TMP_BASE]", | 3543 "[TMP_BASE]", |
3474 "--merged-test-output", | 3544 "--merged-test-output", |
3475 "/path/to/tmp/json", | 3545 "/path/to/tmp/json", |
3476 "--", | 3546 "--", |
3477 "collect", | 3547 "collect", |
3478 "--swarming", | 3548 "--swarming", |
3479 "https://chromium-swarm.appspot.com", | 3549 "https://chromium-swarm.appspot.com", |
3480 "--decorate", | 3550 "--decorate", |
3481 "--print-status-updates", | 3551 "--print-status-updates", |
3482 "--shards", | 3552 "--shards", |
3483 "1", | 3553 "1", |
3484 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_blink_rel/571" | 3554 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_blink_rel/571" |
3485 ], | 3555 ], |
| 3556 "cwd": "[SLAVE_BUILD]", |
3486 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" | 3557 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" |
3487 }, | 3558 }, |
3488 { | 3559 { |
3489 "cmd": [ | 3560 "cmd": [ |
3490 "python", | 3561 "python", |
3491 "-u", | 3562 "-u", |
3492 "[BUILD]/scripts/slave/bot_update.py", | 3563 "[BUILD]/scripts/slave/bot_update.py", |
3493 "--master", | 3564 "--master", |
3494 "tryserver.blink", | 3565 "tryserver.blink", |
3495 "--builder", | 3566 "--builder", |
3496 "mac_blink_rel", | 3567 "mac_blink_rel", |
3497 "--slave", | 3568 "--slave", |
3498 "TestSlavename", | 3569 "TestSlavename", |
3499 "--spec", | 3570 "--spec", |
3500 "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}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': '
svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", | 3571 "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}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': '
svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
3501 "--root", | 3572 "--root", |
3502 "src/third_party/WebKit", | 3573 "src/third_party/WebKit", |
3503 "--revision_mapping_file", | 3574 "--revision_mapping_file", |
3504 "{\"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\"}", | 3575 "{\"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\"}", |
3505 "--rietveld_server", | 3576 "--rietveld_server", |
3506 "https://codereview.chromium.org", | 3577 "https://codereview.chromium.org", |
3507 "--output_json", | 3578 "--output_json", |
3508 "/path/to/tmp/json", | 3579 "/path/to/tmp/json", |
3509 "--revision", | 3580 "--revision", |
3510 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 3581 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
3511 "--revision", | 3582 "--revision", |
3512 "src/third_party/WebKit@5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 3583 "src/third_party/WebKit@5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
3513 "--force" | 3584 "--force" |
3514 ], | 3585 ], |
| 3586 "cwd": "[SLAVE_BUILD]", |
3515 "name": "bot_update (without patch)", | 3587 "name": "bot_update (without patch)", |
3516 "~followup_annotations": [ | 3588 "~followup_annotations": [ |
3517 "@@@STEP_TEXT@Some step text@@@", | 3589 "@@@STEP_TEXT@Some step text@@@", |
3518 "@@@STEP_LOG_LINE@json.output@{@@@", | 3590 "@@@STEP_LOG_LINE@json.output@{@@@", |
3519 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 3591 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
3520 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 3592 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
3521 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", | 3593 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/third_party/WebKit\"
, @@@", |
3522 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 3594 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
3523 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 3595 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
3524 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 3596 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Loading... |
3551 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 3623 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
3552 ] | 3624 ] |
3553 }, | 3625 }, |
3554 { | 3626 { |
3555 "cmd": [ | 3627 "cmd": [ |
3556 "python", | 3628 "python", |
3557 "-u", | 3629 "-u", |
3558 "[DEPOT_TOOLS]/gclient.py", | 3630 "[DEPOT_TOOLS]/gclient.py", |
3559 "runhooks" | 3631 "runhooks" |
3560 ], | 3632 ], |
| 3633 "cwd": "[SLAVE_BUILD]", |
3561 "env": { | 3634 "env": { |
3562 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" | 3635 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" |
3563 }, | 3636 }, |
3564 "name": "gclient runhooks (2)" | 3637 "name": "gclient runhooks (2)" |
3565 }, | 3638 }, |
3566 { | 3639 { |
3567 "cmd": [ | 3640 "cmd": [ |
3568 "python", | 3641 "python", |
3569 "-u", | 3642 "-u", |
3570 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 3643 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
3571 "--build-dir", | 3644 "--build-dir", |
3572 "[SLAVE_BUILD]/src/out/Release", | 3645 "[SLAVE_BUILD]/src/out/Release", |
3573 "--clean-isolated-files" | 3646 "--clean-isolated-files" |
3574 ], | 3647 ], |
| 3648 "cwd": "[SLAVE_BUILD]", |
3575 "name": "clean isolated files (2)" | 3649 "name": "clean isolated files (2)" |
3576 }, | 3650 }, |
3577 { | 3651 { |
3578 "cmd": [ | 3652 "cmd": [ |
3579 "python", | 3653 "python", |
3580 "-u", | 3654 "-u", |
3581 "[BUILD]/scripts/slave/compile.py", | 3655 "[BUILD]/scripts/slave/compile.py", |
3582 "--target", | 3656 "--target", |
3583 "Release", | 3657 "Release", |
3584 "--src-dir", | 3658 "--src-dir", |
3585 "[SLAVE_BUILD]/src", | 3659 "[SLAVE_BUILD]/src", |
3586 "--build-tool", | 3660 "--build-tool", |
3587 "ninja", | 3661 "ninja", |
3588 "--compiler", | 3662 "--compiler", |
3589 "goma-clang", | 3663 "goma-clang", |
3590 "--goma-dir", | 3664 "--goma-dir", |
3591 "[BUILD]/goma", | 3665 "[BUILD]/goma", |
3592 "--", | 3666 "--", |
3593 "angle_unittests_run", | 3667 "angle_unittests_run", |
3594 "blink_tests", | 3668 "blink_tests", |
3595 "chrome", | 3669 "chrome", |
3596 "content_gl_tests_run", | 3670 "content_gl_tests_run", |
3597 "gl_tests_run", | 3671 "gl_tests_run", |
3598 "tab_capture_end2end_tests_run", | 3672 "tab_capture_end2end_tests_run", |
3599 "telemetry_gpu_test_run" | 3673 "telemetry_gpu_test_run" |
3600 ], | 3674 ], |
| 3675 "cwd": "[SLAVE_BUILD]", |
3601 "name": "compile (2)" | 3676 "name": "compile (2)" |
3602 }, | 3677 }, |
3603 { | 3678 { |
3604 "cmd": [ | 3679 "cmd": [ |
3605 "python", | 3680 "python", |
3606 "-u", | 3681 "-u", |
3607 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 3682 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
3608 "/path/to/tmp/", | 3683 "/path/to/tmp/", |
3609 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 3684 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
3610 ], | 3685 ], |
| 3686 "cwd": "[SLAVE_BUILD]", |
3611 "name": "find isolated targets (2)" | 3687 "name": "find isolated targets (2)" |
3612 }, | 3688 }, |
3613 { | 3689 { |
3614 "cmd": [ | 3690 "cmd": [ |
3615 "python", | 3691 "python", |
3616 "-u", | 3692 "-u", |
3617 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 3693 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
3618 "batcharchive", | 3694 "batcharchive", |
3619 "--dump-json", | 3695 "--dump-json", |
3620 "/path/to/tmp/json", | 3696 "/path/to/tmp/json", |
3621 "--isolate-server", | 3697 "--isolate-server", |
3622 "https://isolateserver.appspot.com", | 3698 "https://isolateserver.appspot.com", |
3623 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", | 3699 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", |
3624 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" | 3700 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" |
3625 ], | 3701 ], |
| 3702 "cwd": "[SLAVE_BUILD]", |
3626 "name": "isolate tests (2)", | 3703 "name": "isolate tests (2)", |
3627 "~followup_annotations": [ | 3704 "~followup_annotations": [ |
3628 "@@@STEP_LOG_LINE@json.output@{@@@", | 3705 "@@@STEP_LOG_LINE@json.output@{@@@", |
3629 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 3706 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
3630 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 3707 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
3631 "@@@STEP_LOG_LINE@json.output@}@@@", | 3708 "@@@STEP_LOG_LINE@json.output@}@@@", |
3632 "@@@STEP_LOG_END@json.output@@@", | 3709 "@@@STEP_LOG_END@json.output@@@", |
3633 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 3710 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
3634 ] | 3711 ] |
3635 }, | 3712 }, |
(...skipping 78 matching lines...) Loading... |
3714 "mac", | 3791 "mac", |
3715 "--test-machine-name", | 3792 "--test-machine-name", |
3716 "mac_blink_rel", | 3793 "mac_blink_rel", |
3717 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", | 3794 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", |
3718 "--page-filter=Test\\.Test1", | 3795 "--page-filter=Test\\.Test1", |
3719 "--output-format", | 3796 "--output-format", |
3720 "json", | 3797 "json", |
3721 "--output-dir", | 3798 "--output-dir", |
3722 "${ISOLATED_OUTDIR}" | 3799 "${ISOLATED_OUTDIR}" |
3723 ], | 3800 ], |
| 3801 "cwd": "[SLAVE_BUILD]", |
3724 "name": "[trigger] pixel_test on Intel GPU on Mac (without patch)", | 3802 "name": "[trigger] pixel_test on Intel GPU on Mac (without patch)", |
3725 "~followup_annotations": [ | 3803 "~followup_annotations": [ |
3726 "@@@STEP_LOG_LINE@json.output@{@@@", | 3804 "@@@STEP_LOG_LINE@json.output@{@@@", |
3727 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel
GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", | 3805 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"pixel_test on Intel
GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_blink_rel/571\", @@@", |
3728 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 3806 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
3729 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (withou
t patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", | 3807 "@@@STEP_LOG_LINE@json.output@ \"pixel_test on Intel GPU on Mac (withou
t patch)/Mac-10.8/[dummy has/mac_blink_rel/571\": {@@@", |
3730 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 3808 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
3731 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 3809 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
3732 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 3810 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
3733 "@@@STEP_LOG_LINE@json.output@ }@@@", | 3811 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Loading... |
3746 "--swarming", | 3824 "--swarming", |
3747 "https://chromium-swarm.appspot.com", | 3825 "https://chromium-swarm.appspot.com", |
3748 "--decorate", | 3826 "--decorate", |
3749 "--print-status-updates", | 3827 "--print-status-updates", |
3750 "--shards", | 3828 "--shards", |
3751 "1", | 3829 "1", |
3752 "pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_bl
ink_rel/571", | 3830 "pixel_test on Intel GPU on Mac (without patch)/Mac-10.8/[dummy has/mac_bl
ink_rel/571", |
3753 "--task-output-dir", | 3831 "--task-output-dir", |
3754 "/path/to/tmp/" | 3832 "/path/to/tmp/" |
3755 ], | 3833 ], |
| 3834 "cwd": "[SLAVE_BUILD]", |
3756 "name": "pixel_test on Intel GPU on Mac (without patch)", | 3835 "name": "pixel_test on Intel GPU on Mac (without patch)", |
3757 "~followup_annotations": [ | 3836 "~followup_annotations": [ |
3758 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 3837 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
3759 ] | 3838 ] |
3760 }, | 3839 }, |
3761 { | 3840 { |
3762 "cmd": [ | 3841 "cmd": [ |
3763 "python", | 3842 "python", |
3764 "-u", | 3843 "-u", |
3765 "\nimport sys, json\nfailures = json.load(open(sys.argv[1], 'rb'))\n\nsucc
ess = True\n\nif failures['new']:\n success = False\n print 'New failures:'\n
for f in failures['new']:\n print f\n\nif failures['ignored']:\n print 'Ign
ored failures:'\n for f in failures['ignored']:\n print f\n\nsys.exit(0 if s
uccess else 1)\n", | 3844 "\nimport sys, json\nfailures = json.load(open(sys.argv[1], 'rb'))\n\nsucc
ess = True\n\nif failures['new']:\n success = False\n print 'New failures:'\n
for f in failures['new']:\n print f\n\nif failures['ignored']:\n print 'Ign
ored failures:'\n for f in failures['ignored']:\n print f\n\nsys.exit(0 if s
uccess else 1)\n", |
3766 "{\"ignored\": [\"Test.Test1\"], \"new\": []}" | 3845 "{\"ignored\": [\"Test.Test1\"], \"new\": []}" |
3767 ], | 3846 ], |
| 3847 "cwd": "[SLAVE_BUILD]", |
3768 "name": "pixel_test on Intel GPU on Mac", | 3848 "name": "pixel_test on Intel GPU on Mac", |
3769 "~followup_annotations": [ | 3849 "~followup_annotations": [ |
3770 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@", | 3850 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@", |
3771 "@@@STEP_LOG_LINE@python.inline@@@@", | 3851 "@@@STEP_LOG_LINE@python.inline@@@@", |
3772 "@@@STEP_LOG_LINE@python.inline@import sys, json@@@", | 3852 "@@@STEP_LOG_LINE@python.inline@import sys, json@@@", |
3773 "@@@STEP_LOG_LINE@python.inline@failures = json.load(open(sys.argv[1], 'rb
'))@@@", | 3853 "@@@STEP_LOG_LINE@python.inline@failures = json.load(open(sys.argv[1], 'rb
'))@@@", |
3774 "@@@STEP_LOG_LINE@python.inline@@@@", | 3854 "@@@STEP_LOG_LINE@python.inline@@@@", |
3775 "@@@STEP_LOG_LINE@python.inline@success = True@@@", | 3855 "@@@STEP_LOG_LINE@python.inline@success = True@@@", |
3776 "@@@STEP_LOG_LINE@python.inline@@@@", | 3856 "@@@STEP_LOG_LINE@python.inline@@@@", |
3777 "@@@STEP_LOG_LINE@python.inline@if failures['new']:@@@", | 3857 "@@@STEP_LOG_LINE@python.inline@if failures['new']:@@@", |
3778 "@@@STEP_LOG_LINE@python.inline@ success = False@@@", | 3858 "@@@STEP_LOG_LINE@python.inline@ success = False@@@", |
3779 "@@@STEP_LOG_LINE@python.inline@ print 'New failures:'@@@", | 3859 "@@@STEP_LOG_LINE@python.inline@ print 'New failures:'@@@", |
3780 "@@@STEP_LOG_LINE@python.inline@ for f in failures['new']:@@@", | 3860 "@@@STEP_LOG_LINE@python.inline@ for f in failures['new']:@@@", |
3781 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 3861 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
3782 "@@@STEP_LOG_LINE@python.inline@@@@", | 3862 "@@@STEP_LOG_LINE@python.inline@@@@", |
3783 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@", | 3863 "@@@STEP_LOG_LINE@python.inline@if failures['ignored']:@@@", |
3784 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 3864 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
3785 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 3865 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
3786 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 3866 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
3787 "@@@STEP_LOG_LINE@python.inline@@@@", | 3867 "@@@STEP_LOG_LINE@python.inline@@@@", |
3788 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 3868 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
3789 "@@@STEP_LOG_END@python.inline@@@", | 3869 "@@@STEP_LOG_END@python.inline@@@", |
3790 "@@@STEP_WARNINGS@@@" | 3870 "@@@STEP_WARNINGS@@@" |
3791 ] | 3871 ] |
3792 } | 3872 } |
3793 ] | 3873 ] |
OLD | NEW |