Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 827dc1e2 authored by Xiang Wang's avatar Xiang Wang
Browse files

Move the performance hint test to presubmit

Bug: 354947394
Flag: TEST_ONLY
Test: n/a
Change-Id: If2dea5486a27df01e661a053ac1b05968d42467f
parent 4b7f6def
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      "name": "PerformanceHintTests",
      "options": [
+7 −7
Original line number Diff line number Diff line
{
  "ravenwood-postsubmit": [
  "presubmit": [
    {
      "name": "PerformanceHintTestsRavenwood",
      "host": true,
      "name": "PerformanceHintTests",
      "options": [
        {"exclude-annotation": "android.platform.test.annotations.DisabledOnRavenwood"}
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ],
  "postsubmit": [
  "ravenwood-postsubmit": [
    {
      "name": "PerformanceHintTests",
      "name": "PerformanceHintTestsRavenwood",
      "host": true,
      "options": [
        {"exclude-annotation": "org.junit.Ignore"}
        {"exclude-annotation": "android.platform.test.annotations.DisabledOnRavenwood"}
      ]
    }
  ]