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

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

Issue 2932643002: Stop running nacl_integration tests on ClangToT macOS builds. (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 4797 matching lines...) Expand 10 before | Expand all | Expand 10 after
4808 } 4808 }
4809 }, 4809 },
4810 { 4810 {
4811 "isolate_name": "telemetry_unittests", 4811 "isolate_name": "telemetry_unittests",
4812 "name": "telemetry_unittests", 4812 "name": "telemetry_unittests",
4813 "swarming": { 4813 "swarming": {
4814 "can_use_on_swarming_builders": true, 4814 "can_use_on_swarming_builders": true,
4815 "shards": 2 4815 "shards": 2
4816 } 4816 }
4817 } 4817 }
4818 ],
4819 "scripts": [
4820 {
4821 "name": "nacl_integration",
4822 "script": "nacl_integration.py"
4823 }
4824 ] 4818 ]
4825 }, 4819 },
4826 "ClangToTMacASan tester": { 4820 "ClangToTMacASan tester": {
4827 "gtest_tests": [ 4821 "gtest_tests": [
4828 { 4822 {
4829 "swarming": { 4823 "swarming": {
4830 "can_use_on_swarming_builders": true 4824 "can_use_on_swarming_builders": true
4831 }, 4825 },
4832 "test": "accessibility_unittests" 4826 "test": "accessibility_unittests"
4833 }, 4827 },
(...skipping 8285 matching lines...) Expand 10 before | Expand all | Expand 10 after
13119 }, 13113 },
13120 { 13114 {
13121 "swarming": { 13115 "swarming": {
13122 "can_use_on_swarming_builders": false 13116 "can_use_on_swarming_builders": false
13123 }, 13117 },
13124 "test": "views_unittests" 13118 "test": "views_unittests"
13125 } 13119 }
13126 ] 13120 ]
13127 } 13121 }
13128 } 13122 }
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