Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ship it! - re:develop conference - August 2014

Ship it! - re:develop conference - August 2014

A story of continuous delivery at theguardian.com.

In which I will be sharing how the Guardian has managed to change culture and overhaul their systems to enable both rapid delivery, and deployment of their products and how you can too.

Supporting links:

http://github.com/guardian/frontend
http://github.com/guardian/deploy
http://martinfowler.com/bliki/ContinuousDelivery.html
http://matt.chadburn.co.uk/notes/apoptosis.html

Patrick Hamann

August 22, 2014
Tweet

More Decks by Patrick Hamann

Other Decks in Technology

Transcript

  1. Ship it! @patrickhamann - re:develop – August 2014 A story

    of continuous delivery at theguardian.com
  2. 1. Your software is deployable throughout its lifecycle 2. Your

    team prioritises keeping the software deployable over working on new features 3. Fast, automated feedback on the production readiness of your system any time somebody makes a change 4. You can perform push-button deployments of any version of the software to any environment on demand Source: Continuous Delivery - Martin Fowler - May 2013 1. Your software is deployable throughout its lifecycle 2. Your team prioritises keeping the software deployable over working on new features 3. Fast, automated feedback on the production readiness of your system any time somebody makes a change 4. You can perform push-button deployments of any version of the software to any environment on demand 1. Your software is deployable throughout its lifecycle 2. Your team prioritises keeping the software deployable over working on new features 3. Fast, automated feedback on the production readiness of your system any time somebody makes a change 4. You can perform push-button deployments of any version of the software to any environment on demand 1. Your software is deployable throughout its lifecycle 2. Your team prioritises keeping the software deployable over working on new features 3. Fast, automated feedback on the production readiness of your system any time somebody makes a change 4. You can perform push-button deployments of any version of the software to any environment on demand
  3. ' 1996 ! Manual ( 2004 ! Bash Script (

    2006 ! More Bash Scripts ) 2010 ! Python ) 2012 ! Scala * 2013 ! Riff-Raff 2 25 300 10,000 Deploys per year
  4. Small cross-functional teams & 1 Product owner 6 Engineers 1

    UX 1 Designer 1QA & 1 Product owner 4 Engineers 1 UX 1 Designer & 1 Product owner 4 Engineers 1 UX 2 Designers
  5. Developer QA Operations & & & Product developer Product developer,

    operations and support. Manual regression tester Test automation Gatekeeper Overseer and consultant
  6. Local Build Pull request Local GitHub CI Staging Production Riff-Raff

    Article Fronts Sports Discusion Identity ~8minutes ~10minutes ~10minutes Riff-Raff Article Fronts Sports Discusion Identity
  7. The DevOps oracle - @DevOpsOracle If the developer shalt not

    go to the radiator; then the radiator shall come to the developer.
  8. The DevOps oracle - @DevOpsOracle Every bit of new complexity

    comes from one sensible request at a time.
  9. Continuous delivery requires business, development, QA and operations within the

    organisation to coordinate. ! It’s as much about culture than it is about tooling.