summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-20 12:33:32 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-20 12:33:32 +0000
commit542faa79ab6610f93cc4e35ca6c1590f914df571 (patch)
treed11aca452f4a8fff52f23f974fa19f417c3beef8
parent4b75bbcaae4c2df6c707fe4ff5a2bb7fb4cd69ae (diff)
downloadjenkins-config-542faa79ab6610f93cc4e35ca6c1590f914df571.tar.gz
rawjenkins/jobs: add display names
-rw-r--r--ci1/rawjenkins/jobs/baserock-bootstrap-arm.xml3
-rw-r--r--ci1/rawjenkins/jobs/baserock-bootstrap-x86.xml3
-rw-r--r--ci1/rawjenkins/jobs/http-ccache.xml3
-rw-r--r--ci1/rawjenkins/jobs/lorry-test-suite.xml3
-rw-r--r--ci1/rawjenkins/jobs/morph-on-squeeze.xml3
-rw-r--r--ci1/rawjenkins/jobs/tbdiff.xml3
6 files changed, 12 insertions, 6 deletions
diff --git a/ci1/rawjenkins/jobs/baserock-bootstrap-arm.xml b/ci1/rawjenkins/jobs/baserock-bootstrap-arm.xml
index 428e255..235daa7 100644
--- a/ci1/rawjenkins/jobs/baserock-bootstrap-arm.xml
+++ b/ci1/rawjenkins/jobs/baserock-bootstrap-arm.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>Bootstrap on ARM</displayName>
<description>Bootstrap Baserock on ARM</description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -83,4 +84,4 @@ env \
</hudson.plugins.ircbot.IrcPublisher>
</publishers>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>
diff --git a/ci1/rawjenkins/jobs/baserock-bootstrap-x86.xml b/ci1/rawjenkins/jobs/baserock-bootstrap-x86.xml
index 6719cb8..b39a1d2 100644
--- a/ci1/rawjenkins/jobs/baserock-bootstrap-x86.xml
+++ b/ci1/rawjenkins/jobs/baserock-bootstrap-x86.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>Bootstrap on x86</displayName>
<description>Bootstrap Baserock on x86.</description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -87,4 +88,4 @@ sudo chmod a+r squeeze-chroot/tree/baserock/cache/artifacts/*</command>
</hudson.plugins.ircbot.IrcPublisher>
</publishers>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>
diff --git a/ci1/rawjenkins/jobs/http-ccache.xml b/ci1/rawjenkins/jobs/http-ccache.xml
index 4d46c4e..7b12eb9 100644
--- a/ci1/rawjenkins/jobs/http-ccache.xml
+++ b/ci1/rawjenkins/jobs/http-ccache.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>CCache HTTP cache retrieval test suite</displayName>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -62,4 +63,4 @@ make check</command>
</builders>
<publishers/>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>
diff --git a/ci1/rawjenkins/jobs/lorry-test-suite.xml b/ci1/rawjenkins/jobs/lorry-test-suite.xml
index 990851d..5270cc5 100644
--- a/ci1/rawjenkins/jobs/lorry-test-suite.xml
+++ b/ci1/rawjenkins/jobs/lorry-test-suite.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>Lorry test suite on Squeeze</displayName>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -74,4 +75,4 @@
</hudson.plugins.ircbot.IrcPublisher>
</publishers>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>
diff --git a/ci1/rawjenkins/jobs/morph-on-squeeze.xml b/ci1/rawjenkins/jobs/morph-on-squeeze.xml
index 01978d0..1049c02 100644
--- a/ci1/rawjenkins/jobs/morph-on-squeeze.xml
+++ b/ci1/rawjenkins/jobs/morph-on-squeeze.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>Morph test suite on Debian Squeeze</displayName>
<description>Run Morph&apos;s ./check on squeeze.</description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -74,4 +75,4 @@
</hudson.plugins.ircbot.IrcPublisher>
</publishers>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>
diff --git a/ci1/rawjenkins/jobs/tbdiff.xml b/ci1/rawjenkins/jobs/tbdiff.xml
index 46948df..c9742eb 100644
--- a/ci1/rawjenkins/jobs/tbdiff.xml
+++ b/ci1/rawjenkins/jobs/tbdiff.xml
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
+ <displayName>TBDiff test suite</displayName>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -77,4 +78,4 @@ make check</command>
</hudson.plugins.ircbot.IrcPublisher>
</publishers>
<buildWrappers/>
-</project> \ No newline at end of file
+</project>