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

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

Issue 2850423002: buildbot: Force OS on the Win 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 12923 matching lines...) Expand 10 before | Expand all | Expand 10 after
12934 } 12934 }
12935 ] 12935 ]
12936 }, 12936 },
12937 "WebKit Win - RandomOrder": { 12937 "WebKit Win - RandomOrder": {
12938 "isolated_scripts": [ 12938 "isolated_scripts": [
12939 { 12939 {
12940 "isolate_name": "webkit_layout_tests_exparchive", 12940 "isolate_name": "webkit_layout_tests_exparchive",
12941 "name": "webkit_layout_tests", 12941 "name": "webkit_layout_tests",
12942 "swarming": { 12942 "swarming": {
12943 "can_use_on_swarming_builders": true, 12943 "can_use_on_swarming_builders": true,
12944 "dimension_sets": [
12945 {
12946 "os": "Windows-10-10240"
12947 }
12948 ],
12944 "shards": 1 12949 "shards": 1
12945 } 12950 }
12946 } 12951 }
12947 ] 12952 ]
12948 }, 12953 },
12949 "Win 10 Fast Ring": { 12954 "Win 10 Fast Ring": {
12950 "gtest_tests": [ 12955 "gtest_tests": [
12951 { 12956 {
12952 "swarming": { 12957 "swarming": {
12953 "can_use_on_swarming_builders": false 12958 "can_use_on_swarming_builders": false
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
13179 }, 13184 },
13180 { 13185 {
13181 "swarming": { 13186 "swarming": {
13182 "can_use_on_swarming_builders": false 13187 "can_use_on_swarming_builders": false
13183 }, 13188 },
13184 "test": "views_unittests" 13189 "test": "views_unittests"
13185 } 13190 }
13186 ] 13191 ]
13187 } 13192 }
13188 } 13193 }
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