Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 1 | # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 | # documentation of this file format. |
| 3 | version: 1 |
| 4 | cq_name: "boringssl" |
| 5 | git_repo_url: "https://boringssl.googlesource.com/boringssl" |
| 6 | cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 | gerrit { |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 8 | cq_verified_label: "CQ-Verified" |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 9 | } |
| 10 | verifiers { |
Andrii Shyshkalov | d9e5bc1 | 2017-04-10 13:20:07 +0200 | [diff] [blame] | 11 | gerrit_cq_ability { |
| 12 | committer_list: "project-boringssl-committers" |
| 13 | dry_run_access_list: "project-boringssl-tryjob-access" |
| 14 | } |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 15 | try_job { |
| 16 | buckets { |
Andrii Shyshkalov | 433c0aa | 2018-03-15 18:32:18 -0700 | [diff] [blame] | 17 | name: "luci.boringssl.try" |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 18 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 19 | builders { |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 20 | name: "android_aarch64" |
Andrii Shyshkalov | d067e4c | 2016-07-26 15:13:52 +0200 | [diff] [blame] | 21 | experiment_percentage: 1 |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 22 | } |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 23 | builders { |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 24 | name: "android_aarch64_rel" |
Andrii Shyshkalov | d067e4c | 2016-07-26 15:13:52 +0200 | [diff] [blame] | 25 | experiment_percentage: 1 |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 26 | } |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 27 | builders { |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 28 | name: "android_arm" |
Andrii Shyshkalov | d067e4c | 2016-07-26 15:13:52 +0200 | [diff] [blame] | 29 | experiment_percentage: 1 |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 30 | } |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 31 | builders { |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 32 | name: "android_arm_rel" |
Andrii Shyshkalov | d067e4c | 2016-07-26 15:13:52 +0200 | [diff] [blame] | 33 | experiment_percentage: 1 |
Andrii Shyshkalov | 0af8240 | 2016-07-19 18:56:18 +0200 | [diff] [blame] | 34 | } |
Andrii Shyshkalov | 8b466e3 | 2016-07-18 14:58:37 +0200 | [diff] [blame] | 35 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 36 | builders { name: "linux" } |
| 37 | builders { name: "linux32" } |
| 38 | builders { name: "linux32_rel" } |
| 39 | builders { name: "linux_clang_rel" } |
| 40 | builders { name: "linux_noasm_asan" } |
| 41 | builders { name: "linux_nothreads" } |
| 42 | builders { name: "linux_rel" } |
| 43 | builders { name: "linux_shared" } |
| 44 | builders { name: "linux_small" } |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 45 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 46 | builders { name: "mac" } |
| 47 | builders { name: "mac_rel" } |
| 48 | builders { name: "mac_small" } |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 49 | |
Andrii Shyshkalov | e976887 | 2017-08-16 08:56:57 +0200 | [diff] [blame] | 50 | builders { name: "win32" } |
| 51 | builders { name: "win32_rel" } |
| 52 | builders { name: "win32_small" } |
| 53 | builders { name: "win64" } |
| 54 | builders { name: "win64_rel" } |
| 55 | builders { name: "win64_small" } |
David Benjamin | 9883173 | 2018-05-07 14:28:41 -0400 | [diff] [blame] | 56 | |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 57 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 58 | builders { name: "linux_fips" } |
| 59 | builders { name: "linux_fips_rel" } |
| 60 | builders { name: "linux_fips_clang" } |
| 61 | builders { name: "linux_fips_clang_rel" } |
| 62 | builders { name: "linux_fips_noasm_asan" } |
David Benjamin | f55e2e7 | 2017-04-11 13:06:54 -0400 | [diff] [blame] | 63 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 64 | builders { name: "ios_compile" } |
David Benjamin | c5f0c16 | 2017-05-11 11:49:58 -0400 | [diff] [blame] | 65 | builders { name: "ios64_compile" } |
David Benjamin | d4847c6 | 2017-05-10 16:44:14 -0400 | [diff] [blame] | 66 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 67 | builders { name: "android_arm_compile" } |
| 68 | builders { name: "android_aarch64_compile" } |
David Benjamin | d4847c6 | 2017-05-10 16:44:14 -0400 | [diff] [blame] | 69 | |
David Benjamin | ce3ec70 | 2017-05-10 16:48:30 -0400 | [diff] [blame] | 70 | builders { name: "docs" } |
Andrii Shyshkalov | a125f04 | 2016-07-08 20:11:10 +0200 | [diff] [blame] | 71 | } |
| 72 | } |
| 73 | } |