aboutsummaryrefslogtreecommitdiff
path: root/catapult/infra/config/cq.cfg
blob: 1414a657636f3fed6c149fa9468a25802f618563 (plain)
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
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
# documentation of this file format.

version: 1
cq_name: "catapult"
git_repo_url: "https://github.com/catapult-project/catapult.git"
cq_status_url: "https://chromium-cq-status.appspot.com"

rietveld {
  url: "https://codereview.chromium.org"
}

verifiers {
  reviewer_lgtm {
     committer_list: "project-catapult-committers"
     dry_run_access_list: "project-chromium-tryjob-access"
  }

  try_job {
    buckets {
      name: "master.tryserver.client.catapult"
      builders {
        name: "Catapult Presubmit"
      }
      builders {
        name: "Catapult Android Tryserver"
      }
      builders {
        name: "Catapult Linux Tryserver"
      }
      builders {
        name: "Catapult Mac Tryserver"
      }
      builders {
        name: "Catapult Windows Tryserver"
      }
    }
  }
}