blob: c2abba98ecfca209d9ea3b373d4da5034ada0ad8 [file] [log] [blame]
Brian O'Connor529a9ba2014-09-19 15:23:48 -07001- job:
2 name: mininet-build
3 description: 'TODO Do not edit this job through the web!'
4 project-type: freestyle
5 block-downstream: false
6 triggers:
7 - timed: "@midnight"
8 builders:
Brian O'Connor3ec109c2014-09-19 20:01:52 -07009 - shell: "~mininet/mininet/util/vm/build.py -v --test sanity trusty32server"
Brian O'Connor529a9ba2014-09-19 15:23:48 -070010 publishers:
Brian O'Connor82792082014-09-19 18:59:43 -070011 - trigger-parameterized-builds:
Brian O'Connorfd967172014-09-19 19:59:01 -070012 - project: mininet-test,
Brian O'Connor3af0f482014-09-19 20:00:29 -070013 condition: SUCCESS
Brian O'Connor326d0422014-09-19 19:54:29 -070014 predefined-parameters: dir=$WORKSPACE
Brian O'Connor08c5b112014-09-19 19:10:17 -070015
16- job:
17 name: mininet-test
18 description: 'TODO Do not edit this job through the web!'
19 project-type: freestyle
20 block-downstream: false
21 builders:
Brian O'Connor3ec109c2014-09-19 20:01:52 -070022 - shell: "echo $dir; ~mininet/mininet/util/vm/build.py -v --test core --image $dir/*/*.vmdk"
Brian O'Connor08c5b112014-09-19 19:10:17 -070023
Brian O'Connor01303d42014-09-19 18:10:58 -070024- job:
Brian O'Connor82792082014-09-19 18:59:43 -070025 name: update-jenkins-jobs
Brian O'Connorc990f872014-09-19 18:21:25 -070026 description: Auto-generated
Brian O'Connor01303d42014-09-19 18:10:58 -070027 project-type: freestyle
28 scm:
29 - git:
30 url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
31 branches:
32 - master
33 browser: gitweb
34 browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
35 timeout: 20
36 triggers:
Brian O'Connor4e72d842014-09-19 18:20:04 -070037 - gerrit:
Brian O'Connor01303d42014-09-19 18:10:58 -070038 trigger-on-ref-updated-event: true
39 trigger-on-change-merged-event: true
40 projects:
41 - project-compare-type: 'PLAIN'
42 project-pattern: 'vm-build'
43 branches:
44 - branch-compare-type: 'PLAIN'
45 branch-pattern: 'master'
Brian O'Connor4e72d842014-09-19 18:20:04 -070046 silent: true
Brian O'Connor01303d42014-09-19 18:10:58 -070047 builders:
48 - shell: "jenkins-jobs --conf /var/lib/jenkins/jenkins_jobs.conf update jobs.yaml"
Brian O'Connorc990f872014-09-19 18:21:25 -070049
50- job:
51 name: update-jenkins-verify
Brian O'Connore33c6d02014-09-19 18:30:34 -070052 description: TODO This will be used to verify new jobs using jenkins-job test before they are accepted in Gerrit.
Brian O'Connorc990f872014-09-19 18:21:25 -070053 project-type: freestyle
Brian O'Connordb899fb2014-09-19 23:09:14 -070054 scm:
55 - git:
56 url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
57 branches:
58 - $GERRIT_BRANCH
59 browser: gitweb
60 browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
61 timeout: 20
62 triggers:
63 - gerrit:
64 trigger-on-draft-published-event: true
65 trigger-on-patchset-uploaded-event: true
66 projects:
67 - project-compare-type: 'PLAIN'
68 project-pattern: 'vm-build'
69 branches:
70 - branch-compare-type: 'PLAIN'
71 branch-pattern: 'master'
72 builders:
73 - shell: "jenkins-jobs test jobs.yaml"