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

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

Issue 2445013002: Add ASan bots in commit queue (Closed)
Patch Set: Created 4 years, 1 month 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 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
2 # documentation of this file format. 2 # documentation of this file format.
3 3
4 version: 1 4 version: 1
5 cq_name: "pdfium" 5 cq_name: "pdfium"
6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git" 6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git"
7 cq_status_url: "https://chromium-cq-status.appspot.com" 7 cq_status_url: "https://chromium-cq-status.appspot.com"
8 8
9 rietveld { 9 rietveld {
10 url: "https://codereview.chromium.org" 10 url: "https://codereview.chromium.org"
(...skipping 11 matching lines...) Expand all
22 try_job { 22 try_job {
23 buckets { 23 buckets {
24 name: "master.tryserver.client.pdfium" 24 name: "master.tryserver.client.pdfium"
25 builders { 25 builders {
26 name: "android" 26 name: "android"
27 } 27 }
28 builders { 28 builders {
29 name: "linux" 29 name: "linux"
30 } 30 }
31 builders { 31 builders {
32 name: "linux_asan_lsan"
33 }
34 builders {
32 name: "linux_no_v8" 35 name: "linux_no_v8"
33 } 36 }
34 builders { 37 builders {
35 name: "linux_skia" 38 name: "linux_skia"
36 experiment_percentage: 100 39 experiment_percentage: 100
37 } 40 }
38 builders { 41 builders {
39 name: "linux_xfa" 42 name: "linux_xfa"
40 } 43 }
41 builders { 44 builders {
45 name: "linux_xfa_asan_lsan"
46 }
47 builders {
42 name: "mac" 48 name: "mac"
43 } 49 }
44 builders { 50 builders {
45 name: "mac_no_v8" 51 name: "mac_no_v8"
46 } 52 }
47 builders { 53 builders {
48 name: "mac_skia" 54 name: "mac_skia"
49 experiment_percentage: 100 55 experiment_percentage: 100
50 } 56 }
51 builders { 57 builders {
(...skipping 11 matching lines...) Expand all
63 } 69 }
64 builders { 70 builders {
65 name: "win_xfa" 71 name: "win_xfa"
66 } 72 }
67 builders { 73 builders {
68 name: "win_xfa_clang" 74 name: "win_xfa_clang"
69 } 75 }
70 } 76 }
71 } 77 }
72 } 78 }
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