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

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

Issue 1843623002: Add tests for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dirk's comments Created 4 years, 8 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 | testing/buildbot/gn_isolate_map.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 6186 matching lines...) Expand 10 before | Expand all | Expand 10 after
6197 "test": "webkit_unit_tests" 6197 "test": "webkit_unit_tests"
6198 }, 6198 },
6199 { 6199 {
6200 "swarming": { 6200 "swarming": {
6201 "can_use_on_swarming_builders": true 6201 "can_use_on_swarming_builders": true
6202 }, 6202 },
6203 "test": "wtf_unittests" 6203 "test": "wtf_unittests"
6204 } 6204 }
6205 ] 6205 ]
6206 }, 6206 },
6207 "Headless Linux (dbg)": {
6208 "gtest_tests": [
6209 {
6210 "test": "headless_browsertests"
6211 }
6212 ]
6213 },
6207 "Linux ARM": { 6214 "Linux ARM": {
6208 "gtest_tests": [ 6215 "gtest_tests": [
6209 { 6216 {
6210 "args": [ 6217 "args": [
6211 "--gtest_filter=*NaCl*.*" 6218 "--gtest_filter=*NaCl*.*"
6212 ], 6219 ],
6213 "swarming": { 6220 "swarming": {
6214 "can_use_on_swarming_builders": true 6221 "can_use_on_swarming_builders": true
6215 }, 6222 },
6216 "test": "browser_tests" 6223 "test": "browser_tests"
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
7697 }, 7704 },
7698 { 7705 {
7699 "args": [ 7706 "args": [
7700 "--isolate-extensions" 7707 "--isolate-extensions"
7701 ], 7708 ],
7702 "test": "unit_tests" 7709 "test": "unit_tests"
7703 } 7710 }
7704 ] 7711 ]
7705 } 7712 }
7706 } 7713 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698