Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 2358173002: GN: take over CommandBuffer bot (Closed)
Patch Set: GYP too Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@", 168 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@",
169 "@@@STEP_LOG_LINE@python.inline@ raise@@@", 169 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
170 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@", 170 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@",
171 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@", 171 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@",
172 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", 172 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@",
173 "@@@STEP_LOG_END@python.inline@@@" 173 "@@@STEP_LOG_END@python.inline@@@"
174 ] 174 ]
175 }, 175 },
176 { 176 {
177 "cmd": [ 177 "cmd": [
178 "catchsegv",
179 "[SLAVE_BUILD]/out/Debug/dm", 178 "[SLAVE_BUILD]/out/Debug/dm",
180 "--undefok", 179 "--undefok",
181 "--resourcePath", 180 "--resourcePath",
182 "[SLAVE_BUILD]/skia/resources", 181 "[SLAVE_BUILD]/skia/resources",
183 "--skps", 182 "--skps",
184 "[SLAVE_BUILD]/skp", 183 "[SLAVE_BUILD]/skp",
185 "--images", 184 "--images",
186 "[SLAVE_BUILD]/skimage/dm", 185 "[SLAVE_BUILD]/skimage/dm",
187 "--colorImages", 186 "--colorImages",
188 "[SLAVE_BUILD]/skimage/colorspace", 187 "[SLAVE_BUILD]/skimage/colorspace",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ".RW2", 406 ".RW2",
408 "_", 407 "_",
409 "image", 408 "image",
410 "_", 409 "_",
411 ".PEF", 410 ".PEF",
412 "_", 411 "_",
413 "image", 412 "image",
414 "_", 413 "_",
415 ".SRW" 414 ".SRW"
416 ], 415 ],
417 "env": { 416 "cwd": "[SLAVE_BUILD]/skia",
418 "BUILDTYPE": "Debug",
419 "CHROME_HEADLESS": "1",
420 "SKIA_OUT": "[SLAVE_BUILD]/out"
421 },
422 "name": "dm" 417 "name": "dm"
423 }, 418 },
424 { 419 {
425 "name": "$result", 420 "name": "$result",
426 "recipe_result": null, 421 "recipe_result": null,
427 "status_code": 0 422 "status_code": 0
428 } 423 }
429 ] 424 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json ('k') | tests/TestConfigParsing.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698