Activate dawn M120 R=morawand@google.com Change-Id: I7b3d5e84506c15b2e87a07a6cb338388ff8d7fe1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/158700 Reviewed-by: Srinivas Sista <srinivassista@google.com> Owners-Override: Wanda Mora <morawand@google.com> Commit-Queue: Srinivas Sista <srinivassista@google.com> Reviewed-by: Wanda Mora <morawand@google.com>
diff --git a/infra/config/global/generated/commit-queue.cfg b/infra/config/global/generated/commit-queue.cfg index 33f5a33..f4e8730 100644 --- a/infra/config/global/generated/commit-queue.cfg +++ b/infra/config/global/generated/commit-queue.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see Config message: -# https://luci-config.appspot.com/schemas/projects:commit-queue.cfg +# https://config.luci.app/schemas/projects:commit-queue.cfg cq_status_host: "chromium-cq-status.appspot.com" submit_options { @@ -26,6 +26,7 @@ ref_regexp_exclude: "refs/heads/chromium/5938" ref_regexp_exclude: "refs/heads/chromium/5993" ref_regexp_exclude: "refs/heads/chromium/6045" + ref_regexp_exclude: "refs/heads/chromium/6099" } } verifiers { @@ -728,3 +729,81 @@ } } } +config_groups { + name: "Dawn-CQ-m120" + gerrit { + url: "https://dawn-review.googlesource.com" + projects { + name: "dawn" + ref_regexp: "refs/heads/chromium/6099" + } + } + verifiers { + gerrit_cq_ability { + committer_list: "project-dawn-committers" + dry_run_access_list: "project-dawn-tryjob-access" + } + tryjob { + builders { + name: "chromium-m120/try/dawn-linux-x64-deps-rel" + } + builders { + name: "chromium-m120/try/dawn-mac-x64-deps-rel" + } + builders { + name: "chromium-m120/try/dawn-win10-x64-deps-rel" + } + builders { + name: "chromium-m120/try/dawn-win10-x86-deps-rel" + includable_only: true + } + 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" + disable_reuse: true + } + builders { + name: "dawn/try/win-clang-dbg-x64" + } + builders { + name: "dawn/try/win-clang-dbg-x86" + } + builders { + name: "dawn/try/win-clang-rel-x64" + } + builders { + name: "dawn/try/win-clang-rel-x86" + } + builders { + name: "dawn/try/win-msvc-dbg-x64" + } + builders { + name: "dawn/try/win-msvc-rel-x64" + } + retry_config { + single_quota: 1 + global_quota: 2 + failure_weight: 1 + transient_failure_weight: 1 + timeout_weight: 2 + } + } + } +}
diff --git a/infra/config/global/generated/cr-buildbucket.cfg b/infra/config/global/generated/cr-buildbucket.cfg index c1bfa2e..cae6ff6 100644 --- a/infra/config/global/generated/cr-buildbucket.cfg +++ b/infra/config/global/generated/cr-buildbucket.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see BuildbucketCfg message: -# https://luci-config.appspot.com/schemas/projects:buildbucket.cfg +# https://config.luci.app/schemas/projects:buildbucket.cfg buckets { name: "ci"
diff --git a/infra/config/global/generated/luci-logdog.cfg b/infra/config/global/generated/luci-logdog.cfg index adc75be..01a3912 100644 --- a/infra/config/global/generated/luci-logdog.cfg +++ b/infra/config/global/generated/luci-logdog.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see ProjectConfig message: -# https://luci-config.appspot.com/schemas/projects:luci-logdog.cfg +# https://config.luci.app/schemas/projects:luci-logdog.cfg reader_auth_groups: "all" writer_auth_groups: "luci-logdog-chromium-writers"
diff --git a/infra/config/global/generated/luci-milo.cfg b/infra/config/global/generated/luci-milo.cfg index e023d71..84e9a37 100644 --- a/infra/config/global/generated/luci-milo.cfg +++ b/infra/config/global/generated/luci-milo.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see Project message: -# https://luci-config.appspot.com/schemas/projects:luci-milo.cfg +# https://config.luci.app/schemas/projects:luci-milo.cfg consoles { id: "ci"
diff --git a/infra/config/global/generated/luci-notify.cfg b/infra/config/global/generated/luci-notify.cfg index ee04168..0294c3e 100644 --- a/infra/config/global/generated/luci-notify.cfg +++ b/infra/config/global/generated/luci-notify.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see ProjectConfig message: -# https://luci-config.appspot.com/schemas/projects:luci-notify.cfg +# https://config.luci.app/schemas/projects:luci-notify.cfg notifiers { notifications {
diff --git a/infra/config/global/generated/luci-scheduler.cfg b/infra/config/global/generated/luci-scheduler.cfg index 6aa7d07..5393d61 100644 --- a/infra/config/global/generated/luci-scheduler.cfg +++ b/infra/config/global/generated/luci-scheduler.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see ProjectConfig message: -# https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg +# https://config.luci.app/schemas/projects:luci-scheduler.cfg job { id: "cron-linux-clang-rel-x64"
diff --git a/infra/config/global/generated/project.cfg b/infra/config/global/generated/project.cfg index ba15da4..6a684bd 100644 --- a/infra/config/global/generated/project.cfg +++ b/infra/config/global/generated/project.cfg
@@ -2,12 +2,12 @@ # Do not modify manually. # # For the schema of this file, see ProjectCfg message: -# https://luci-config.appspot.com/schemas/projects:project.cfg +# https://config.luci.app/schemas/projects:project.cfg name: "dawn" access: "group:all" lucicfg { - version: "1.39.19" + version: "1.40.0" package_dir: ".." config_dir: "generated" entry_point: "main.star"
diff --git a/infra/config/global/generated/realms.cfg b/infra/config/global/generated/realms.cfg index c8e4291..a34c211 100644 --- a/infra/config/global/generated/realms.cfg +++ b/infra/config/global/generated/realms.cfg
@@ -2,7 +2,7 @@ # Do not modify manually. # # For the schema of this file, see RealmsCfg message: -# https://luci-config.appspot.com/schemas/projects:realms.cfg +# https://config.luci.app/schemas/projects:realms.cfg realms { name: "@root"
diff --git a/infra/config/global/milestones.json b/infra/config/global/milestones.json index 9560c5b..1dd9f98 100644 --- a/infra/config/global/milestones.json +++ b/infra/config/global/milestones.json
@@ -77,5 +77,15 @@ "mac", "win" ] + }, + "120": { + "name": "m120", + "chromium_project": "chromium-m120", + "ref": "refs/heads/chromium/6099", + "platforms": [ + "linux", + "mac", + "win" + ] } } \ No newline at end of file