Add Jobs to tasks.json
BUG=skia:5723 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2363443002 Review-Url: https://codereview.chromium.org/2363443002
This commit is contained in:
parent
605d952893
commit
50537e46e4
@ -76,5 +76,19 @@
|
||||
"isolate": "perf_skia.isolate",
|
||||
"priority": 0.8
|
||||
}
|
||||
},
|
||||
"jobs": {
|
||||
"Build-Ubuntu-GCC-x86_64-Release-GN": {
|
||||
"priority": 0.8,
|
||||
"tasks": ["Build-Ubuntu-GCC-x86_64-Release-GN"]
|
||||
},
|
||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
|
||||
"priority": 0.8,
|
||||
"tasks": ["Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"]
|
||||
},
|
||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
|
||||
"priority": 0.8,
|
||||
"tasks": ["Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user