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

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

Issue 2679703002: Add "Linux Clang analysis" to FYI bots. (Closed)
Patch Set: Use new buildbot name Created 3 years, 10 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 10206 matching lines...) Expand 10 before | Expand all | Expand 10 after
10217 "args": [ 10217 "args": [
10218 "--test-launcher-print-test-stdio=always" 10218 "--test-launcher-print-test-stdio=always"
10219 ], 10219 ],
10220 "swarming": { 10220 "swarming": {
10221 "can_use_on_swarming_builders": true 10221 "can_use_on_swarming_builders": true
10222 }, 10222 },
10223 "test": "sandbox_linux_unittests" 10223 "test": "sandbox_linux_unittests"
10224 } 10224 }
10225 ] 10225 ]
10226 }, 10226 },
10227 "Linux Clang Analyzer": {
10228 "additional_compile_targets": [
10229 "all"
10230 ]
10231 },
10227 "Linux Trusty": { 10232 "Linux Trusty": {
10228 "gtest_tests": [ 10233 "gtest_tests": [
10229 { 10234 {
10230 "swarming": { 10235 "swarming": {
10231 "can_use_on_swarming_builders": true 10236 "can_use_on_swarming_builders": true
10232 }, 10237 },
10233 "test": "accessibility_unittests" 10238 "test": "accessibility_unittests"
10234 }, 10239 },
10235 { 10240 {
10236 "swarming": { 10241 "swarming": {
(...skipping 2457 matching lines...) Expand 10 before | Expand all | Expand 10 after
12694 }, 12699 },
12695 { 12700 {
12696 "swarming": { 12701 "swarming": {
12697 "can_use_on_swarming_builders": false 12702 "can_use_on_swarming_builders": false
12698 }, 12703 },
12699 "test": "views_unittests" 12704 "test": "views_unittests"
12700 } 12705 }
12701 ] 12706 ]
12702 } 12707 }
12703 } 12708 }
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