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

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

Issue 2415193002: Add infra_tests.py, recipe, buildbotless bot (Closed)
Patch Set: Fixes Created 4 years, 2 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 | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | 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
1 { 1 {
2 "jobs": { 2 "jobs": {
3 "Build-Ubuntu-GCC-x86_64-Release-GN": { 3 "Build-Ubuntu-GCC-x86_64-Release-GN": {
4 "priority": 0.8, 4 "priority": 0.8,
5 "tasks": [ 5 "tasks": [
6 "Build-Ubuntu-GCC-x86_64-Release-GN" 6 "Build-Ubuntu-GCC-x86_64-Release-GN"
7 ] 7 ]
8 }, 8 },
9 "Housekeeper-PerCommit-InfraTests": {
10 "priority": 0.8,
11 "tasks": [
12 "Housekeeper-PerCommit-InfraTests"
13 ]
14 },
9 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 15 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
10 "priority": 0.8, 16 "priority": 0.8,
11 "tasks": [ 17 "tasks": [
12 "Upload-Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN" 18 "Upload-Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"
13 ] 19 ]
14 }, 20 },
15 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 21 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
16 "priority": 0.8, 22 "priority": 0.8,
17 "tasks": [ 23 "tasks": [
18 "Upload-Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN" 24 "Upload-Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"
(...skipping 20 matching lines...) Expand all
39 "swarm_out_dir=${ISOLATED_OUTDIR}", 45 "swarm_out_dir=${ISOLATED_OUTDIR}",
40 "revision=<(REVISION)", 46 "revision=<(REVISION)",
41 "patch_storage=<(PATCH_STORAGE)", 47 "patch_storage=<(PATCH_STORAGE)",
42 "rietveld=<(CODEREVIEW_SERVER)", 48 "rietveld=<(CODEREVIEW_SERVER)",
43 "issue=<(ISSUE)", 49 "issue=<(ISSUE)",
44 "patchset=<(PATCHSET)" 50 "patchset=<(PATCHSET)"
45 ], 51 ],
46 "isolate": "compile_skia.isolate", 52 "isolate": "compile_skia.isolate",
47 "priority": 0.8 53 "priority": 0.8
48 }, 54 },
55 "Housekeeper-PerCommit-InfraTests": {
56 "dimensions": [
57 "cpu:x86-64-avx2",
58 "gpu:none",
59 "os:Ubuntu",
60 "pool:Skia"
61 ],
62 "extra_args": [
63 "--workdir",
64 "../../..",
65 "swarm_infra",
66 "repository=skia",
67 "buildername=Housekeeper-PerCommit-InfraTests",
68 "mastername=fake-master",
69 "buildnumber=2",
70 "slavename=fake-buildslave",
71 "nobuildbot=True",
72 "swarm_out_dir=${ISOLATED_OUTDIR}",
73 "revision=<(REVISION)",
74 "patch_storage=<(PATCH_STORAGE)",
75 "rietveld=<(CODEREVIEW_SERVER)",
76 "issue=<(ISSUE)",
77 "patchset=<(PATCHSET)"
78 ],
79 "isolate": "infra_skia.isolate",
80 "priority": 0.8
81 },
49 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": { 82 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
50 "cipd_packages": [ 83 "cipd_packages": [
51 { 84 {
52 "name": "skia/bots/skimage", 85 "name": "skia/bots/skimage",
53 "path": "skimage", 86 "path": "skimage",
54 "version": "version:8" 87 "version": "version:8"
55 }, 88 },
56 { 89 {
57 "name": "skia/bots/skp", 90 "name": "skia/bots/skp",
58 "path": "skp", 91 "path": "skp",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "patch_storage=<(PATCH_STORAGE)", 228 "patch_storage=<(PATCH_STORAGE)",
196 "rietveld=<(CODEREVIEW_SERVER)", 229 "rietveld=<(CODEREVIEW_SERVER)",
197 "issue=<(ISSUE)", 230 "issue=<(ISSUE)",
198 "patchset=<(PATCHSET)" 231 "patchset=<(PATCHSET)"
199 ], 232 ],
200 "isolate": "upload_dm_results.isolate", 233 "isolate": "upload_dm_results.isolate",
201 "priority": 0.8 234 "priority": 0.8
202 } 235 }
203 } 236 }
204 } 237 }
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698