Stop CT_DM_1m bot from triggering on every commit
NoTry: true Bug: skia: Change-Id: I2d8039ad4105234f1079dd48a9d0fc0047eec9c6 Reviewed-on: https://skia-review.googlesource.com/60080 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
71ff4b94e5
commit
f06dae824b
@ -1012,7 +1012,7 @@ func process(b *specs.TasksCfgBuilder, name string) {
|
||||
}
|
||||
if strings.Contains(name, "-Nightly-") {
|
||||
j.Trigger = specs.TRIGGER_NIGHTLY
|
||||
} else if strings.Contains(name, "-Weekly-") || name == "Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs" {
|
||||
} else if strings.Contains(name, "-Weekly-") || strings.Contains(name, "CT_DM_1m_SKPs") {
|
||||
j.Trigger = specs.TRIGGER_WEEKLY
|
||||
} else if strings.Contains(name, "Flutter") || strings.Contains(name, "PDFium") || strings.Contains(name, "CommandBuffer") {
|
||||
j.Trigger = specs.TRIGGER_MASTER_ONLY
|
||||
|
@ -2156,7 +2156,8 @@
|
||||
"priority": 0.8,
|
||||
"tasks": [
|
||||
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-All-CT_DM_1m_SKPs"
|
||||
]
|
||||
],
|
||||
"trigger": "weekly"
|
||||
},
|
||||
"Test-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Debug-All-CT_IMG_DECODE_100k_SKPs": {
|
||||
"priority": 0.8,
|
||||
|
Loading…
Reference in New Issue
Block a user