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

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

Issue 2411563002: headless: Don't run tests during the build (Closed)
Patch Set: Remove stamp writing 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
« no previous file with comments | « headless/lib/browser/client_api_generator_unittest.py ('k') | 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 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": "client_api_generator_unittest",
9718 "script": "headless/lib/browser/client_api_generator_unittest.py"
perezju 2016/10/11 10:25:01 It looks like other scripts are given relative to
Paweł Hajdan Jr. 2016/10/11 18:10:01 Yup. Not only they need to be there, but also ther
Dirk Pranke 2016/10/11 18:23:28 You should look at the scripts in //testing/script
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 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
12481 }, 12487 },
12482 { 12488 {
12483 "swarming": { 12489 "swarming": {
12484 "can_use_on_swarming_builders": true 12490 "can_use_on_swarming_builders": true
12485 }, 12491 },
12486 "test": "views_unittests" 12492 "test": "views_unittests"
12487 } 12493 }
12488 ] 12494 ]
12489 } 12495 }
12490 } 12496 }
OLDNEW
« no previous file with comments | « headless/lib/browser/client_api_generator_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698