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

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

Issue 2519953003: Don't run nacl_integration tests on mac on fyi waterfall. (Closed)
Patch Set: Created 4 years, 1 month 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 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 "can_use_on_swarming_builders": false 2701 "can_use_on_swarming_builders": false
2702 }, 2702 },
2703 "test": "url_unittests" 2703 "test": "url_unittests"
2704 }, 2704 },
2705 { 2705 {
2706 "swarming": { 2706 "swarming": {
2707 "can_use_on_swarming_builders": false 2707 "can_use_on_swarming_builders": false
2708 }, 2708 },
2709 "test": "views_unittests" 2709 "test": "views_unittests"
2710 } 2710 }
2711 ],
2712 "scripts": [
2713 {
2714 "name": "nacl_integration",
2715 "script": "nacl_integration.py"
2716 }
2717 ] 2711 ]
2718 }, 2712 },
2719 "Chromium Mac 10.11": { 2713 "Chromium Mac 10.11": {
2720 "gtest_tests": [ 2714 "gtest_tests": [
2721 { 2715 {
2722 "swarming": { 2716 "swarming": {
2723 "can_use_on_swarming_builders": false 2717 "can_use_on_swarming_builders": false
2724 }, 2718 },
2725 "test": "accessibility_unittests" 2719 "test": "accessibility_unittests"
2726 }, 2720 },
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 { 3003 {
3010 "isolate_name": "telemetry_unittests", 3004 "isolate_name": "telemetry_unittests",
3011 "name": "telemetry_unittests", 3005 "name": "telemetry_unittests",
3012 "override_compile_targets": [ 3006 "override_compile_targets": [
3013 "telemetry_unittests_run" 3007 "telemetry_unittests_run"
3014 ], 3008 ],
3015 "swarming": { 3009 "swarming": {
3016 "can_use_on_swarming_builders": true 3010 "can_use_on_swarming_builders": true
3017 } 3011 }
3018 } 3012 }
3019 ],
3020 "scripts": [
3021 {
3022 "name": "nacl_integration",
3023 "script": "nacl_integration.py"
3024 }
3025 ] 3013 ]
3026 }, 3014 },
3027 "Chromium Mac 10.11 Force Mac Toolchain": { 3015 "Chromium Mac 10.11 Force Mac Toolchain": {
3028 "gtest_tests": [ 3016 "gtest_tests": [
3029 { 3017 {
3030 "swarming": { 3018 "swarming": {
3031 "can_use_on_swarming_builders": false 3019 "can_use_on_swarming_builders": false
3032 }, 3020 },
3033 "test": "accessibility_unittests" 3021 "test": "accessibility_unittests"
3034 }, 3022 },
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 "can_use_on_swarming_builders": false 3265 "can_use_on_swarming_builders": false
3278 }, 3266 },
3279 "test": "url_unittests" 3267 "test": "url_unittests"
3280 }, 3268 },
3281 { 3269 {
3282 "swarming": { 3270 "swarming": {
3283 "can_use_on_swarming_builders": false 3271 "can_use_on_swarming_builders": false
3284 }, 3272 },
3285 "test": "views_unittests" 3273 "test": "views_unittests"
3286 } 3274 }
3287 ],
3288 "scripts": [
3289 {
3290 "name": "nacl_integration",
3291 "script": "nacl_integration.py"
3292 }
3293 ] 3275 ]
3294 }, 3276 },
3295 "ClangToTAndroid x64": { 3277 "ClangToTAndroid x64": {
3296 "gtest_tests": [ 3278 "gtest_tests": [
3297 { 3279 {
3298 "swarming": { 3280 "swarming": {
3299 "can_use_on_swarming_builders": false 3281 "can_use_on_swarming_builders": false
3300 }, 3282 },
3301 "test": "angle_unittests" 3283 "test": "angle_unittests"
3302 }, 3284 },
(...skipping 9886 matching lines...) Expand 10 before | Expand all | Expand 10 after
13189 }, 13171 },
13190 { 13172 {
13191 "swarming": { 13173 "swarming": {
13192 "can_use_on_swarming_builders": true 13174 "can_use_on_swarming_builders": true
13193 }, 13175 },
13194 "test": "views_unittests" 13176 "test": "views_unittests"
13195 } 13177 }
13196 ] 13178 ]
13197 } 13179 }
13198 } 13180 }
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