Add CtsGpuToolsHostTestCases into presubmit.
Previously we never run CtsGpuToolsHostTestCases in presubmit, to make sure we don't break the loaders functionality, add those CTS tests into presubmit. Bug: b/151266652 Test: atest android.gputools.cts.CtsRootlessGpuDebugHostTest Change-Id: If7c99211585c6be039c18788c0035a1eff330925
This commit is contained in:
parent
134a699e8d
commit
8980f0689c
2 changed files with 14 additions and 0 deletions
7
opengl/TEST_MAPPING
Normal file
7
opengl/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsGpuToolsHostTestCases"
|
||||
}
|
||||
]
|
||||
}
|
7
vulkan/TEST_MAPPING
Normal file
7
vulkan/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsGpuToolsHostTestCases"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue