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

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

Issue 1905833002: Add gl_unittests to Ozone Tests trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | 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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 { 151 {
152 "swarming": { 152 "swarming": {
153 "can_use_on_swarming_builders": true 153 "can_use_on_swarming_builders": true
154 }, 154 },
155 "test": "gfx_unittests" 155 "test": "gfx_unittests"
156 }, 156 },
157 { 157 {
158 "swarming": { 158 "swarming": {
159 "can_use_on_swarming_builders": true 159 "can_use_on_swarming_builders": true
160 }, 160 },
161 "test": "gl_unittests"
162 },
163 {
164 "swarming": {
165 "can_use_on_swarming_builders": true
166 },
161 "test": "google_apis_unittests" 167 "test": "google_apis_unittests"
162 }, 168 },
163 { 169 {
164 "swarming": { 170 "swarming": {
165 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
166 }, 172 },
167 "test": "gpu_unittests" 173 "test": "gpu_unittests"
168 }, 174 },
169 { 175 {
170 "swarming": { 176 "swarming": {
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }, 925 },
920 { 926 {
921 "swarming": { 927 "swarming": {
922 "can_use_on_swarming_builders": true 928 "can_use_on_swarming_builders": true
923 }, 929 },
924 "test": "wm_unittests" 930 "test": "wm_unittests"
925 } 931 }
926 ] 932 ]
927 } 933 }
928 } 934 }
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