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

Commit 591187fc authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Unify wm-cf and wm-devices tags.

Instead use an annotation to define what should be executed on physical devices or not, making the configs simpler for the users

Context: go/wm-infra-optimize

Test: atest Flickertests WMShellFlickerTests
Flag: TEST_ONLY
Bug: 311643481
Change-Id: I4d26fff6489d9bb845aefea59751a7ec114d519d
parent 9c4adc16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
      "name": "TracingTests"
    }
  ],
  "wm-cf": [
  "wm": [
    {
      "name": "TracingTests"
    }
+1 −1
Original line number Diff line number Diff line
{
  "wm-cf": [
  "wm": [
    {
      "name": "WMShellUnitTests"
    },
+1 −1
Original line number Diff line number Diff line
{
  "wm-devices": [
  "wm": [
    {
      "name": "WMShellExplicitFlickerTestsBubbles-CatchAll"
    },
+1 −1
Original line number Diff line number Diff line
{
  "wm-devices": [
  "wm": [
    {
      "name": "WMShellFlickerTestsDesktopMode"
    }
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
      "path": "frameworks/base/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service"
    }
  ],
  "wm-devices": [
  "wm": [
    {
      "name": "WMShellFlickerTestsDesktopMode"
    }
Loading