How to Plan and Define Your Continuous Deployment Pipeline - Patxi Gortázar

  • Locked
Francisco's profile
Francisco

How to Plan and Define Your Continuous Deployment Pipeline - Patxi Gortázar image
Talk Description
Planning and defining a complete continuous integration/deployment (CI/CD) process for an application is not easy if one has no previous experience. In the session, I will explain the basics: from code to deployment, stage by stage, and how we can assess each of the stages and automate them in our CI/CD pipeline.  
The session will start by presenting the basics of the life-cycle of a project, with a focus on development and testing with no CI/CD process involved. Then, we will discuss how and when we could be interested in running automation like compilation, testing, packaging, and distribution of assets from our project. We will see real examples in Jenkins, the popular CI/CD server, with reference to other CI systems, on premises or as a service (like TravisCI).
We will then discuss testing environments, when to deploy to a testing environment and the needs (packaging the application, publishing in package repositories, deploying). In connection to this, we will discuss when to do testing: online testing vs nightly testing. Pros and cons of both and when it could be interesting to choose one over another.
Finally, options for deployment to production will be presented: either with some additional QA process involved in the middle or directly publishing our product once all automated tests have passed. 
At the end, a complete pipeline, from commit to the code repository to deployment to production will be presented.
What you’ll learn

By the end of this talk, you'll be able to:

  • TBA
Francisco's profile'

Francisco

Dr. Francisco Gortázar (Patxi) is a Tenure Professor at Rey Juan Carlos University in Madrid with more than 12 years of experience in teaching distributed systems, software architectures, and continuous integration. He has published more than 20 papers on high impact journals and conferences. He has developed a strong connection with the industry, working as a consultant for several Spanish companies on topics around cloud technologies and continuous integration and deployment. Since 2014 he is in charge of the CI infrastructure for Kurento and OpenVidu, two open source projects for effortlessly building real time communication applications, where more than 100 end-to-end tests are executed daily at different stages of the build & release pipeline. Currently he is coordinating the H2020 project ElasTest, where he researches novel ways of testing cloud infrastructures and applications, including 5G, IoT and real-time video systems.
Suggested Content
First 100 Days as the Only and First Tester in a New Company – Kim Knup
Let’s Go Larvae Hunting!
To Test a Component - Testing UI Components in 2023
Website Maintenance
Pipeline Architectures to Fit Your Software Architecture - Abby Bangser
The Tester’s Survival Guide to Joining a Continuous Delivery Project
Turning the Quality of Your Deployment Pipeline into a Team Task - Areti Panou
Are You Seeing RED? Restoring Reliability To Test Results
Selenium 4 introduces relative locators. This new feature allows the user to locate an object in relation to another object on the screen! Don't wait, get an instant demo today.
Explore MoT
Episode One: The Companion
A free monthly virtual software testing community gathering
Automating API Checks With RestSharp
Learn everything you need to start automating API checks using RestSharp

Tags

  • infrastructure
  • test-strategies
  • continuous-deployment