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

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

Issue 2957503002: buildbot: Enable multiple Mac configs on RandomOrder bot. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | 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 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 12053 matching lines...) Expand 10 before | Expand all | Expand 10 after
12064 "WebKit Mac - RandomOrder": { 12064 "WebKit Mac - RandomOrder": {
12065 "isolated_scripts": [ 12065 "isolated_scripts": [
12066 { 12066 {
12067 "isolate_name": "webkit_layout_tests_exparchive", 12067 "isolate_name": "webkit_layout_tests_exparchive",
12068 "name": "webkit_layout_tests", 12068 "name": "webkit_layout_tests",
12069 "swarming": { 12069 "swarming": {
12070 "can_use_on_swarming_builders": true, 12070 "can_use_on_swarming_builders": true,
12071 "dimension_sets": [ 12071 "dimension_sets": [
12072 { 12072 {
12073 "os": "Mac-10.9" 12073 "os": "Mac-10.9"
12074 },
12075 {
12076 "os": "Mac-10.12"
12077 },
12078 {
12079 "gpu": "8086:0a2e",
12080 "os": "Mac-10.12"
12074 } 12081 }
12075 ], 12082 ],
12076 "shards": 8 12083 "shards": 8
12077 } 12084 }
12078 } 12085 }
12079 ] 12086 ]
12080 }, 12087 },
12081 "WebKit Win - RandomOrder": { 12088 "WebKit Win - RandomOrder": {
12082 "isolated_scripts": [ 12089 "isolated_scripts": [
12083 { 12090 {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
12352 "test": "views_unittests" 12359 "test": "views_unittests"
12353 } 12360 }
12354 ] 12361 ]
12355 }, 12362 },
12356 "Win Builder (ANGLE)": { 12363 "Win Builder (ANGLE)": {
12357 "additional_compile_targets": [ 12364 "additional_compile_targets": [
12358 "all" 12365 "all"
12359 ] 12366 ]
12360 } 12367 }
12361 } 12368 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698