Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: infra/branch-config/cq.cfg

Issue 2345263002: Promote the N5 to the CQ for real. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "skia" 5 cq_name: "skia"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 git_repo_url: "https://skia.googlesource.com/skia/" 7 git_repo_url: "https://skia.googlesource.com/skia/"
8 gerrit {} 8 gerrit {}
9 9
10 commit_burst_delay: 300 10 commit_burst_delay: 300
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" }
45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } 45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } 46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" }
47 } 47 }
48 buckets { 48 buckets {
49 name: "master.client.skia.fyi" 49 name: "master.client.skia.fyi"
50 builders { name: "skia_presubmit-Trybot" } 50 builders { name: "skia_presubmit-Trybot" }
51 } 51 }
52 buckets { 52 buckets {
53 name: "master.client.skia.android" 53 name: "master.client.skia.android"
54 builders { 54 builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_A ndroid-Trybot" }
55 name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_Android-Tr ybot"
56 experiment_percentage: 100
57 }
58 } 55 }
59 buckets { 56 buckets {
60 name: "master.tryserver.chromium.mac" 57 name: "master.tryserver.chromium.mac"
61 # At time of writing, this is the fastest Chrome compile bot on average. 58 # At time of writing, this is the fastest Chrome compile bot on average.
62 builders { name: "mac_chromium_compile_dbg_ng" } 59 builders { name: "mac_chromium_compile_dbg_ng" }
63 } 60 }
64 try_job_retry_config { 61 try_job_retry_config {
65 try_job_retry_quota: 1 62 try_job_retry_quota: 1
66 global_retry_quota: 2 63 global_retry_quota: 2
67 failure_retry_weight: 2 64 failure_retry_weight: 2
68 transient_failure_retry_weight: 1 65 transient_failure_retry_weight: 1
69 timeout_retry_weight: 2 66 timeout_retry_weight: 2
70 } 67 }
71 } 68 }
72 69
73 sign_cla {} 70 sign_cla {}
74 } 71 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698