74 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| // for frameworks/av/media
 | |
| {
 | |
|     // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
 | |
|     // presubmit-large once issues in cuttlefish are fixed
 | |
|     "presubmit": [
 | |
|         {
 | |
|             "name": "GtsMediaTestCases",
 | |
|             "options" : [
 | |
|                 {
 | |
|                     "include-annotation": "android.platform.test.annotations.Presubmit"
 | |
|                 },
 | |
|                 {
 | |
|                     "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
 | |
|                 },
 | |
|                 {
 | |
|                     "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ],
 | |
| 
 | |
|     "imports": [
 | |
|         {
 | |
|             "path": "frameworks/av/drm/mediadrm/plugins"
 | |
|         }
 | |
|     ],
 | |
| 
 | |
|     "platinum-postsubmit": [
 | |
|         // runs regularly, independent of changes in this tree.
 | |
|         // signals if changes elsewhere break media functionality
 | |
|         // @FlakyTest: in staged-postsubmit, but not postsubmit
 | |
|         {
 | |
|             "name": "CtsMediaCodecTestCases",
 | |
|             "options": [
 | |
|                 {
 | |
|                     "include-filter": "android.media.codec.cts.EncodeDecodeTest"
 | |
|                 }
 | |
|             ]
 | |
|         },
 | |
|         {
 | |
|             "name": "CtsMediaCodecTestCases",
 | |
|             "options": [
 | |
|                 {
 | |
|                     "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
 | |
|                 },
 | |
|                 {
 | |
|                     "exclude-annotation": "androidx.test.filters.FlakyTest"
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ],
 | |
| 
 | |
|     "staged-platinum-postsubmit": [
 | |
|         // runs every four hours
 | |
|         {
 | |
|             "name": "CtsMediaCodecTestCases",
 | |
|             "options": [
 | |
|                 {
 | |
|                     "include-filter": "android.media.codec.cts.EncodeDecodeTest"
 | |
|                 }
 | |
|             ]
 | |
|         },
 | |
|         {
 | |
|             "name": "CtsMediaCodecTestCases",
 | |
|             "options": [
 | |
|                 {
 | |
|                     "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ]
 | |
| 
 | |
| }
 |