Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/infra/config/generated/commit-queue.cfg
5394 views
# Auto-generated by lucicfg.
# Do not modify manually.
#
# For the schema of this file, see Config message:
#   https://config.luci.app/schemas/projects:commit-queue.cfg

cq_status_host: "chromium-cq-status.appspot.com"
config_groups {
  name: "main"
  gerrit {
    url: "https://chromium-review.googlesource.com"
    projects {
      name: "crosvm/crosvm"
      ref_regexp: "refs/heads/.+"
    }
  }
  verifiers {
    gerrit_cq_ability {
      committer_list: "googlers"
      committer_list: "project-crosvm-committers"
    }
    tryjob {
      builders {
        name: "crosvm/try/health_check"
      }
      builders {
        name: "crosvm/try/linux_aarch64"
      }
      builders {
        name: "crosvm/try/linux_mingw64"
      }
      builders {
        name: "crosvm/try/linux_riscv64"
      }
      builders {
        name: "crosvm/try/linux_x86_64"
      }
      retry_config {
        single_quota: 1
        global_quota: 2
        failure_weight: 100
        transient_failure_weight: 1
        timeout_weight: 100
      }
    }
  }
}