summaryrefslogtreecommitdiff
path: root/chromium/infra/config
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-09 14:22:11 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-05-09 15:11:45 +0000
commit2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c (patch)
treee75f511546c5fd1a173e87c1f9fb11d7ac8d1af3 /chromium/infra/config
parenta4f3d46271c57e8155ba912df46a05559d14726e (diff)
downloadqtwebengine-chromium-2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c.tar.gz
BASELINE: Update Chromium to 51.0.2704.41
Also adds in all smaller components by reversing logic for exclusion. Change-Id: Ibf90b506e7da088ea2f65dcf23f2b0992c504422 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/infra/config')
-rw-r--r--chromium/infra/config/cq.cfg22
-rw-r--r--chromium/infra/config/recipes.cfg15
2 files changed, 22 insertions, 15 deletions
diff --git a/chromium/infra/config/cq.cfg b/chromium/infra/config/cq.cfg
index 446d06606bc..7eceb77d733 100644
--- a/chromium/infra/config/cq.cfg
+++ b/chromium/infra/config/cq.cfg
@@ -16,6 +16,7 @@ rietveld {
verifiers {
reviewer_lgtm {
committer_list: "external/project-chromium-committers"
+ dry_run_access_list: "project-chromium-tryjob-access"
}
tree_status {
@@ -26,9 +27,6 @@ verifiers {
# chrome-eng-review per
# https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configurations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
try_job {
- try_job_retry_config {
- global_retry_quota: 1
- }
buckets {
name: "tryserver.chromium.android"
builders { name: "android_arm64_dbg_recipe" }
@@ -55,19 +53,13 @@ verifiers {
builders { name: "linux_chromium_compile_dbg_ng" }
builders { name: "linux_chromium_gn_chromeos_rel" }
builders { name: "linux_chromium_rel_ng" }
- builders {
- name: "linux_chromium_chromeos_asan_rel_ng"
- experiment_percentage: 10
- }
- builders {
- name: "linux_blink_oilpan_rel"
- experiment_percentage: 10
- }
}
buckets {
name: "tryserver.chromium.mac"
builders { name: "ios_dbg_simulator_ninja" }
+ builders { name: "ios_dbg_simulator_gn" }
builders { name: "ios_rel_device_ninja" }
+ builders { name: "ios_rel_device_gn" }
builders { name: "mac_chromium_compile_dbg_ng" }
builders { name: "mac_chromium_gn_rel" }
builders { name: "mac_chromium_rel_ng" }
@@ -75,10 +67,6 @@ verifiers {
name: "mac_chromium_10.10_rel_ng"
experiment_percentage: 100
}
- builders {
- name: "mac_chromium_asan_rel_ng"
- experiment_percentage: 10
- }
}
buckets {
name: "tryserver.chromium.win"
@@ -90,6 +78,10 @@ verifiers {
builders { name: "win_chromium_compile_dbg_ng" }
builders { name: "win_chromium_rel_ng" }
builders { name: "win_chromium_x64_rel_ng" }
+ builders {
+ name: "win_clang"
+ experiment_percentage: 100
+ }
}
}
diff --git a/chromium/infra/config/recipes.cfg b/chromium/infra/config/recipes.cfg
new file mode 100644
index 00000000000..483d5642f01
--- /dev/null
+++ b/chromium/infra/config/recipes.cfg
@@ -0,0 +1,15 @@
+api_version: 1
+project_id: "chromium"
+recipes_path: "infra"
+deps {
+ project_id: "depot_tools"
+ url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
+ branch: "master"
+ revision: "dbb6f8246b47bbf47848618d7ae089f9233d0171"
+}
+deps {
+ project_id: "recipe_engine"
+ url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
+ branch: "master"
+ revision: "44b384f9b4f1085e9cfe43ea6308735a3af8d4e5"
+}