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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json

Issue 1823183002: Run Sizes on Windows perf builders (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "python", 170 "python",
171 "-u", 171 "-u",
172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
173 "--target", 173 "--target",
174 "Release", 174 "Release",
175 "--no-xvfb", 175 "--no-xvfb",
176 "--factory-properties", 176 "--factory-properties",
177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"Android Cronet MIPS Builder\", \"buildn umber\": 571, \"mastername\": \"chromium.testing.master\", \"project\": \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesource.com/chr omium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"Android Cronet MIPS Builder\", \"buildn umber\": 571, \"mastername\": \"chromium.testing.master\", \"project\": \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesource.com/chr omium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
178 "--build-properties", 178 "--build-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"Android Cronet MIPS Builder\", \"buildn umber\": 571, \"mastername\": \"chromium.testing.master\", \"project\": \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesource.com/chr omium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"Android Cronet MIPS Builder\", \"buildn umber\": 571, \"mastername\": \"chromium.testing.master\", \"project\": \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesource.com/chr omium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
180 "--annotate=graphing",
181 "--test-type=sizes", 180 "--test-type=sizes",
182 "--builder-name=Android Cronet MIPS Builder", 181 "--builder-name=Android Cronet MIPS Builder",
183 "--slave-name=TestSlavename", 182 "--slave-name=TestSlavename",
184 "--build-number=571", 183 "--build-number=571",
185 "--run-python-script", 184 "--run-python-script",
185 "--annotate=graphing",
186 "--results-url=https://chromeperf.appspot.com", 186 "--results-url=https://chromeperf.appspot.com",
187 "--perf-dashboard-id=sizes", 187 "--perf-dashboard-id=sizes",
188 "--perf-id=android_cronet_mips_builder", 188 "--perf-id=android_cronet_mips_builder",
189 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 189 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
190 "--target", 190 "--target",
191 "Release", 191 "Release",
192 "--platform", 192 "--platform",
193 "android-cronet" 193 "android-cronet"
194 ], 194 ],
195 "cwd": "[SLAVE_BUILD]", 195 "cwd": "[SLAVE_BUILD]",
196 "name": "sizes" 196 "name": "sizes"
197 }, 197 },
198 { 198 {
199 "name": "$result", 199 "name": "$result",
200 "recipe_result": null, 200 "recipe_result": null,
201 "status_code": 0 201 "status_code": 0
202 } 202 }
203 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698