Move Releng Jobs under 'releng' folder 71/17271/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 20 Jul 2016 23:48:59 +0000 (16:48 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 21 Jul 2016 00:23:57 +0000 (17:23 -0700)
This should help clarify what jobs belong to releng, and that the yaml
file is unaffiliated with 'releng-defaults' and 'releng-macros'.

- Step [1/2] in publishing jobs to the Jenkins sandbox
- Explicitly passes the '-r' to jenkins-jobs so that other understand
  releng recursively tests jobs. This option is implied by the
  jenkins-job-builder configuration on the server.

JIRA: RELENG-91

Change-Id: Ic4bad170b3d311376a2d081089ac538b53595728
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/releng-ci-jobs.yml [moved from jjb/releng-jobs.yaml with 98% similarity]
jjb/releng/verify-releng.sh [moved from jjb/verify-releng with 95% similarity]

similarity index 98%
rename from jjb/releng-jobs.yaml
rename to jjb/releng/releng-ci-jobs.yml
index d73ef50..60551f5 100644 (file)
@@ -50,7 +50,7 @@
 
     builders:
         - shell:
-            !include-raw: verify-releng
+            !include-raw: verify-releng.sh
 
     publishers:
         - archive-artifacts:
similarity index 95%
rename from jjb/verify-releng
rename to jjb/releng/verify-releng.sh
index 82d76e3..5c2dbff 100755 (executable)
@@ -18,4 +18,4 @@ for x in $(find . -name *\.yml); do
 done
 
 source /opt/virtualenv/jenkins-job-builder/bin/activate
-jenkins-jobs test -o job_output jjb/
+jenkins-jobs test -o job_output -r jjb/