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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/tasks.json
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
new file mode 100644
index 0000000000000000000000000000000000000000..bfd32995923bbca8ac59a692f7fe9a5903468e87
--- /dev/null
+++ b/infra/bots/tasks.json
@@ -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
+ }
+ }
+}
« 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