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

Commit d83494ad authored by Jeff Chen's avatar Jeff Chen
Browse files

Add SystemUIGoogleKeyguardScreenshotTests to "sysui-screenshot-test" config.

It will be run on git_main CF_phone presubmit. This module is currently stable for this setup: https://android-build.corp.google.com/test_investigate/?invocationId=I17100010212179065&testResultId=TR94229023447853696

Bug: 308478599
Test: presubmit
Flag: None
Change-Id: I1d85a6e72396e8cf63864e7f2c6432aab5425ef4
parent 0b622032
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -134,6 +134,23 @@
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      "name": "SystemUIGoogleKeyguardScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ],
  // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
@@ -154,6 +171,23 @@
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      "name": "SystemUIGoogleKeyguardScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}