Revert "Exclude the jjb-test directory" 42/6042/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Aug 2017 19:10:27 +0000 (15:10 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Aug 2017 19:20:29 +0000 (15:20 -0400)
No longer necessary due to I9bd85a43d76cf1dfcb02e327f097cd6551366d1b.

This reverts commit 854da1e33dd03f1569d0766dbedda123dd5af4ea.

Change-Id: Iba0569d8fb1931af6dbacbd0bec8fd03b5d4e775
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.jjb-test/expected-xml/gerrit-ciman-jjb-merge
.jjb-test/expected-xml/gerrit-ciman-jjb-verify
.jjb-test/expected-xml/github-ciman-jjb-merge
.jjb-test/expected-xml/github-ciman-jjb-verify
shell/jjb-merge-job.sh
shell/jjb-verify-job.sh

index 30e26bb..acebb7c 100644 (file)
@@ -238,7 +238,7 @@ echo &quot;---&gt; jjb-merge-job.sh&quot;
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs update --recursive --delete-old --workers 4 --exclude jjb-test jjb
+jenkins-jobs update --recursive --delete-old --workers 4 jjb/
 </command>
     </hudson.tasks.Shell>
   </builders>
index 9d55382..9d9a12a 100644 (file)
@@ -275,7 +275,7 @@ echo &quot;---&gt; jjb-verify-job.sh&quot;
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs -l DEBUG test --recursive -o archives/job-configs --exclude jjb-test jjb
+jenkins-jobs -l DEBUG test --recursive -o archives/job-configs jjb/
 
 # Sort job output into sub-directories. On large Jenkins systems that have
 # many jobs archiving so many files into the same directory makes NGINX return
index 12a5555..1f6bbcb 100644 (file)
@@ -200,7 +200,7 @@ echo &quot;---&gt; jjb-merge-job.sh&quot;
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs update --recursive --delete-old --workers 4 --exclude jjb-test jjb
+jenkins-jobs update --recursive --delete-old --workers 4 jjb/
 </command>
     </hudson.tasks.Shell>
   </builders>
index 0d8d5b2..3a10bb8 100644 (file)
@@ -223,7 +223,7 @@ echo &quot;---&gt; jjb-verify-job.sh&quot;
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs -l DEBUG test --recursive -o archives/job-configs --exclude jjb-test jjb
+jenkins-jobs -l DEBUG test --recursive -o archives/job-configs jjb/
 
 # Sort job output into sub-directories. On large Jenkins systems that have
 # many jobs archiving so many files into the same directory makes NGINX return
index 8c54b62..090e915 100644 (file)
@@ -13,4 +13,4 @@ echo "---> jjb-merge-job.sh"
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs update --recursive --delete-old --workers 4 --exclude jjb-test jjb
+jenkins-jobs update --recursive --delete-old --workers 4 jjb/
index 789ffde..f38685f 100644 (file)
@@ -13,7 +13,7 @@ echo "---> jjb-verify-job.sh"
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
-jenkins-jobs -l DEBUG test --recursive -o archives/job-configs --exclude jjb-test jjb
+jenkins-jobs -l DEBUG test --recursive -o archives/job-configs jjb/
 
 # Sort job output into sub-directories. On large Jenkins systems that have
 # many jobs archiving so many files into the same directory makes NGINX return