~vila/byoci/trunk

« back to all changes in this revision

Viewing changes to jobs/project-land.yaml

  • Committer: Vincent Ladeuil
  • Date: 2016-09-13 14:57:19 UTC
  • mto: (89.11.1 u1-trusty)
  • mto: This revision was merged to the branch mainline in revision 99.
  • Revision ID: vila+ols@canonical.com-20160913145719-xmifov67ky2r2j0s
Start setting up gpgservice as a first project using PMR to land git MPs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
- job-template:
2
2
    defaults: project
3
 
    description: 'Land {name} approved merge proposals with tarmac'
 
3
    description: 'Land {name} approved merge proposals with {vcs}'
4
4
    project-type: freestyle
5
5
    # Just use the name of the project, that's the minimum CI provides:
6
6
    # landing dev work.
11
11
          default: '4'
12
12
          description: 'Define the concurrency to run the tests'
13
13
    builders:
14
 
      - shell: ~/jenkaas/project/land {trunk} {container} '{setup}' '{landing-tests}'
 
14
      - shell: ~/jenkaas/project/land-with{vcs} {trunk} {container} '{setup}' '{landing-tests}'