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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2821533005: Make test results presentation enabled for swarming. (Closed)
Patch Set: fixes Created 3 years, 8 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
« no previous file with comments | « build/android/pylib/results/presentation/test_results_presentation.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "=android%2Fswarming%2Flogcats%2F", 238 "=android%2Fswarming%2Flogcats%2F",
239 "${TASK_ID}%2F%2B%2Funified_logcats" 239 "${TASK_ID}%2F%2B%2Funified_logcats"
240 ], 240 ],
241 "name": "shard #${SHARD_INDEX} logcats" 241 "name": "shard #${SHARD_INDEX} logcats"
242 } 242 }
243 ] 243 ]
244 }, 244 },
245 "test": "cc_unittests" 245 "test": "cc_unittests"
246 }, 246 },
247 { 247 {
248 "merge": {
jbudorick 2017/04/19 02:17:50 This wasn't picked up. Looks like we need one more
249 "args": [
250 "--bucket",
251 "chromium-result-details",
252 "--test-name",
253 "chrome_public_test_apk"
254 ],
255 "script": "//build/android/pylib/results/presentation/test_results_pre sentation.py"
256 },
248 "override_compile_targets": [ 257 "override_compile_targets": [
249 "chrome_public_test_apk" 258 "chrome_public_test_apk"
250 ], 259 ],
251 "override_isolate_target": "chrome_public_test_apk", 260 "override_isolate_target": "chrome_public_test_apk",
252 "swarming": { 261 "swarming": {
253 "can_use_on_swarming_builders": true, 262 "can_use_on_swarming_builders": true,
254 "cipd_packages": [ 263 "cipd_packages": [
255 { 264 {
256 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 265 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
257 "location": "bin", 266 "location": "bin",
(...skipping 4344 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 "telemetry_unittests_run" 4611 "telemetry_unittests_run"
4603 ], 4612 ],
4604 "swarming": { 4613 "swarming": {
4605 "can_use_on_swarming_builders": true, 4614 "can_use_on_swarming_builders": true,
4606 "shards": 4 4615 "shards": 4
4607 } 4616 }
4608 } 4617 }
4609 ] 4618 ]
4610 } 4619 }
4611 } 4620 }
OLDNEW
« no previous file with comments | « build/android/pylib/results/presentation/test_results_presentation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698