Add infra/bots/tasks.json
This is an initial version which adds a trio of buildbot-less bots. I expect these to be totally broken while I work out the issues. In the future, we'll have a script to generate tasks.json. BUG=skia:5626 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302983002 Review-Url: https://codereview.chromium.org/2302983002
This commit is contained in:
parent
e01295c22a
commit
de3184fd84
53
infra/bots/tasks.json
Normal file
53
infra/bots/tasks.json
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"tasks": {
|
||||
"Build-Ubuntu-GCC-x86_64-Release-GN": {
|
||||
"cipd_packages": [],
|
||||
"dependencies": [],
|
||||
"dimensions": ["pool:Skia", "os:Ubuntu", "gpu:none"],
|
||||
"isolate": "compile_skia.isolate",
|
||||
"priority": 0.8
|
||||
},
|
||||
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
|
||||
"cipd_packages": [{
|
||||
"name": "skia/bots/skimage",
|
||||
"path": "skimage",
|
||||
"version": 4
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/skp",
|
||||
"path": "skp",
|
||||
"version": 6
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/svg",
|
||||
"path": "svg",
|
||||
"version": 1
|
||||
}],
|
||||
"dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
|
||||
"dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
|
||||
"isolate": "test_skia.isolate",
|
||||
"priority": 0.8
|
||||
},
|
||||
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
|
||||
"cipd_packages": [{
|
||||
"name": "skia/bots/skimage",
|
||||
"path": "skimage",
|
||||
"version": 4
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/skp",
|
||||
"path": "skp",
|
||||
"version": 6
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/svg",
|
||||
"path": "svg",
|
||||
"version": 1
|
||||
}],
|
||||
"dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
|
||||
"dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
|
||||
"isolate": "perf_skia.isolate",
|
||||
"priority": 0.8
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user