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

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

Issue 1292783004: Run Cronet perf test on Cronet bot Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 4 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 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "goma", 174 "goma",
175 "--goma-dir", 175 "--goma-dir",
176 "[BUILD]/goma", 176 "[BUILD]/goma",
177 "--clobber", 177 "--clobber",
178 "--", 178 "--",
179 "cronet_package", 179 "cronet_package",
180 "cronet_perf_test_apk",
180 "cronet_sample_test_apk", 181 "cronet_sample_test_apk",
181 "cronet_test_instrumentation_apk" 182 "cronet_test_instrumentation_apk"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "env": { 185 "env": {
185 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 186 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
186 }, 187 },
187 "name": "compile" 188 "name": "compile"
188 }, 189 },
189 { 190 {
(...skipping 21 matching lines...) Expand all
211 "[BUILD]/scripts/slave/chromium/sizes.py", 212 "[BUILD]/scripts/slave/chromium/sizes.py",
212 "--target", 213 "--target",
213 "Release", 214 "Release",
214 "--platform", 215 "--platform",
215 "android-cronet" 216 "android-cronet"
216 ], 217 ],
217 "cwd": "[SLAVE_BUILD]", 218 "cwd": "[SLAVE_BUILD]",
218 "name": "sizes" 219 "name": "sizes"
219 } 220 }
220 ] 221 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698