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

Unified Diff: infra/bots/tasks.json

Issue 2376713002: [task scheduler] Add uploads to tasks.json (Closed)
Patch Set: Backtrack: just copy/paste the builder name 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 79c55f0add95a0c380f9a455cde52519217d5f1d..d595c317643cc5f19a65ab7204c7442ecd28812c 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -46,6 +46,22 @@
"isolate": "test_skia.isolate",
"priority": 0.8
},
+ "Upload-Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
+ "cipd_packages": [],
+ "dependencies": ["Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"],
+ "dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
+ "extra_args": [
+ "--workdir", "../../..", "upload_dm_results",
+ "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN",
+ "mastername=fake-master",
+ "buildnumber=2",
+ "revision=<(REVISION)",
+ "slavename=fake-buildslave",
+ "swarm_out_dir=${ISOLATED_OUTDIR}"
+ ],
+ "isolate": "upload_dm_results.isolate",
+ "priority": 0.8
+ },
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
"cipd_packages": [{
"name": "skia/bots/skimage",
@@ -75,6 +91,21 @@
],
"isolate": "perf_skia.isolate",
"priority": 0.8
+ },
+ "Upload-Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
+ "dependencies": ["Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"],
+ "dimensions": ["pool:Skia", "os:Ubuntu", "cpu:x86-64-avx2", "gpu:none"],
+ "extra_args": [
+ "--workdir", "../../..", "upload_nano_results",
+ "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN",
+ "mastername=fake-master",
+ "buildnumber=2",
+ "revision=<(REVISION)",
+ "slavename=fake-buildslave",
+ "swarm_out_dir=${ISOLATED_OUTDIR}"
+ ],
+ "isolate": "upload_nano_results.isolate",
+ "priority": 0.8
}
},
"jobs": {
@@ -84,11 +115,11 @@
},
"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
"priority": 0.8,
- "tasks": ["Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"]
+ "tasks": ["Upload-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"]
+ "tasks": ["Upload-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