Agile 2009 - continuous integration http://agile2009.agilealliance.org/taxonomy/term/203/0 en Killing the gatekeeper: introducing a continuous integration system http://agile2009.agilealliance.org/node/3166 <p>This is the story of how the Launchpad (<a href="https://launchpad.net" title="https://launchpad.net">https://launchpad.net</a>) development team switched to a continuous integration system to increase several flows in their development process:</p> <ul> <li>flow of changes on trunk;</li> <li>flow of changes requiring database schema upgrade;</li> <li>flow of deployed changes to end users.</li> </ul> <p>To switch to a buildbot (<a href="http://buildbot.net" title="http://buildbot.net">http://buildbot.net</a>) based system meant violating a very old company taboo: risking a trunk that doesn&#8217;t pass its test suite. The risk of a broken trunk was offset by allowing each developer to run the full test suite in the Amazon EC2 cloud.</p> http://agile2009.agilealliance.org/node/3166#comments Tools for Agility Experience report continuous integration distribution version control Lean 45 minutes Wed, 04 Mar 2009 03:17:01 +0000 flacoste 3166 at http://agile2009.agilealliance.org Build and Test in the Cloud – CI and Cloud Provisioning for Agile Teams http://agile2009.agilealliance.org/node/3027 <p>Today’s developers are quick to adopt leading-edge technologies that can accommodate project peaks and valleys, evolve and change, and support agile principles. Using the CollabNet platform, this session will demonstrate the agile best practice of continuous integration (CI) using cloud provisioning capabilities and the Hudson open source CI engine. Attendees will learn a framework that can be used in their environment, including an understanding of the components, tools, set up, and generalized use cases for development in both virtual private clouds and public clouds, like Amazon EC2.</p> http://agile2009.agilealliance.org/node/3027#comments Tools for Agility Talk agile application development ci cloud computing continuous integration software development 45 minutes Tue, 03 Mar 2009 19:51:51 +0000 ngulrajani 3027 at http://agile2009.agilealliance.org Agile Source Code Management using Stories, Agile Workflow, and CI http://agile2009.agilealliance.org/node/2757 <p>You create iterations from a backlog of user stories managed via a taskboard with a simple &#8220;workflow&#8221; from &#8220;todo&#8221; to &#8220;done.&#8221; You use Continuous Integration. But in your source control system you&#8217;ve just got files and branches. You could create a branch for every story, but that&#8217;s a lot of branches to manage! How can you ask the source control system which versions/files correspond to the stories that are done in order to build the &#8220;done&#8221; version and do exploratory testing? This session will show how to manage changes using stories and how to use branches to represent your workflow.</p> http://agile2009.agilealliance.org/node/2757#comments Tools for Agility Tutorial AccuRev branching continuous integration Merging stories 45 minutes Mon, 02 Mar 2009 18:08:31 +0000 Damon Poole 2757 at http://agile2009.agilealliance.org How to run 4.5 Million tests per day ... and why! http://agile2009.agilealliance.org/node/1606 <p>Given the size and scope of Google&#8217;s code base, and speed of development, typical off-the-shelf continuous integration are unable to meet our needs. So, we decided to create a continuous integration and testing system as a centralized service on an unprecedented scale. When fully completed and operational, it will probably be the world&#8217;s largest continuous integration and testing system, running millions of tests every single day.</p> <p>In this talk, we will report on our experience running such a program in an agile manner and will also describe the basic design and features of the CI system.</p> http://agile2009.agilealliance.org/node/1606#comments Main Stage Talk continuous integration distributed teams enterprise program management 45 minutes Fri, 13 Feb 2009 09:15:34 +0000 mstriebeck 1606 at http://agile2009.agilealliance.org Continuous Integration of the World http://agile2009.agilealliance.org/node/1125 <p>Ok, maybe we exaggerated a bit. CI deployments focus on the testing and deployment of the application. The &#8216;world&#8217; (OS, Application &amp; DB server) within a CI doesn’t change that much. But what if you could define your applications environment from a kind of ‘source’ and build and unit test it? f.i. Test security patches by using unit tests of your application?</p> <p><a href="http://agile2009.agilealliance.org/node/1125">read more</a></p> http://agile2009.agilealliance.org/node/1125#comments Tools for Agility Demonstration continuous integration sysadmin 90 minutes Fri, 06 Feb 2009 15:36:54 +0000 jedi4ever 1125 at http://agile2009.agilealliance.org Removing Integration Delays with Collocated Whole Teams and Multi-stage CI http://agile2009.agilealliance.org/node/872 <p>As individuals we work in transient isolation to reduce the impact of work in progress on each other. Organizations isolate WIP by using only official versions of 3pty sources and by producing official releases for customers.</p> <p>Multi-stage continuous integration (MSCI) scales CI to large distributed environments by isolating work in progress at the team level. Changes move from individual to team to mainline as fast as CI allows, but stop on failure.</p> <p>MSCI is particularly important in a distributed environment where fixes to problems exposed by CI can be delayed by a full day.</p> http://agile2009.agilealliance.org/node/872#comments Distributed Agile Tutorial collocated whole teams collocation continuous integration integration msci Multi-Stage Continuous Integration whole teams 45 minutes Tue, 03 Feb 2009 14:51:46 +0000 Damon Poole 872 at http://agile2009.agilealliance.org Large scale continuous integration http://agile2009.agilealliance.org/node/782 <p>Increase Productivity With Large Scale Continuous Integration Iteratively: Reduce Feedback Cycle From Weeks To 100 Minutes </p> <p>Using iterative development – create an continuous integration environment using open source and commercial tooling for hundreds of developers<br /> From migration to new environment – the tools and process lessons learned<br /> Effects seen in product development – real life experience after 18 months in production </p> http://agile2009.agilealliance.org/node/782#comments Tools for Agility Talk automated testing continuous integration dashboard integration large-scale environments productivity Static Analysis 45 minutes Sun, 01 Feb 2009 22:19:04 +0000 hkokko 782 at http://agile2009.agilealliance.org CI vendor cage-fight! http://agile2009.agilealliance.org/node/572 <p>In this session, we invite CI tool vendors to give a short demonstration of the best features of their tool. Each vendor will be given 10min to show off the best features of their software, with a further 5min of questions. </p> <p>This will allow CI users to quickly get a good grasp on the plethora of CI tools on the market, to help them find out about useful features of various tools that may help their CI implementation, and to learn about the practices that each tool encourages. </p> <p>It also helps CI tool vendors gauge the market, and improve the standards and features of all CI products.</p> http://agile2009.agilealliance.org/node/572#comments Tools for Agility Demonstration build continuous integration 90 minutes Tue, 27 Jan 2009 11:12:18 +0000 tomsulston 572 at http://agile2009.agilealliance.org Applying Agile Development Practices to Atypical Technologies http://agile2009.agilealliance.org/node/494 <p>This talk discusses techniques that can be used to apply Agile practices to atypical technologies, and presents case studies on how to apply Agile practices to projects built with technologies including Teradata (Database), and MicroStrategy (BI). </p> <p><a href="http://agile2009.agilealliance.org/node/494">read more</a></p> http://agile2009.agilealliance.org/node/494#comments Developer Jam Talk acceptance testing automation ci continuous integration development practices fitnesse MicroStrategy tdd Teradata test-driven development 90 minutes Fri, 23 Jan 2009 15:10:22 +0000 sdillman 494 at http://agile2009.agilealliance.org Top ten secret weapons for performance testing in an agile environment http://agile2009.agilealliance.org/node/445 <p>In the battle of YAGNI and the performance testers, who wins out on an agile project? Join us as we walk through a historical account of what happens when you need to meet heavy performance targets on an agile project. Find out what was at stake, and the dire consequences if either side annihilated the other. We&#8217;ll focus on technical detail, planning and management techniques that led to the only outcome, collaborative success! Finally, discover the impact this battle had in the war agile wages to align the needs of end customers, the business, and IT, to see how it all worked out. </p> http://agile2009.agilealliance.org/node/445#comments Testing Talk continuous integration high performance measuring performance performance testing 45 minutes Wed, 21 Jan 2009 17:52:05 +0000 alistair.jones 445 at http://agile2009.agilealliance.org