Make NUC7i5BNK SkottieWASM/Lottie_Web bots ON_DEMAND
NoTry: true Bug: skia:9566 Change-Id: I8d8a993719065319e05b6adb91ed73585b37f7c5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/250737 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Ben Wagner aka dogben <benjaminwagner@google.com>
This commit is contained in:
parent
f11221509f
commit
d8c69b645b
@ -1646,6 +1646,9 @@ func (b *builder) process(name string) {
|
||||
j.Trigger = specs.TRIGGER_MASTER_ONLY
|
||||
} else if strings.Contains(name, "-OnDemand-") || strings.Contains(name, "Android_Framework") || strings.Contains(name, "G3_Framework") {
|
||||
j.Trigger = specs.TRIGGER_ON_DEMAND
|
||||
} else if strings.Contains(name, "-NUC7i5BNK-") && (strings.Contains(name, "SkottieWASM") || strings.Contains(name, "LottieWeb")) {
|
||||
// Done temporarily for skbug.com/9566
|
||||
j.Trigger = specs.TRIGGER_ON_DEMAND
|
||||
}
|
||||
b.MustAddJob(name, j)
|
||||
}
|
||||
|
@ -1165,7 +1165,8 @@
|
||||
"Perf-Debian9-EMCC-NUC7i5BNK-GPU-IntelIris640-wasm-Release-All-SkottieWASM": {
|
||||
"tasks": [
|
||||
"Upload-Perf-Debian9-EMCC-NUC7i5BNK-GPU-IntelIris640-wasm-Release-All-SkottieWASM"
|
||||
]
|
||||
],
|
||||
"trigger": "on demand"
|
||||
},
|
||||
"Perf-Debian9-none-GCE-CPU-AVX2-x86_64-Release-All-LottieWeb": {
|
||||
"tasks": [
|
||||
@ -1180,12 +1181,14 @@
|
||||
"Perf-Debian9-none-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-LottieWeb": {
|
||||
"tasks": [
|
||||
"Upload-Perf-Debian9-none-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-LottieWeb"
|
||||
]
|
||||
],
|
||||
"trigger": "on demand"
|
||||
},
|
||||
"Perf-Debian9-none-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-LottieWeb_Canvas": {
|
||||
"tasks": [
|
||||
"Upload-Perf-Debian9-none-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-LottieWeb_Canvas"
|
||||
]
|
||||
],
|
||||
"trigger": "on demand"
|
||||
},
|
||||
"Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All": {
|
||||
"tasks": [
|
||||
|
Loading…
Reference in New Issue
Block a user