summaryrefslogtreecommitdiff
path: root/infra/config/cq.cfg
blob: 6d9b577e59aadff8b51375b538c61a7b5153bfbc (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
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
69
70
71
72
73
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
# documentation of this file format.

version: 1
cq_name: "pdfium"
git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
cq_status_url: "https://chromium-cq-status.appspot.com"

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

verifiers {
  reviewer_lgtm {
     committer_list: "project-pdfium-committers"
  }

  tree_status {
    tree_status_url: "https://pdfium-status.appspot.com"
  }

  try_job {
    buckets {
      name: "master.tryserver.client.pdfium"
      builders {
        name: "android"
      }
      builders {
        name: "linux"
      }
      builders {
        name: "linux_no_v8"
      }
      builders {
        name: "linux_skia"
        experiment_percentage: 100
      }
      builders {
        name: "linux_xfa"
      }
      builders {
        name: "mac"
      }
      builders {
        name: "mac_no_v8"
      }
      builders {
        name: "mac_skia"
        experiment_percentage: 100
      }
      builders {
        name: "mac_xfa"
      }
      builders {
        name: "win"
      }
      builders {
        name: "win_no_v8"
      }
      builders {
        name: "win_skia"
        experiment_percentage: 100
      }
      builders {
        name: "win_xfa"
      }
      builders {
        name: "win_xfa_clang"
        experiment_percentage: 100
      }
    }
  }
}