1
    2
    3
    4
    5
    6
    7

build / config / rts.gni [blame]

declare_args() {
  # Regression Test Selection (RTS) will use a ML model
  # to predict what test cases can be excluded from a
  # given test suite based on historical data when using
  # a .filter file.
  use_rts = false
}