1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67
   68

infra / config / luci-bisection-dev.cfg [blame]

# Schema is in
# https://luci-config.appspot.com/schemas/projects:luci-bisection.cfg

compile_analysis_config {
  build_config: {
    builder: {
      project: "chromium",
      bucket: "findit",
      builder: "gofindit-culprit-verification"
    }
  }
  culprit_verification_enabled: false
  nthsection_enabled: false
  gerrit_config {
    actions_enabled: false
    create_revert_settings: {
      enabled: false
      daily_limit: 0
    }
    submit_revert_settings: {
      enabled: false
      daily_limit: 0
    }
    max_revertible_culprit_age: 1
    nthsection_settings: {
      enabled: false
      action_when_verification_error: false
    }
  }
  failure_ingestion_filter : {
    excluded_builder_groups: "chromium.clang"
  }
}
test_analysis_config {
  build_config: {
    builder: {
      project: "chromium",
      bucket: "findit",
      builder: "test-single-revision"
    }
  }
  detector_enabled: true
  bisector_enabled: true
  daily_limit: 3
  gerrit_config {
    actions_enabled: false
    create_revert_settings: {
      enabled: false
      daily_limit: 0
    }
    submit_revert_settings: {
      enabled: false
      daily_limit: 0
    }
    max_revertible_culprit_age: 1
    nthsection_settings: {
      enabled: false
      action_when_verification_error: false
    }
  }
  failure_ingestion_filter : {
    excluded_buckets: "try"
    excluded_buckets: "findit"
    excluded_buckets: "reviver"
    excluded_test_pools: "chromium.tests.gpu"
    excluded_builder_groups: "chromium.clang"
  }
}