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-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" | 8 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot" |
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]\\skia\\infra\\bots\\assets\\skimage\\VERSION", | 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", |
62 "/path/to/tmp/" | 62 "/path/to/tmp/" |
63 ], | 63 ], |
64 "name": "Get downloaded skimage VERSION" | 64 "name": "Get downloaded SK_IMAGE_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": [ | |
78 "python", | 68 "python", |
79 "-u", | 69 "-u", |
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", | 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", |
81 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data" | 71 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data" |
82 ], | 72 ], |
83 "env": { | 73 "env": { |
84 "PYTHONPATH": "build\\scripts" | 74 "PYTHONPATH": "build\\scripts" |
85 }, | 75 }, |
86 "name": "rmtree data", | 76 "name": "rmtree data", |
87 "~followup_annotations": [ | 77 "~followup_annotations": [ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 }, | 109 }, |
120 { | 110 { |
121 "cmd": [ | 111 "cmd": [ |
122 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", | 112 "[SLAVE_BUILD]\\out\\Release_x64\\nanobench", |
123 "--undefok", | 113 "--undefok", |
124 "-i", | 114 "-i", |
125 "[SLAVE_BUILD]\\skia\\resources", | 115 "[SLAVE_BUILD]\\skia\\resources", |
126 "--skps", | 116 "--skps", |
127 "[SLAVE_BUILD]\\skps", | 117 "[SLAVE_BUILD]\\skps", |
128 "--images", | 118 "--images", |
129 "[SLAVE_BUILD]\\skimage\\nanobench", | 119 "[SLAVE_BUILD]\\images\\nanobench", |
130 "--nocpu", | 120 "--nocpu", |
131 "--dummy-flags", | 121 "--dummy-flags", |
132 "--outResultsFile", | 122 "--outResultsFile", |
133 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123.json", | 123 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123.json", |
134 "--properties", | 124 "--properties", |
135 "gitHash", | 125 "gitHash", |
136 "abc123", | 126 "abc123", |
137 "build_number", | 127 "build_number", |
138 "5", | 128 "5", |
139 "issue", | 129 "issue", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 174 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
185 "@@@STEP_LOG_END@python.inline@@@" | 175 "@@@STEP_LOG_END@python.inline@@@" |
186 ] | 176 ] |
187 }, | 177 }, |
188 { | 178 { |
189 "name": "$result", | 179 "name": "$result", |
190 "recipe_result": null, | 180 "recipe_result": null, |
191 "status_code": 0 | 181 "status_code": 0 |
192 } | 182 } |
193 ] | 183 ] |
OLD | NEW |