[canvaskit] Fix perf timeout in Puppeteer + SKPs
Change-Id: I3ee30bbb764291b1a4b0c0c5d77cbac2f11ac415 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/368877 Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
9d171b6302
commit
966d795af9
@ -1473,7 +1473,7 @@ func (b *jobBuilder) puppeteer() {
|
||||
b.cipd(CIPD_PKG_LUCI_AUTH)
|
||||
b.dep(b.buildTaskDrivers("linux", "amd64"), compileTaskName)
|
||||
b.output(OUTPUT_PERF)
|
||||
b.timeout(20 * time.Minute)
|
||||
b.timeout(60 * time.Minute)
|
||||
b.isolate("perf_puppeteer.isolate")
|
||||
b.serviceAccount(b.cfg.ServiceAccountCompile)
|
||||
|
||||
|
@ -143,6 +143,8 @@ func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error {
|
||||
var cpuSkiplist = []string{
|
||||
// When the SKPs were generated on Sept 27 2020, this started to timeout on CPU
|
||||
"desk_carsvg.skp",
|
||||
// This started timing out the week of Feb 10, 2021 on CPU.
|
||||
"desk_micrographygirlsvg.skp",
|
||||
}
|
||||
var gpuSkiplist = []string{}
|
||||
|
||||
|
@ -21829,8 +21829,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -21902,8 +21902,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -21975,8 +21975,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23391,8 +23391,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23461,8 +23461,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23533,8 +23533,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23605,8 +23605,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23677,8 +23677,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
@ -23749,8 +23749,8 @@
|
||||
"node/node/bin"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 1200000000000,
|
||||
"io_timeout_ns": 1200000000000,
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"isolate": "perf_puppeteer.isolate",
|
||||
"outputs": [
|
||||
"perf"
|
||||
|
Loading…
Reference in New Issue
Block a user