Make the old-skp job's output match the size of the DDL jobs' output
This CL could, arguably, confuse the issue wrt why these images are being generated but making the sizes match will make the images easier to triage. Bug: skia:13278 Change-Id: Ifb0b82eaaa4351fb589118d3b28673da9dd32e20 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/537576 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
parent
437cd4d857
commit
e533c9bfd5
@ -573,6 +573,10 @@ func (b *taskBuilder) dmFlags(internalHardwareLabel string) {
|
||||
args = append(args, "--pr", "atlas", "tess")
|
||||
}
|
||||
|
||||
if b.extraConfig("OldestSupportedSkpVersion") {
|
||||
// For triaging convenience, make the old-skp job's output match the size of the DDL jobs' output
|
||||
args = append(args, "--skpViewportSize", "2048")
|
||||
}
|
||||
// DDL is a GPU-only feature
|
||||
if b.extraConfig("DDL1") {
|
||||
// This bot generates comparison images for the large skps and the gms
|
||||
|
Loading…
Reference in New Issue
Block a user