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

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

Issue 2850853002: Fix compile targets in Linux Clang Analyzer recipe. (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 10629 matching lines...) Expand 10 before | Expand all | Expand 10 after
10640 "args": [ 10640 "args": [
10641 "--test-launcher-print-test-stdio=always" 10641 "--test-launcher-print-test-stdio=always"
10642 ], 10642 ],
10643 "swarming": { 10643 "swarming": {
10644 "can_use_on_swarming_builders": true 10644 "can_use_on_swarming_builders": true
10645 }, 10645 },
10646 "test": "sandbox_linux_unittests" 10646 "test": "sandbox_linux_unittests"
10647 } 10647 }
10648 ] 10648 ]
10649 }, 10649 },
10650 "Linux Clang Analyzer": {
10651 "additional_compile_targets": [
10652 "all"
10653 ]
10654 },
Dirk Pranke 2017/05/04 00:31:26 How does this know to build 'chrome'? If the answ
10655 "Linux Trusty": { 10650 "Linux Trusty": {
10656 "gtest_tests": [ 10651 "gtest_tests": [
10657 { 10652 {
10658 "swarming": { 10653 "swarming": {
10659 "can_use_on_swarming_builders": true 10654 "can_use_on_swarming_builders": true
10660 }, 10655 },
10661 "test": "accessibility_unittests" 10656 "test": "accessibility_unittests"
10662 }, 10657 },
10663 { 10658 {
10664 "swarming": { 10659 "swarming": {
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
13172 }, 13167 },
13173 { 13168 {
13174 "swarming": { 13169 "swarming": {
13175 "can_use_on_swarming_builders": false 13170 "can_use_on_swarming_builders": false
13176 }, 13171 },
13177 "test": "views_unittests" 13172 "test": "views_unittests"
13178 } 13173 }
13179 ] 13174 ]
13180 } 13175 }
13181 } 13176 }
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