2015-06-08 12:12:56 +00:00
|
|
|
# Commit Queue configuration file. The documentation of the format can be found
|
|
|
|
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
|
|
|
|
|
|
|
|
version: 1
|
|
|
|
cq_name: "skia"
|
|
|
|
cq_status_url: "https://chromium-cq-status.appspot.com"
|
2016-08-17 14:51:57 +00:00
|
|
|
git_repo_url: "https://skia.googlesource.com/skia/"
|
|
|
|
gerrit {}
|
|
|
|
|
2015-06-08 12:12:56 +00:00
|
|
|
commit_burst_delay: 300
|
|
|
|
max_commit_burst: 2
|
|
|
|
|
|
|
|
verifiers {
|
2017-02-20 10:34:35 +00:00
|
|
|
gerrit_cq_ability {
|
|
|
|
committer_list: "project-skia-committers"
|
|
|
|
dry_run_access_list: "project-skia-tryjob-access"
|
|
|
|
}
|
2015-06-08 12:12:56 +00:00
|
|
|
|
|
|
|
tree_status {
|
|
|
|
tree_status_url: "https://skia-tree-status.appspot.com"
|
|
|
|
}
|
|
|
|
|
|
|
|
try_job {
|
2016-06-23 11:16:38 +00:00
|
|
|
buckets {
|
|
|
|
name: "master.tryserver.chromium.mac"
|
|
|
|
# At time of writing, this is the fastest Chrome compile bot on average.
|
|
|
|
builders { name: "mac_chromium_compile_dbg_ng" }
|
|
|
|
}
|
2017-02-01 13:13:34 +00:00
|
|
|
buckets {
|
|
|
|
name: "skia.swarmbucket"
|
|
|
|
builders { name: "Skia Presubmit" }
|
|
|
|
}
|
2016-11-04 15:48:30 +00:00
|
|
|
buckets {
|
|
|
|
name: "skia.primary"
|
2017-11-03 12:21:19 +00:00
|
|
|
builders { name: "Build-Debian9-Clang-arm-Debug-Android" }
|
|
|
|
builders { name: "Build-Debian9-Clang-arm64-Debug-Android" }
|
2017-06-28 15:45:54 +00:00
|
|
|
builders { name: "Build-Debian9-Clang-x86_64-Debug" }
|
2017-07-18 14:00:15 +00:00
|
|
|
builders { name: "Build-Debian9-GCC-arm-Debug-Chromecast" }
|
2017-06-28 15:45:54 +00:00
|
|
|
builders { name: "Build-Debian9-GCC-x86_64-Debug-NoGPU" }
|
|
|
|
builders { name: "Build-Debian9-GCC-x86_64-Release" }
|
2017-10-16 19:49:58 +00:00
|
|
|
builders { name: "Build-Mac-Clang-x86_64-Debug-Metal" }
|
2017-07-18 14:00:15 +00:00
|
|
|
builders { name: "Build-Mac-Clang-x86_64-Release" }
|
2017-10-11 04:23:58 +00:00
|
|
|
builders { name: "Build-Win-Clang-x86_64-Release-Vulkan" }
|
2017-12-15 17:34:31 +00:00
|
|
|
builders {
|
|
|
|
name: "Build-Win-Clang-x86_64-Release-Vulkan_Goma"
|
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
2016-12-09 15:03:54 +00:00
|
|
|
builders { name: "Build-Win-MSVC-x86-Debug" }
|
2018-01-04 13:56:11 +00:00
|
|
|
builders { name: "Housekeeper-PerCommit-Bookmaker" }
|
2016-11-08 18:45:01 +00:00
|
|
|
builders { name: "Housekeeper-PerCommit-InfraTests" }
|
2017-10-16 01:05:58 +00:00
|
|
|
builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-All-Android" }
|
|
|
|
builders { name: "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All" }
|
2017-12-06 20:08:47 +00:00
|
|
|
builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ASAN" }
|
2017-12-13 15:44:10 +00:00
|
|
|
builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan" }
|
2017-12-06 20:08:47 +00:00
|
|
|
builders { name: "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All" }
|
|
|
|
builders { name: "Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All" }
|
|
|
|
builders { name: "Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Release-All" }
|
|
|
|
builders { name: "Test-iOS-Clang-iPhone7-GPU-GT7600-arm64-Debug-All" }
|
2017-12-04 15:47:33 +00:00
|
|
|
builders {
|
2017-12-20 20:32:23 +00:00
|
|
|
name: "Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All"
|
2017-12-04 15:47:33 +00:00
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
|
|
|
builders {
|
2017-12-13 16:11:47 +00:00
|
|
|
name: "Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE"
|
2017-12-06 20:08:47 +00:00
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
|
|
|
builders {
|
2017-12-13 15:44:10 +00:00
|
|
|
name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_Vulkan"
|
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
|
|
|
builders {
|
|
|
|
name: "Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android"
|
2017-12-04 15:47:33 +00:00
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
2016-11-04 15:48:30 +00:00
|
|
|
}
|
2015-09-02 12:23:23 +00:00
|
|
|
try_job_retry_config {
|
|
|
|
try_job_retry_quota: 1
|
|
|
|
global_retry_quota: 2
|
|
|
|
failure_retry_weight: 2
|
|
|
|
transient_failure_retry_weight: 1
|
|
|
|
timeout_retry_weight: 2
|
|
|
|
}
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|
2015-06-17 16:15:51 +00:00
|
|
|
|
|
|
|
sign_cla {}
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|