OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release" | 8 "Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", |
52 "/path/to/tmp/" | 52 "/path/to/tmp/" |
53 ], | 53 ], |
54 "name": "Get downloaded SKP_VERSION" | 54 "name": "Get downloaded SKP_VERSION" |
55 }, | 55 }, |
56 { | 56 { |
57 "cmd": [ | 57 "cmd": [ |
58 "python", | 58 "python", |
59 "-u", | 59 "-u", |
60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", | 61 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", |
62 "/path/to/tmp/" | 62 "/path/to/tmp/" |
63 ], | 63 ], |
64 "name": "Get downloaded SK_IMAGE_VERSION" | 64 "name": "Get downloaded skimage VERSION" |
65 }, | 65 }, |
66 { | 66 { |
67 "cmd": [ | 67 "cmd": [ |
| 68 "python", |
| 69 "-u", |
| 70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 71 "42", |
| 72 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION" |
| 73 ], |
| 74 "name": "write SK_IMAGE_VERSION" |
| 75 }, |
| 76 { |
| 77 "cmd": [ |
68 "python", | 78 "python", |
69 "-u", | 79 "-u", |
70 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 80 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
71 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data" | 81 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data" |
72 ], | 82 ], |
73 "env": { | 83 "env": { |
74 "PYTHONPATH": "build\\scripts" | 84 "PYTHONPATH": "build\\scripts" |
75 }, | 85 }, |
76 "name": "rmtree data", | 86 "name": "rmtree data", |
77 "~followup_annotations": [ | 87 "~followup_annotations": [ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 }, | 119 }, |
110 { | 120 { |
111 "cmd": [ | 121 "cmd": [ |
112 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", | 122 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", |
113 "--undefok", | 123 "--undefok", |
114 "-i", | 124 "-i", |
115 "[SLAVE_BUILD]\\skia\\resources", | 125 "[SLAVE_BUILD]\\skia\\resources", |
116 "--skps", | 126 "--skps", |
117 "[SLAVE_BUILD]\\skps", | 127 "[SLAVE_BUILD]\\skps", |
118 "--images", | 128 "--images", |
119 "[SLAVE_BUILD]\\images\\nanobench", | 129 "[SLAVE_BUILD]\\skimage\\nanobench", |
120 "--nogpu", | 130 "--nogpu", |
121 "--dummy-flags", | 131 "--dummy-flags", |
122 "--outResultsFile", | 132 "--outResultsFile", |
123 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123.json", | 133 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123.json", |
124 "--properties", | 134 "--properties", |
125 "gitHash", | 135 "gitHash", |
126 "abc123", | 136 "abc123", |
127 "build_number", | 137 "build_number", |
128 "5", | 138 "5", |
129 "--key", | 139 "--key", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 180 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
171 "@@@STEP_LOG_END@python.inline@@@" | 181 "@@@STEP_LOG_END@python.inline@@@" |
172 ] | 182 ] |
173 }, | 183 }, |
174 { | 184 { |
175 "name": "$result", | 185 "name": "$result", |
176 "recipe_result": null, | 186 "recipe_result": null, |
177 "status_code": 0 | 187 "status_code": 0 |
178 } | 188 } |
179 ] | 189 ] |
OLD | NEW |