svn commit: r46529 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Mon Apr 13 18:52:47 UTC 2015


Author: bjk
Date: Mon Apr 13 18:52:46 2015
New Revision: 46529
URL: https://svnweb.freebsd.org/changeset/doc/46529

Log:
  Add Jenkins report
  
  Approved by:	hrs (mentor, implicit)

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml	Mon Apr 13 13:57:34 2015	(r46528)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml	Mon Apr 13 18:52:46 2015	(r46529)
@@ -605,4 +605,99 @@ WITHOUT_FORTH=y</pre>
     </help>
   </project>
 
+  <project cat='proj'>
+    <title>Jenkins Continuous Integration for &os;</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Craig</given>
+	  <common>Rodrigues</common>
+	</name>
+	<email>rodrigc at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>Jenkins Administrators</name>
+	<email>jenkins-admin at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>&os; Testing</name>
+	<email>freebsd-testing at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://jenkins.freebsd.org">Jenkins CI server in &os; cluster</url>
+      <url href="http://www.cloud9ers.com/">Cloud9ers</url>
+      <url href="https://wiki.ubuntu.com/AhmedKamal">Ahmed Kamal</url>
+      <url href="https://github.com/saltstack/salt/pulls?q=is%3Apr+author%3Akim0">Ahmed's contributions to SaltStack</url>
+      <url href="http://julipedia.meroh.net/2015/02/kyua-turns-parallel.html">Kyua turns parallel</url>
+      <url href="https://github.com/jenkinsci/multiple-scms-plugin/commits?author=rodrigc">Jenkins Multiple SCM's plugin fixes</url>
+      <url href="https://lists.freebsd.org/pipermail/freebsd-toolchain/2016-March/001545.html">GCC 4.9 problems</url>
+      <url href="https://wiki.freebsd.org/ExternalToolchain">External Toolchain Support</url>
+    </links>
+
+    <body>
+      <p>The Jenkins Continuous Integration and Testing
+	project has been helping to improve the quality of &os;.
+	Since the last status report, we have quickly found commits
+	which caused build breakage or test failures.  &os; developers
+	saw these problems and quickly fixed them.  Some of the
+	highlights include:</p>
+
+      <ul>
+	<li><p>Ahmed Kamal agreed to join the jenkins-admin
+	    team.  Even though he is not a &os; committer, he is
+	    subscribed the the jenkins-admin alias, and is contributing
+	    code via GitHub.  Ahmed has contributed mutiple SaltStack
+	    scripts which are in the freebsd-ci GitHub repository.  Ahmed
+	    has also found multiple bugs in SaltStack's &os; support.  He
+	    has fixed these bugs and pushed them back to SaltStack via
+	    GitHub pull requests.</p>
+	  <p>Ahmed is a software developer who lives in
+	    Cairo, Egypt.  He presently works for Cloud9ers, a cloud and
+	    devops consulting firm.  In the past, he has worked for
+	    Canonical as the Ubuntu Cloud and Server community liaison.</p>
+	  <p>Ahmed found out about the Request for Help sent
+	    out by &a.rodrigc; for help with Jenkins in &os; via a random
+	    web search.  Ahmed found &os; to be a very nice project, and
+	    was eager to volunteer and help out, and responded to the
+	    Request.  Ahmed will attend BSDCan, where he will learn more
+	    about the BSD Community.</p>
+        </li>
+
+	<li>&a.jmmv; extended Kyua to support executing test
+	  cases in parallel.  This should help the scaling of testing in
+	  environments with thousands of test cases.</li>
+
+	<li>&a.rodrigc; got a commit bit to the Jenkins
+	  Multiple SCM's plugin, and committed fixes to that plugin to
+	  help it work with Subversion 1.8 </li>
+
+	<li>&a.rodrigc; worked with &a.dim; in the
+	  freebsd-toolchain team to help identify and fix several
+	  compilation problems in the &os; src tree when using GCC 4.9.
+	  This work will help with the External Toolcain project.</li>
+      </ul>
+    </body>
+
+    <help>
+      <task>
+	<p>Set up more builds based on different architectures.</p>
+      </task>
+
+      <task>
+        <p>Improve the maintenance of nodes in the Jenkins cluster
+           using devops frameworks such as Saltstack.</p>
+      </task>
+
+      <task>
+	<p>People interested in helping out should join the
+	  freebsd-testing at FreeBSD.org list.</p>
+      </task>
+    </help>
+  </project>
+
 </report>


More information about the svn-doc-all mailing list