<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ben Hearsum (Posts about try server)</title><link>https://hearsum.ca/</link><description></description><atom:link href="https://hearsum.ca/categories/try-server.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2025 &lt;a href="mailto:ben@hearsum.ca"&gt;Ben Hearsum&lt;/a&gt; </copyright><lastBuildDate>Thu, 30 Jan 2025 16:13:56 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Recent and upcoming Try Server changes</title><link>https://hearsum.ca/posts/recent-and-upcoming-try-server-changes/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;This morning I landed &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486567"&gt;bug 486567&lt;/a&gt; - which cleaned up the try server code significantly. There's still more to be done there, particularly running unittests on packaged builds once it's production counterpart lands (&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=383136"&gt;bug 383136&lt;/a&gt;). Both of these things help us keep the Try Server in sync with the rest of the world - which has always been a problem.



Looking forward a little bit, I'm looking to land a patch that enables &lt;b&gt;e-mail notification for try server builds and unit tests&lt;/b&gt; on Tuesday. With this patch, every try submission would result in 6 e-mails to the submitter: (1 per platform/build type combination). Here's what they'll look like:

Build:

Your Try Server build (try-1c170baeac1) was successfully completed on linux.  It should be available for download at http://build.mozilla.org/tryserver-builds/bhearsum@mozilla.com-try-1c170baeac1



Visit http://hg.mozilla.org/MozillaTry to view the full logs. 



Unit test:

Your Try Server unit test (try-1c170baeac1) completed with warnings on linux.  It should be available for download at http://build.mozilla.org/tryserver-builds/bhearsum@mozilla.com-try-1c170baeac1



Summary of unittest results:

check: 2/0



Visit http://hg.mozilla.org/MozillaTry to view the full logs.



(The unittest e-mails will have the full results listed, of course).



E-mail notification has been an oft requested feature so I'm really excited that this will be landing soon.&lt;/p&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/recent-and-upcoming-try-server-changes/</guid><pubDate>Fri, 15 May 2009 14:11:26 GMT</pubDate></item><item><title>[repost] Try Server Update - Building from mozilla-central with a patch is now possible!</title><link>https://hearsum.ca/posts/repost-try-server-update-building-from-mozilla-central-with-a-patch-is-now-possible/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;Not much else to say - &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=437143"&gt;bug 437143 (try servers need to support building from a mercurial repository with a patch)&lt;/a&gt; has been fixed. You can now submit patches against HG repositories with a patch.



Many thanks to &lt;a href="http://blog.vlad1.com/"&gt;Vlad&lt;/a&gt;, who did most of the work on this.&lt;/p&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/repost-try-server-update-building-from-mozilla-central-with-a-patch-is-now-possible/</guid><pubDate>Wed, 16 Jul 2008 17:55:42 GMT</pubDate></item><item><title>Try Server Update - Building from mozilla-central with a patch is now possible!</title><link>https://hearsum.ca/posts/try-server-update-building-from-mozilla-central-with-a-patch-is-now-possible/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;Not much else to say - &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=437143"&gt;bug 437143 (try servers need to support building from a mercurial repository with a patch)&lt;/a&gt; has been fixed. You can now submit patches against HG repositories with a patch.



Many thanks to &lt;a href="http://blog.vlad1.com/"&gt;Vlad&lt;/a&gt;, who did most of the work on this.&lt;/p&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/try-server-update-building-from-mozilla-central-with-a-patch-is-now-possible/</guid><pubDate>Mon, 14 Jul 2008 11:45:52 GMT</pubDate></item><item><title>[UPDATED] Try Server, Mozilla2, Mobile Downtime - April 21, 2008, 5am - 8am PDT</title><link>https://hearsum.ca/posts/updated-try-server-mozilla2-mobile-downtime-april-21-2008-5am-8am-pdt/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;On April 21, 2008 between 5am and 7am PDT the Try Server will be down for maintenance. For the curious, details of the work are in &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=428308"&gt;bug 428308&lt;/a&gt;.



The Mozilla2 and Mobile Buildbots will also be down for migration to a new host. Details of this work are in &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=429562"&gt;bug 429562&lt;/a&gt;.



