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

Side by Side 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 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
1 { 1 {
2 "tasks": { 2 "tasks": {
3 "Build-Ubuntu-GCC-x86_64-Release-GN": { 3 "Build-Ubuntu-GCC-x86_64-Release-GN": {
4 "cipd_packages": [], 4 "cipd_packages": [],
5 "dependencies": [], 5 "dependencies": [],
6 "dimensions": ["pool:Skia", "os:Ubuntu", "gpu:none"], 6 "dimensions": ["pool:Skia", "os:Ubuntu", "gpu:none"],
7 "extra_args": [ 7 "extra_args": [
8 "--workdir", "../../..", "swarm_compile", 8 "--workdir", "../../..", "swarm_compile",
9 "buildername=<(TASK_NAME)", 9 "buildername=<(TASK_NAME)",
10 "mastername=fake-master", 10 "mastername=fake-master",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "buildername=<(TASK_NAME)", 69 "buildername=<(TASK_NAME)",
70 "mastername=fake-master", 70 "mastername=fake-master",
71 "buildnumber=2", 71 "buildnumber=2",
72 "slavename=fake-buildslave", 72 "slavename=fake-buildslave",
73 "swarm_out_dir=${ISOLATED_OUTDIR}", 73 "swarm_out_dir=${ISOLATED_OUTDIR}",
74 "revision=<(REVISION)" 74 "revision=<(REVISION)"
75 ], 75 ],
76 "isolate": "perf_skia.isolate", 76 "isolate": "perf_skia.isolate",
77 "priority": 0.8 77 "priority": 0.8
78 } 78 }
79 },
80 "jobs": {
81 "Build-Ubuntu-GCC-x86_64-Release-GN": {
82 "priority": 0.8,
83 "tasks": ["Build-Ubuntu-GCC-x86_64-Release-GN"]
84 },
85 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
86 "priority": 0.8,
87 "tasks": ["Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"]
88 },
89 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
90 "priority": 0.8,
91 "tasks": ["Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN"]
92 }
79 } 93 }
80 } 94 }
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