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

Commit 5ba2cee3 authored by Dan Shi's avatar Dan Shi
Browse files

Add tests in gce-presubmit-am.gcl and gce-postsubmit-am.gcl to TEST_MAPPING

Bug: 111302567
Test: local run atest
veried in TH: tests/a4174ff9-e417-479d-8ca5-8431d6adeed8

Change-Id: I9ecc5c9c209b9d2728f9f7ed5d298867905555f3
parent bad8de91
Loading
Loading
Loading
Loading
+70 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsActivityManagerDeviceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsActivityManagerDeviceSdk25TestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsAppTestCases",
      "options": [
        {
          "include-filter": "android.app.cts.TaskDescriptionTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.am."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsActivityManagerDeviceTestCases"
    },
    {
      "name": "CtsActivityManagerDeviceSdk25TestCases"
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.am."
        }
      ]
    }
  ]
}