If there's any reason we can't go ahead with this please e-mail release@mozilla.org.&lt;/p&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/updated-try-server-mozilla2-mobile-downtime-april-21-2008-5am-8am-pdt/</guid><pubDate>Fri, 18 Apr 2008 12:30:51 GMT</pubDate></item><item><title>Try Server Symbol Server</title><link>https://hearsum.ca/posts/try-server-symbol-server/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;As of earlier today, the try server began uploading windows debugging symbols to a symbol server. For those of you interested in debugging your Windows try server builds you can follow the same instructions listed on &lt;a href="http://developer.mozilla.org/en/docs/Using_the_Mozilla_symbol_server"&gt;devmo&lt;/a&gt; replacing http://symbols.mozilla.org/firefox with http://build.mozilla.org/tryserver-symbols. (For posterity, this information is also recorded on the &lt;a href="http://wiki.mozilla.org/Build:TryServer"&gt;try server wiki page&lt;/a&gt;. Any problems discovered should be filed (as always) in &lt;a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&amp;amp;assigned_to=nobody%40mozilla.org&amp;amp;blocked=&amp;amp;bug_file_loc=&amp;amp;bug_severity=normal&amp;amp;bug_status=NEW&amp;amp;comment=&amp;amp;component=Try%20Server&amp;amp;contenttypeentry=&amp;amp;contenttypemethod=autodetect&amp;amp;contenttypeselection=text%2Fplain&amp;amp;data=&amp;amp;dependson=&amp;amp;description=&amp;amp;flag_type-4=X&amp;amp;form_name=enter_bug&amp;amp;keywords=&amp;amp;maketemplate=Remember%20values%20as%20bookmarkable%20template&amp;amp;op_sys=All&amp;amp;priority=--&amp;amp;product=Webtools&amp;amp;qa_contact=try-server%40webtools.bugs&amp;amp;rep_platform=All&amp;amp;short_desc=&amp;amp;target_milestone=---&amp;amp;version=other"&gt;Webtools:Try Server&lt;/a&gt;.&lt;/p&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/try-server-symbol-server/</guid><pubDate>Tue, 08 Apr 2008 17:28:18 GMT</pubDate></item><item><title>Try Server Updates</title><link>https://hearsum.ca/posts/try-server-updates/</link><dc:creator>Ben Hearsum</dc:creator><description>&lt;p&gt;There's been some small but important updates to the Try Server the past week. Here's a list!:

&lt;/p&gt;&lt;ul&gt;

&lt;li&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=412546"&gt;One additional Windows slave and one additional Linux slave were added&lt;/a&gt;. This should reduce the length of time it takes to get your patches tested.&lt;/li&gt;

&lt;li&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=413489"&gt;configure.in changes can now be tested&lt;/a&gt;.&lt;/li&gt;

&lt;li&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=413494"&gt;The build timeouts were bumped up to an hour (of inactivity)&lt;/a&gt;. This will allow builds that take a long time to link libxul (such as WPO optimizations) to build successfully.&lt;/li&gt;

&lt;li&gt;A Bugzilla &lt;a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&amp;amp;assigned_to=nobody%40mozilla.org&amp;amp;blocked=&amp;amp;bug_file_loc=http%3A%2F%2F&amp;amp;bug_severity=normal&amp;amp;bug_status=NEW&amp;amp;comment=&amp;amp;component=Try%20Server&amp;amp;contenttypeentry=&amp;amp;contenttypemethod=autodetect&amp;amp;contenttypeselection=text%2Fplain&amp;amp;data=&amp;amp;dependson=&amp;amp;description=&amp;amp;flag_type-4=X&amp;amp;form_name=enter_bug&amp;amp;keywords=&amp;amp;maketemplate=Remember%20values%20as%20bookmarkable%20template&amp;amp;op_sys=All&amp;amp;priority=--&amp;amp;product=Webtools&amp;amp;qa_contact=try-server%40webtools.bugs&amp;amp;rep_platform=All&amp;amp;short_desc=&amp;amp;target_milestone=---&amp;amp;version=Trunk"&gt;Webtools::Try Server component&lt;/a&gt; has been created. Any future Try Server bugs should be filed there.&lt;/li&gt;

&lt;/ul&gt;</description><category>try server</category><guid>https://hearsum.ca/posts/try-server-updates/</guid><pubDate>Thu, 24 Jan 2008 20:00:53 GMT</pubDate></item></channel></rss>