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

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

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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 | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.linux.json » ('j') | 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 Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "dimension_sets": [ 258 "dimension_sets": [
259 { 259 {
260 "android_devices": "4", 260 "android_devices": "4",
261 "device_type": "gce_x86" 261 "device_type": "gce_x86"
262 } 262 }
263 ] 263 ]
264 }, 264 },
265 "test": "base_unittests" 265 "test": "base_unittests"
266 }, 266 },
267 { 267 {
268 "override_compile_targets": [
269 "blimp_test_apk"
270 ],
271 "override_isolate_target": "blimp_test_apk",
272 "swarming": {
273 "can_use_on_swarming_builders": true,
274 "dimension_sets": [
275 {
276 "android_devices": "4",
277 "device_type": "gce_x86"
278 }
279 ],
280 "hard_timeout": 600
281 },
282 "test": "blimp_test_apk"
283 },
284 {
285 "override_isolate_target": "blimp_unittests", 268 "override_isolate_target": "blimp_unittests",
286 "swarming": { 269 "swarming": {
287 "can_use_on_swarming_builders": true, 270 "can_use_on_swarming_builders": true,
288 "dimension_sets": [ 271 "dimension_sets": [
289 { 272 {
290 "android_devices": "4", 273 "android_devices": "4",
291 "device_type": "gce_x86" 274 "device_type": "gce_x86"
292 } 275 }
293 ] 276 ]
294 }, 277 },
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 "dimension_sets": [ 923 "dimension_sets": [
941 { 924 {
942 "android_devices": "1", 925 "android_devices": "1",
943 "device_type": "coho" 926 "device_type": "coho"
944 } 927 }
945 ] 928 ]
946 }, 929 },
947 "test": "base_unittests" 930 "test": "base_unittests"
948 }, 931 },
949 { 932 {
950 "override_compile_targets": [
951 "blimp_test_apk"
952 ],
953 "override_isolate_target": "blimp_test_apk",
954 "swarming": {
955 "can_use_on_swarming_builders": true,
956 "dimension_sets": [
957 {
958 "android_devices": "1",
959 "device_type": "coho"
960 }
961 ]
962 },
963 "test": "blimp_test_apk"
964 },
965 {
966 "override_isolate_target": "blimp_unittests", 933 "override_isolate_target": "blimp_unittests",
967 "swarming": { 934 "swarming": {
968 "can_use_on_swarming_builders": true, 935 "can_use_on_swarming_builders": true,
969 "dimension_sets": [ 936 "dimension_sets": [
970 { 937 {
971 "android_devices": "1", 938 "android_devices": "1",
972 "device_type": "coho" 939 "device_type": "coho"
973 } 940 }
974 ] 941 ]
975 }, 942 },
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 } 1547 }
1581 ] 1548 ]
1582 }, 1549 },
1583 "test": "wtf_unittests" 1550 "test": "wtf_unittests"
1584 } 1551 }
1585 ] 1552 ]
1586 }, 1553 },
1587 "Blimp Android Client": { 1554 "Blimp Android Client": {
1588 "gtest_tests": [ 1555 "gtest_tests": [
1589 { 1556 {
1590 "override_compile_targets": [
1591 "blimp_test_apk"
1592 ],
1593 "override_isolate_target": "blimp_test_apk",
1594 "swarming": {
1595 "can_use_on_swarming_builders": true,
1596 "cipd_packages": [
1597 {
1598 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1599 "location": "bin",
1600 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 "
1601 }
1602 ],
1603 "dimension_sets": [
1604 {
1605 "android_devices": "4",
1606 "device_os": "MMB29Q",
1607 "device_type": "bullhead"
1608 }
1609 ],
1610 "hard_timeout": 960,
1611 "output_links": [
1612 {
1613 "link": [
1614 "https://luci-logdog.appspot.com/v/?s",
1615 "=android%2Fswarming%2Flogcats%2F",
1616 "${TASK_ID}%2F%2B%2Funified_logcats"
1617 ],
1618 "name": "shard #${SHARD_INDEX} logcats"
1619 }
1620 ]
1621 },
1622 "test": "blimp_test_apk"
1623 },
1624 {
1625 "override_isolate_target": "blimp_unittests", 1557 "override_isolate_target": "blimp_unittests",
1626 "swarming": { 1558 "swarming": {
1627 "can_use_on_swarming_builders": true, 1559 "can_use_on_swarming_builders": true,
1628 "cipd_packages": [ 1560 "cipd_packages": [
1629 { 1561 {
1630 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 1562 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1631 "location": "bin", 1563 "location": "bin",
1632 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " 1564 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 "
1633 } 1565 }
1634 ], 1566 ],
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3772 "dimension_sets": [ 3704 "dimension_sets": [
3773 { 3705 {
3774 "android_devices": "1", 3706 "android_devices": "1",
3775 "device_type": "coho" 3707 "device_type": "coho"
3776 } 3708 }
3777 ] 3709 ]
3778 }, 3710 },
3779 "test": "base_unittests" 3711 "test": "base_unittests"
3780 }, 3712 },
3781 { 3713 {
3782 "override_compile_targets": [
3783 "blimp_test_apk"
3784 ],
3785 "override_isolate_target": "blimp_test_apk",
3786 "swarming": {
3787 "can_use_on_swarming_builders": true,
3788 "dimension_sets": [
3789 {
3790 "android_devices": "1",
3791 "device_type": "coho"
3792 }
3793 ]
3794 },
3795 "test": "blimp_test_apk"
3796 },
3797 {
3798 "override_isolate_target": "blimp_unittests", 3714 "override_isolate_target": "blimp_unittests",
3799 "swarming": { 3715 "swarming": {
3800 "can_use_on_swarming_builders": true, 3716 "can_use_on_swarming_builders": true,
3801 "dimension_sets": [ 3717 "dimension_sets": [
3802 { 3718 {
3803 "android_devices": "1", 3719 "android_devices": "1",
3804 "device_type": "coho" 3720 "device_type": "coho"
3805 } 3721 }
3806 ] 3722 ]
3807 }, 3723 },
(...skipping 10438 matching lines...) Expand 10 before | Expand all | Expand 10 after
14246 }, 14162 },
14247 { 14163 {
14248 "swarming": { 14164 "swarming": {
14249 "can_use_on_swarming_builders": true 14165 "can_use_on_swarming_builders": true
14250 }, 14166 },
14251 "test": "views_unittests" 14167 "test": "views_unittests"
14252 } 14168 }
14253 ] 14169 ]
14254 } 14170 }
14255 } 14171 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698