Loading packages/SystemUI/TEST_MAPPING +2 −18 Original line number Diff line number Diff line { // Curious where your @Scenario tests are running? // // @Ignore: Will not run in any configuration // // @FlakyTest: Tests that don't block pre/postsubmit but are staged to run known failures. // Tests will run in postsubmit on sysui-e2e-staged suite. // // // @PlatinumTest: Marking your test with this annotation will put your tests in presubmit. // Please DO NOT annotate new or old tests with @PlatinumTest annotation // without discussing with mdb:android-platinum // // @Postsubmit: Do not use this annotation for e2e tests. This won't have any affect. // For all other e2e tests which are not platinum, they run in sysui-silver suite,that // primarily runs in postsubmit with an exception to e2e test related changes. // If you want to see one shot place to monitor all e2e tests, look for // sysui-e2e-staged suite. // Test mappings for SystemUI unit tests. // For e2e mappings, see go/sysui-e2e-test-mapping // v2/android-virtual-infra/test_mapping/presubmit-avd "presubmit": [ Loading Loading
packages/SystemUI/TEST_MAPPING +2 −18 Original line number Diff line number Diff line { // Curious where your @Scenario tests are running? // // @Ignore: Will not run in any configuration // // @FlakyTest: Tests that don't block pre/postsubmit but are staged to run known failures. // Tests will run in postsubmit on sysui-e2e-staged suite. // // // @PlatinumTest: Marking your test with this annotation will put your tests in presubmit. // Please DO NOT annotate new or old tests with @PlatinumTest annotation // without discussing with mdb:android-platinum // // @Postsubmit: Do not use this annotation for e2e tests. This won't have any affect. // For all other e2e tests which are not platinum, they run in sysui-silver suite,that // primarily runs in postsubmit with an exception to e2e test related changes. // If you want to see one shot place to monitor all e2e tests, look for // sysui-e2e-staged suite. // Test mappings for SystemUI unit tests. // For e2e mappings, see go/sysui-e2e-test-mapping // v2/android-virtual-infra/test_mapping/presubmit-avd "presubmit": [ Loading