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