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

Commit bb8de1ac authored by Neil Fuller's avatar Neil Fuller
Browse files

Switch "postsubmit" to "presubmit" after soak

Switch to presubmit after the tests have run in postsubmit for a while.

Also update FrameworksServicesTests -> FrameworksTimeServicesTests for post submit (to get necessary flakiness history).

Change-Id: Ie37827460efb7a71b61939b3f422a2df2f805c71
Test: treehugger
Bug: 182461754
parent 99166273
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -7,12 +7,20 @@
          "include-filter": "android.app."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "FrameworksServicesTests",
      "name": "FrameworksTimeServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
@@ -21,14 +29,6 @@
          "include-filter": "com.android.server.timedetector."
        }
      ]
    },
    {
      "name": "CtsTimeTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+9 −9
Original line number Diff line number Diff line
@@ -7,23 +7,23 @@
          "include-filter": "android.app."
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    },
    {
      "name": "FrameworksServicesTests",
      "name": "CtsTimeTestCases",
      "options": [
        {
          "include-filter": "com.android.server.timedetector."
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "CtsTimeTestCases",
      "name": "FrameworksTimeServicesTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "include-filter": "com.android.server.timedetector."
        }
      ]
    }
+9 −9
Original line number Diff line number Diff line
@@ -7,23 +7,23 @@
          "include-filter": "android.app."
        }
      ]
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    },
    {
      "name": "FrameworksServicesTests",
      "name": "CtsTimeTestCases",
      "options": [
        {
          "include-filter": "com.android.server.timezonedetector."
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    }
  ],
  // TODO(b/182461754): Change to "presubmit" when go/test-mapping-slo-guide allows.
  "postsubmit": [
    {
      "name": "CtsTimeTestCases",
      "name": "FrameworksTimeServicesTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "include-filter": "com.android.server.timezonedetector."
        }
      ]
    }