Migrate Linux CQ from Xenial to Bionic
BUG=chromium:1212166 Change-Id: I66693b14bf455462267df8bdc81814ca11a43561 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/52100 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
2469525066
commit
e1598e4891
|
@ -72,7 +72,7 @@ builder_mixins {
|
||||||
}
|
}
|
||||||
builder_mixins {
|
builder_mixins {
|
||||||
name: "linux",
|
name: "linux",
|
||||||
dimensions: "os:Ubuntu-16.04"
|
dimensions: "os:Ubuntu-18.04"
|
||||||
recipe {
|
recipe {
|
||||||
properties_j: <<EOF
|
properties_j: <<EOF
|
||||||
$build/goma: {
|
$build/goma: {
|
||||||
|
@ -262,7 +262,7 @@ buckets: {
|
||||||
|
|
||||||
builders {
|
builders {
|
||||||
name: "presubmit"
|
name: "presubmit"
|
||||||
dimensions: "os:Ubuntu-16.04"
|
dimensions: "os:Ubuntu-18.04"
|
||||||
recipe {
|
recipe {
|
||||||
name: "run_presubmit"
|
name: "run_presubmit"
|
||||||
properties: "repo_name:dawn"
|
properties: "repo_name:dawn"
|
||||||
|
|
Loading…
Reference in New Issue