Lines Matching full:jobs
24 may automatically retry tasks within its set limits. Jobs are not retried.
25 Multiple jobs may share the same task, for example, tests on two different
28 Each Skia repository has an `infra/bots/tasks.json` file which defines the jobs
29 and tasks for the repo. Most jobs will run at every commit, but it is possible
30 to specify nightly and weekly jobs as well. For convenience, most repos also
45 Try Jobs
49 repo. You need to have permission to trigger try jobs; if you need permission,
56 or using `bin/try`, a small wrapper for `git cl try` which helps to choose try jobs.
100 <a name="adding-new-jobs"></a>
101 Adding new jobs
104 If you would like to add jobs to build or test new configurations, please file a
107 If you know that the new jobs will need new hardware or you aren't sure which
108 existing bots should run the new jobs, assign to jcgregorio. Once the Infra team
113 [infra/bots/jobs.json][jobs json]. In some cases, you will need to make changes
130 [jobs json]: https://skia.googlesource.com/skia/+/master/infra/bots/jobs.json
144 * [infra/bots/jobs.json][jobs json]
148 Based on each job name in jobs.json, gen_tasks decides which tasks to generate (process
178 and configure the new jobs, please ask for help from borenet, benjaminwagner, or