Update manually generated configs
These configs match the output of the new Starlark generated configs that are being worked on. Landing these in advance to a) confirm that they working, and b) make the patch using Starlark a no-op from the config contents perspective. BUG=dawn:734 Change-Id: Ifa8018cf88f0d9a6e025d3a2009e9f8ed84dd22d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/52980 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
0140785136
commit
59e16c9b02
|
@ -1,79 +1,81 @@
|
||||||
# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
|
|
||||||
# documentation of this file format.
|
|
||||||
|
|
||||||
cq_status_host: "chromium-cq-status.appspot.com"
|
cq_status_host: "chromium-cq-status.appspot.com"
|
||||||
submit_options {
|
submit_options: <
|
||||||
max_burst: 4
|
max_burst: 4
|
||||||
burst_delay {
|
burst_delay: <
|
||||||
seconds: 480
|
seconds: 480
|
||||||
}
|
>
|
||||||
}
|
>
|
||||||
config_groups {
|
config_groups: <
|
||||||
name: "Dawn-CQ"
|
name: "Dawn-CQ"
|
||||||
gerrit {
|
gerrit: <
|
||||||
url: "https://dawn-review.googlesource.com"
|
url: "https://dawn-review.googlesource.com"
|
||||||
projects {
|
projects: <
|
||||||
name: "dawn"
|
name: "dawn"
|
||||||
ref_regexp: "refs/heads/.+"
|
ref_regexp: "refs/heads/.+"
|
||||||
}
|
>
|
||||||
}
|
>
|
||||||
verifiers {
|
verifiers: <
|
||||||
gerrit_cq_ability {
|
gerrit_cq_ability: <
|
||||||
committer_list: "project-dawn-committers"
|
committer_list: "project-dawn-committers"
|
||||||
dry_run_access_list: "project-dawn-tryjob-access"
|
dry_run_access_list: "project-dawn-tryjob-access"
|
||||||
}
|
>
|
||||||
tryjob {
|
tryjob: <
|
||||||
builders {
|
builders: <
|
||||||
|
name: "chromium/try/linux-dawn-rel"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "chromium/try/mac-dawn-rel"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "chromium/try/win-dawn-rel"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/linux-clang-dbg-x64"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/linux-clang-dbg-x86"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/linux-clang-rel-x64"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/linux-clang-rel-x86"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/mac-dbg"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
|
name: "dawn/try/mac-rel"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
name: "dawn/try/presubmit"
|
name: "dawn/try/presubmit"
|
||||||
disable_reuse: true
|
disable_reuse: true
|
||||||
}
|
>
|
||||||
builders {
|
builders: <
|
||||||
name: "dawn/try/linux-clang-dbg-x64"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "dawn/try/linux-clang-dbg-x86"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "dawn/try/linux-clang-rel-x64"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "dawn/try/mac-dbg"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "dawn/try/mac-rel"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "dawn/try/win-clang-dbg-x64"
|
name: "dawn/try/win-clang-dbg-x64"
|
||||||
}
|
>
|
||||||
builders {
|
builders: <
|
||||||
name: "dawn/try/win-clang-dbg-x86"
|
name: "dawn/try/win-clang-dbg-x86"
|
||||||
}
|
>
|
||||||
builders {
|
builders: <
|
||||||
name: "dawn/try/win-clang-rel-x64"
|
name: "dawn/try/win-clang-rel-x64"
|
||||||
}
|
>
|
||||||
builders {
|
builders: <
|
||||||
|
name: "dawn/try/win-clang-rel-x86"
|
||||||
|
>
|
||||||
|
builders: <
|
||||||
name: "dawn/try/win-msvc-dbg-x64"
|
name: "dawn/try/win-msvc-dbg-x64"
|
||||||
}
|
>
|
||||||
builders {
|
builders: <
|
||||||
name: "dawn/try/win-msvc-rel-x64"
|
name: "dawn/try/win-msvc-rel-x64"
|
||||||
}
|
>
|
||||||
builders {
|
retry_config: <
|
||||||
name: "chromium/try/linux-dawn-rel"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "chromium/try/mac-dawn-rel"
|
|
||||||
}
|
|
||||||
builders {
|
|
||||||
name: "chromium/try/win-dawn-rel"
|
|
||||||
}
|
|
||||||
|
|
||||||
retry_config {
|
|
||||||
single_quota: 1
|
single_quota: 1
|
||||||
global_quota: 2
|
global_quota: 2
|
||||||
failure_weight: 1
|
failure_weight: 1
|
||||||
transient_failure_weight: 1
|
transient_failure_weight: 1
|
||||||
timeout_weight: 2
|
timeout_weight: 2
|
||||||
}
|
>
|
||||||
}
|
>
|
||||||
}
|
>
|
||||||
}
|
>
|
||||||
|
|
|
@ -86,6 +86,10 @@ builder_mixins {
|
||||||
builder_mixins {
|
builder_mixins {
|
||||||
name: "windows",
|
name: "windows",
|
||||||
dimensions: "os:Windows-10"
|
dimensions: "os:Windows-10"
|
||||||
|
caches {
|
||||||
|
path: "win_toolchain"
|
||||||
|
name: "win_toolchain"
|
||||||
|
}
|
||||||
recipe {
|
recipe {
|
||||||
properties_j: <<EOF
|
properties_j: <<EOF
|
||||||
$build/goma: {
|
$build/goma: {
|
||||||
|
@ -112,6 +116,7 @@ builder_mixins {
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
builder_mixins {
|
builder_mixins {
|
||||||
name: "gen_fuzz_corpus"
|
name: "gen_fuzz_corpus"
|
||||||
recipe {
|
recipe {
|
||||||
|
@ -129,10 +134,6 @@ buckets {
|
||||||
dimensions: "pool:luci.flex.ci"
|
dimensions: "pool:luci.flex.ci"
|
||||||
# We have 32bit test configurations but some of our toolchain is 64bit (like CIPD)
|
# We have 32bit test configurations but some of our toolchain is 64bit (like CIPD)
|
||||||
dimensions: "cpu:x86-64"
|
dimensions: "cpu:x86-64"
|
||||||
caches {
|
|
||||||
path: "win_toolchain"
|
|
||||||
name: "win_toolchain"
|
|
||||||
}
|
|
||||||
recipe {
|
recipe {
|
||||||
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
||||||
cipd_version: "refs/heads/master"
|
cipd_version: "refs/heads/master"
|
||||||
|
@ -145,24 +146,28 @@ buckets {
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-dbg-x64"
|
name: "linux-clang-dbg-x64"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-dbg-x86"
|
name: "linux-clang-dbg-x86"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
mixins: "x86"
|
mixins: "x86"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-rel-x64"
|
name: "linux-clang-rel-x64"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-rel-x86"
|
name: "linux-clang-rel-x86"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
mixins: "x86"
|
mixins: "x86"
|
||||||
}
|
}
|
||||||
|
@ -171,12 +176,16 @@ buckets {
|
||||||
builders {
|
builders {
|
||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
mixins: "mac"
|
mixins: "mac"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
mixins: "mac"
|
mixins: "mac"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Windows: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
# Windows: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
||||||
|
@ -229,6 +238,7 @@ buckets {
|
||||||
builders {
|
builders {
|
||||||
name: "cron-linux-clang-rel-x64"
|
name: "cron-linux-clang-rel-x64"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
mixins: "gen_fuzz_corpus"
|
mixins: "gen_fuzz_corpus"
|
||||||
|
@ -247,10 +257,6 @@ buckets: {
|
||||||
dimensions: "pool:luci.flex.try"
|
dimensions: "pool:luci.flex.try"
|
||||||
# We have 32bit test configurations but some of our toolchain is 64bit (like CIPD)
|
# We have 32bit test configurations but some of our toolchain is 64bit (like CIPD)
|
||||||
dimensions: "cpu:x86-64"
|
dimensions: "cpu:x86-64"
|
||||||
caches {
|
|
||||||
path: "win_toolchain"
|
|
||||||
name: "win_toolchain"
|
|
||||||
}
|
|
||||||
recipe {
|
recipe {
|
||||||
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
||||||
cipd_version: "refs/heads/master"
|
cipd_version: "refs/heads/master"
|
||||||
|
@ -278,6 +284,7 @@ buckets: {
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-dbg-x64"
|
name: "linux-clang-dbg-x64"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
|
@ -285,6 +292,7 @@ buckets: {
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-dbg-x86"
|
name: "linux-clang-dbg-x86"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
mixins: "x86"
|
mixins: "x86"
|
||||||
}
|
}
|
||||||
|
@ -292,6 +300,7 @@ buckets: {
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-rel-x64"
|
name: "linux-clang-rel-x64"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
mixins: "x64"
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
|
@ -299,6 +308,7 @@ buckets: {
|
||||||
builders {
|
builders {
|
||||||
name: "linux-clang-rel-x86"
|
name: "linux-clang-rel-x86"
|
||||||
mixins: "linux"
|
mixins: "linux"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
mixins: "x86"
|
mixins: "x86"
|
||||||
}
|
}
|
||||||
|
@ -306,14 +316,18 @@ buckets: {
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
builders {
|
builders {
|
||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "mac"
|
mixins: "mac"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
|
mixins: "clang"
|
||||||
mixins: "mac"
|
mixins: "mac"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
|
mixins: "x64"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
|
|
|
@ -89,9 +89,15 @@ consoles {
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.dawn.try/linux-clang-dbg-x64"
|
name: "buildbucket/luci.dawn.try/linux-clang-dbg-x64"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/linux-clang-dbg-x86"
|
||||||
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.dawn.try/linux-clang-rel-x64"
|
name: "buildbucket/luci.dawn.try/linux-clang-rel-x64"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/linux-clang-rel-x86"
|
||||||
|
}
|
||||||
|
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.dawn.try/mac-dbg"
|
name: "buildbucket/luci.dawn.try/mac-dbg"
|
||||||
|
@ -103,7 +109,19 @@ consoles {
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.dawn.try/win-clang-dbg-x64"
|
name: "buildbucket/luci.dawn.try/win-clang-dbg-x64"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/win-clang-dbg-x86"
|
||||||
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.dawn.try/win-clang-rel-x64"
|
name: "buildbucket/luci.dawn.try/win-clang-rel-x64"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/win-clang-rel-x86"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/win-msvc-dbg-x64"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.dawn.try/win-msvc-rel-x64"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ acl_sets {
|
||||||
}
|
}
|
||||||
|
|
||||||
trigger {
|
trigger {
|
||||||
id: "master-gitiles-trigger"
|
id: "primary-poller"
|
||||||
acl_sets: "default"
|
acl_sets: "default"
|
||||||
gitiles {
|
gitiles {
|
||||||
repo: "https://dawn.googlesource.com/dawn.git"
|
repo: "https://dawn.googlesource.com/dawn.git"
|
||||||
|
@ -151,7 +151,6 @@ job {
|
||||||
|
|
||||||
job {
|
job {
|
||||||
id: "cron-linux-clang-rel-x64"
|
id: "cron-linux-clang-rel-x64"
|
||||||
realm: "ci"
|
|
||||||
schedule: "0 0 0 * * * *"
|
schedule: "0 0 0 * * * *"
|
||||||
acl_sets: "default"
|
acl_sets: "default"
|
||||||
buildbucket {
|
buildbucket {
|
||||||
|
|
Loading…
Reference in New Issue