Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: infra/bots/tasks.json

Issue 2302983002: Add infra/bots/tasks.json (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GN Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "tasks": {
3 "Build-Ubuntu-GCC-x86_64-Release-GN": {
4 "cipd_packages": [],
5 "dependencies": [],
6 "dimensions": ["pool:Skia", "os:Ubuntu", "gpu:none"],
7 "isolate": "compile_skia.isolate",
8 "priority": 0.8
9 },
10 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
11 "cipd_packages": [{
12 "name": "skia/bots/skimage",
13 "path": "skimage",
14 "version": 4
15 },
16 {
17 "name": "skia/bots/skp",
18 "path": "skp",
19 "version": 6
20 },
21 {
22 "name": "skia/bots/svg",
23 "path": "svg",
24 "version": 1
25 }],
26 "dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
27 "dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
28 "isolate": "test_skia.isolate",
29 "priority": 0.8
30 },
31 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
32 "cipd_packages": [{
33 "name": "skia/bots/skimage",
34 "path": "skimage",
35 "version": 4
36 },
37 {
38 "name": "skia/bots/skp",
39 "path": "skp",
40 "version": 6
41 },
42 {
43 "name": "skia/bots/svg",
44 "path": "svg",
45 "version": 1
46 }],
47 "dependencies": ["Build-Ubuntu-GCC-x86_64-Release-GN"],
48 "dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
49 "isolate": "perf_skia.isolate",
50 "priority": 0.8
51 }
52 }
53 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698