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

Commit 5d318801 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI] Add CtsPackageInstallerCUJDeveloperVerificationTestCases to presubmit.

This adds the `CtsPackageInstallerCUJDeveloperVerificationTestCases` test suite to the presubmit checks for changes in `android/content/pm`, `PackageInstaller`, and `com/android/server/pm` directories.

FLAG: android.content.pm.verification_service
BUG: 399436145
Test: atest CtsPackageInstallerCUJDeveloperVerificationTestCases
Change-Id: I946e4cc7e8e685a13a28a398dce61ba9bd732115
parent 1d00e5c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -299,6 +299,9 @@
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases"
        }
    ],
    "presubmit-large":[
+3 −0
Original line number Diff line number Diff line
@@ -175,6 +175,9 @@
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases"
    }
  ],
  "postsubmit": [
+8 −0
Original line number Diff line number Diff line
@@ -366,6 +366,14 @@
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ]
    }
  ],
  "presubmit-large":[