| OLD | NEW |
| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "~inc2.png", | 86 "~inc2.png", |
| 87 "~inc12.png", | 87 "~inc12.png", |
| 88 "~inc13.png", | 88 "~inc13.png", |
| 89 "~inc14.png", | 89 "~inc14.png", |
| 90 "~inc0.webp", | 90 "~inc0.webp", |
| 91 "~inc1.webp" | 91 "~inc1.webp" |
| 92 ], | 92 ], |
| 93 "env": { | 93 "env": { |
| 94 "BUILDTYPE": "Debug_x64", | 94 "BUILDTYPE": "Debug_x64", |
| 95 "CHROME_HEADLESS": "1", | 95 "CHROME_HEADLESS": "1", |
| 96 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_gpu=0 skia_
warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", | |
| 97 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 96 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
| 98 }, | 97 }, |
| 99 "name": "nanobench" | 98 "name": "nanobench" |
| 100 }, | 99 }, |
| 101 { | 100 { |
| 102 "name": "$result", | 101 "name": "$result", |
| 103 "recipe_result": null, | 102 "recipe_result": null, |
| 104 "status_code": 0 | 103 "status_code": 0 |
| 105 } | 104 } |
| 106 ] | 105 ] |
| OLD | NEW |