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

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

Issue 2411563002: headless: Don't run tests during the build (Closed)
Patch Set: typ plz Created 4 years, 2 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
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 9693 matching lines...) Expand 10 before | Expand all | Expand 10 after
9704 "can_use_on_swarming_builders": false 9704 "can_use_on_swarming_builders": false
9705 }, 9705 },
9706 "test": "headless_browsertests" 9706 "test": "headless_browsertests"
9707 }, 9707 },
9708 { 9708 {
9709 "swarming": { 9709 "swarming": {
9710 "can_use_on_swarming_builders": false 9710 "can_use_on_swarming_builders": false
9711 }, 9711 },
9712 "test": "headless_unittests" 9712 "test": "headless_unittests"
9713 } 9713 }
9714 ],
9715 "scripts": [
9716 {
9717 "name": "headless_python_unittests",
9718 "script": "headless_python_unittests.py"
9719 }
9714 ] 9720 ]
9715 }, 9721 },
9716 "LTO Linux": { 9722 "LTO Linux": {
9717 "gtest_tests": [ 9723 "gtest_tests": [
9718 { 9724 {
9719 "swarming": { 9725 "swarming": {
9720 "can_use_on_swarming_builders": true 9726 "can_use_on_swarming_builders": true
9721 }, 9727 },
9722 "test": "accessibility_unittests" 9728 "test": "accessibility_unittests"
9723 }, 9729 },
(...skipping 2745 matching lines...) Expand 10 before | Expand all | Expand 10 after
12469 }, 12475 },
12470 { 12476 {
12471 "swarming": { 12477 "swarming": {
12472 "can_use_on_swarming_builders": true 12478 "can_use_on_swarming_builders": true
12473 }, 12479 },
12474 "test": "views_unittests" 12480 "test": "views_unittests"
12475 } 12481 }
12476 ] 12482 ]
12477 } 12483 }
12478 } 12484 }
OLDNEW
« no previous file with comments | « headless/lib/browser/client_api_generator_unittest.py ('k') | testing/scripts/headless_python_unittests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698