Add Jenkins report
Approved by: hrs (mentor, implicit)
This commit is contained in:
parent
0dda9d7b0e
commit
f92027f6ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46529
1 changed files with 95 additions and 0 deletions
|
|
@ -605,4 +605,99 @@ WITHOUT_FORTH=y</pre>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat='proj'>
|
||||||
|
<title>Jenkins Continuous Integration for &os;</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Craig</given>
|
||||||
|
<common>Rodrigues</common>
|
||||||
|
</name>
|
||||||
|
<email>rodrigc@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
|
||||||
|
<person>
|
||||||
|
<name>Jenkins Administrators</name>
|
||||||
|
<email>jenkins-admin@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
|
||||||
|
<person>
|
||||||
|
<name>&os; Testing</name>
|
||||||
|
<email>freebsd-testing@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@FreeBSD.org list.</p>
|
||||||
|
</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
|
|
||||||
</report>
|
</report>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue