the evolution of agile - continuous delivery - extending agile out to production, ifor evans 25th...

14
[email protected] 020 3206 1900

Upload: burns-sheehan

Post on 13-Jan-2015

688 views

Category:

Technology


3 download

DESCRIPTION

Burns Sheehan held a highly successful Agile event, "The Evolution of Agile" on Januray 25th 2012. View the presentation given by on of the speakers, Ifor Evans "The Evolution of Agile - Continuous Delivery - Extending Agile out to Production".

TRANSCRIPT

Page 1: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

[email protected] 3206 1900

Page 2: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Continuous Delivery

Ifor Evans

Head of Platform Development, Betfair

Continuous Delivery

Page 3: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

First published by Jez Humble and David Farley from ThoughtWorks in 2010

Where did CD come from?

Page 4: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Based on Agile principles

• Iterative Development

• Cross functional teams

• Automated unit (TDD) & functional testing (QA Testing)

• Continuous Integration

Based on Agile principles

Page 5: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

What is CD?“A set of practices, principles and tools aimed at building, testing and releasing high quality software faster and more frequently.” – Betfair CD Definition

“A way of reducing the cycle time – i.e. how long it takes to get a simple code change to get to production”

“Automating everything!”

QA1 QA2 Pre-Prod ProdC.I.Change

SubmittedProduction

What is CD?

Page 6: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Principles of CD

Build artefacts only ONCE

Use the same automated mechanism to deploy to EVERY environment

Smoke test your deployment

If anything fails, STOP the lineEVERYBODY has responsibility for the

release process

- Code, DB, Config & System config changes

Principles of CD

Page 7: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Why Continuous Delivery?

If we do this there are NO surprises.

Until the code we’ve just written is running in production, we’ve

merely wasted time.

Bring the pain forward – Deployments are traditionally hard and fail often.

Get real feedback on the progress of projects based on the only useful definition of “DONE”—working software in a real production environment

delivering value to users.

By releasing small increments regularly, it reduces the risk of each individual release.

Why Continuous Delivery?

Page 8: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Continuous Delivery vs Continuous Deployment

Continuous Deployment means that every build that passes all automated tests will be deployed to Production.

Scary?

Continuous Delivery allows managed deployments and release windows.

Bit less scary?Giving control of releases

to the business.

Continuous Delivery vs Continuous Deployment

Page 9: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Prerequisites

Automated Builds

Automated Static Code Analysis

Automated Unit Tests (code & db)

Automated Functional Tests (code & db)

Automated Security Tests

Automated Performance Tests

Automated System Integration tests

Automated Sanity/Smoke Tests

Automated Deployments & Configuration

Automated VM ProvisioningAutomated Network Provisioning

Prerequisites

Page 10: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

What might a typical CD pipeline look like?

Functional Testing Functional Testing

Continuous Integration

Continuous Integration QA1 QA1 QA2QA2 SecuritySecurity PerformancePerformance Pre-ProdPre-Prod

Short-lived

1 2 3 4 5 6

ProdProd

Changes

Long-lived Pre-Prod

7

TYPES OF TESTING PERFORMED1.Continuous Integration Build Server (Long-lived)

1. Build/Compilation 2. Unit Tests3. Fortify, Sonar & other Static Code Analysis

2.QA1 (Short-lived)Tests against mocks and stubs

3.QA2 (Short-lived)Tests against mock endpoints and DB

4.Security (Long-lived)Security tests against cutting edge services and components

5.Performance (Long-lived)Performance testing against near as live services and components

6.Pre-Prod (Long-lived)Full integration tests in a production replica environment

7.Prod (Long-lived)

Fail early

Heavyweight environments later in the pipeline

Non-functional testing

What might a typical CD pipeline look like?

Page 11: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Tool options• Roll your own

• ThoughtWorks Studios Go

• Jenkins CI

• Microsoft Team Foundation Server

• Lots of other possible options

What don’t they have? Automated VM Provisioning, Network Provisioning, Deployment Configuration..

Tool Options

Page 12: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

Cultural Changes• Requires full Agile Adoption

• Requires teams to embrace responsibility for automating their end-to-end pipeline.

• Software needs to be in a potentially releasable state every build.

• Heavy focus on testing deployability

Cultural Changes

Page 13: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

SummaryA set of tools and services that allow us to construct an automated build pipeline that extends from Development all the way to Production.

Automated testing of our deployment, configuration, NFR requirements as well as functionality.

Summary

Page 14: The Evolution of Agile - Continuous Delivery - Extending Agile out to Production, Ifor Evans 25th January 2012

END

020 3206 1900 [email protected]