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

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

Issue 2848253005: buildbot: Force OS on the Mac WebKit RandomOrder bot. (Closed)
Patch Set: Created 3 years, 7 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 12906 matching lines...) Expand 10 before | Expand all | Expand 10 after
12917 } 12917 }
12918 ] 12918 ]
12919 }, 12919 },
12920 "WebKit Mac - RandomOrder": { 12920 "WebKit Mac - RandomOrder": {
12921 "isolated_scripts": [ 12921 "isolated_scripts": [
12922 { 12922 {
12923 "isolate_name": "webkit_layout_tests_exparchive", 12923 "isolate_name": "webkit_layout_tests_exparchive",
12924 "name": "webkit_layout_tests", 12924 "name": "webkit_layout_tests",
12925 "swarming": { 12925 "swarming": {
12926 "can_use_on_swarming_builders": true, 12926 "can_use_on_swarming_builders": true,
12927 "dimension_sets": [
12928 {
12929 "os": "Mac-10.12"
12930 }
12931 ],
12927 "shards": 1 12932 "shards": 1
12928 } 12933 }
12929 } 12934 }
12930 ] 12935 ]
12931 }, 12936 },
12932 "WebKit Win - RandomOrder": { 12937 "WebKit Win - RandomOrder": {
12933 "isolated_scripts": [ 12938 "isolated_scripts": [
12934 { 12939 {
12935 "isolate_name": "webkit_layout_tests_exparchive", 12940 "isolate_name": "webkit_layout_tests_exparchive",
12936 "name": "webkit_layout_tests", 12941 "name": "webkit_layout_tests",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
13174 }, 13179 },
13175 { 13180 {
13176 "swarming": { 13181 "swarming": {
13177 "can_use_on_swarming_builders": false 13182 "can_use_on_swarming_builders": false
13178 }, 13183 },
13179 "test": "views_unittests" 13184 "test": "views_unittests"
13180 } 13185 }
13181 ] 13186 ]
13182 } 13187 }
13183 } 13188 }
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