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

Commit 17b34712 authored by Sumanth Kumar Mara's avatar Sumanth Kumar Mara Committed by Android (Google) Code Review
Browse files

Merge "add postsubmit tests using test mapping"

parents 7e078957 485caff6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -8,5 +8,15 @@
        }
      ]
    }
  ],
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutoUiTests",
      "options" : [
        {
          "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
        }
      ]
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
@@ -35,5 +35,18 @@
        }
      ]
    }
  ],
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutoUiTests",
      "options" : [
        {
          "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
        },
        {
          "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
        }
      ]
    }
  ]
}