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

Unified Diff: infra/bots/tasks.json

Issue 2363443002: Add Jobs to tasks.json (Closed)
Patch Set: 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
index 03f09f8b02c52d1409da8bffe37a00fa93b482cd..79c55f0add95a0c380f9a455cde52519217d5f1d 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -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"]
+ }
}
}
« 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