Skip to content

Commit 0791d41

Browse files
shishkanderathomas
authored andcommitted
[commit-queue.cfg] Create new project-scoped CQ config.
Autogenerated from ref-scoped cq.cfg located at: https://dart.googlesource.com/sdk/+/refs/heads/master/tools/infra/config/cq.cfg (pinned https://dart.googlesource.com/sdk/+/a5030ed92fc5974ad126d4e279f011e6e1409d1e/tools/infra/config/cq.cfg) The new config is functionally equivalent to the old one. Upon landing, the new config will take effect once LUCI config service picks it up. If you see 'commit-queue.cfg' in https://luci-config.appspot.com/#/projects/dart , then it has been picked up. New commit-queue.cfg takes precedence over old cq.cfg, and once picked up makes it safe to remove old cq.cfg. See also internal PSA go/psa-migrate-to-commit-queue-cfg. Generated-by: https://crrev.com/i/815809 Bug: chromium:916292 Change-Id: If0455ce6d09bdf3e6e3e97444ed0d1617ea30dec Reviewed-on: https://dart-review.googlesource.com/c/91147 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 02ae59a commit 0791d41

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

commit-queue.cfg

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
2+
# documentation of this file format.
3+
4+
cq_status_host: "chromium-cq-status.appspot.com"
5+
submit_options {
6+
max_burst: 2
7+
burst_delay {
8+
seconds: 480
9+
}
10+
}
11+
config_groups {
12+
gerrit {
13+
url: "https://dart-review.googlesource.com"
14+
projects {
15+
name: "sdk"
16+
ref_regexp: "refs/heads/.+"
17+
}
18+
}
19+
verifiers {
20+
gerrit_cq_ability {
21+
committer_list: "project-dart-committers"
22+
dry_run_access_list: "project-dart-tryjob-access"
23+
allow_submit_with_open_deps: true
24+
}
25+
tree_status {
26+
url: "https://dart-status.appspot.com"
27+
}
28+
tryjob {
29+
builders {
30+
name: "dart/try/analyzer-analysis-server-linux-try"
31+
}
32+
builders {
33+
name: "dart/try/analyzer-linux-release-try"
34+
}
35+
builders {
36+
name: "dart/try/benchmark-linux-try"
37+
}
38+
builders {
39+
name: "dart/try/dart-sdk-windows-try"
40+
}
41+
builders {
42+
name: "dart/try/dart2js-strong-linux-x64-chrome-try"
43+
}
44+
builders {
45+
name: "dart/try/dart2js-minified-strong-linux-x64-d8-try"
46+
}
47+
builders {
48+
name: "dart/try/dart2js-strong-hostasserts-linux-ia32-d8-try"
49+
}
50+
builders {
51+
name: "dart/try/dart2js-unit-linux-x64-release-try"
52+
}
53+
builders {
54+
name: "dart/try/ddc-linux-release-chrome-try"
55+
}
56+
builders {
57+
name: "dart/try/front-end-linux-release-x64-try"
58+
}
59+
builders {
60+
name: "dart/try/gclient-try"
61+
}
62+
builders {
63+
name: "dart/try/pkg-linux-release-try"
64+
}
65+
builders {
66+
name: "dart/try/vm-canary-linux-debug-try"
67+
}
68+
builders {
69+
name: "dart/try/vm-kernel-linux-release-simdbc64-try"
70+
}
71+
builders {
72+
name: "dart/try/vm-kernel-linux-release-x64-try"
73+
}
74+
builders {
75+
name: "dart/try/vm-kernel-mac-release-x64-try"
76+
experiment_percentage: 5
77+
}
78+
builders {
79+
name: "dart/try/vm-kernel-linux-product-x64-try"
80+
}
81+
retry_config {
82+
single_quota: 1
83+
global_quota: 2
84+
failure_weight: 1
85+
transient_failure_weight: 1
86+
timeout_weight: 2
87+
}
88+
}
89+
}
90+
}

0 commit comments

Comments
 (0)