Promote BinaryTransparencyHostTest to presubmit

The test looks stable in postsubmit. Let's promote to presubmit.

Test: TH
Bug: 265244016
Change-Id: I4fac061bbb6ddc67a919a4b4270e49b7e156e259
This commit is contained in:
Victor Hsieh
2023-02-02 16:02:47 -08:00
parent 40d352d46e
commit cb98f8fe64

View File

@@ -39,6 +39,10 @@
}
],
"file_patterns": ["BinaryTransparencyService\\.java"]
},
{
"name": "BinaryTransparencyHostTest",
"file_patterns": ["BinaryTransparencyService\\.java"]
}
],
"presubmit-large": [
@@ -69,11 +73,5 @@
],
"file_patterns": ["ClipboardService\\.java"]
}
],
"postsubmit": [
{
"name": "BinaryTransparencyHostTest",
"file_patterns": ["BinaryTransparencyService\\.java"]
}
]
}