Agile + DevOps West 2022 - Tools & Automation | TechWell

Agile + DevOps West 2022 - Tools & Automation

Wednesday, June 15

Split Software
W6

Effectively Managing Feature Flags

Wednesday, June 15, 2022 - 10:30am to 11:30am

Our repo has around 300K lines of code and more active feature flags at any given moment than we have fingers and toes. As we have moved into a world of continuous deployment with controlled releases, the use of feature flags has become an essential way of writing software. Yet, when we started out, we ended up with code that was hard to read, hard to reason about, and hard to manage. After exploring several strategies, we have found a pattern that aligns feature flags with larger code units (classes, components, reducers, actions) rather than at individual lines of code. This alleviates...

federico-toledo
Abstracta
Abstracta
W12

Improving Test Automation Code and Strategy

Wednesday, June 15, 2022 - 11:45am to 12:45pm

Automation has gone from optional to mandatory in the past few years when it comes to developing software at speed. It has led teams and especially testers to adapt and evolve together with new technologies for coping with the automation needs. No matter the original motivation, you might have somehow ended up crafting a strategy for doing test automation. Now the question is, how did it mature? When was the last time you actually took a moment to do a little retrospective regarding your automation strategy? More so, when was the last time that someone reviewed the scripts themselves?

...
Dell Technologies
Marc-Jimenez
Dell Technologies
W18

Tools as Code : DevSecOps on Auto-pilot

Preview
Wednesday, June 15, 2022 - 3:00pm to 4:00pm

The worst kept secret to success in our industry is speed, resiliency, and security. The multitude of tools available to help master the techniques of producing best in class software can put us into a maintenance overdose. Luckily for us, most of these tools today are now packaged as Docker containers opening an opportunity for us to rapidly set up and orchestrate their setup using Kubernetes. Using a gitOps approach, we have found a way to neatly connect a CI/CD process for setting up, maintaining, upgrading and tearing down these applications using ArgoCD and Terraform. Follow us...

Thursday, June 16

Prasanna Ramkumar
3Cloud Solutions
T6

CI/CD with Github Actions

Thursday, June 16, 2022 - 10:00am to 11:00am

As more organizations move towards continuous integration and continuous delivery with DevOps pipelines. Github Actions enables you to create Continues Integration (CI) and continuous deployment (CD) pipelines directly in your Github repository. These workflows are made out of different tasks so-called actions that can be run automatically on certain events. Through this talk I will walk through CI/CD concepts, GitHub Actions Workflows, Build Artifacts, Packages Management, and Deployment Triggers.

Thomas-Haver
Red Green Refactor
T12

The Automation Firehose: Be Strategic and Tactical

Thursday, June 16, 2022 - 11:30am to 12:30pm

The widespread adoption of test automation has led to numerous challenges that range from development lifecycle integration to simple scripting strategy. Just because a scenario CAN be automated does not mean it SHOULD be automated. Teams that adopt automation often rush to automate everything they can -- the automation firehose. For those scenarios that should automated, every team must adopt an implementation plan to ensure value is derived from reliable automated test execution. In this session, the audience will learn how to automate both strategically and tactically to maximize the...

Harshal Vora
QMetry Inc.
T18

Adopt Continuous Testing to Fulfill “Need for Speed” with High Quality

Thursday, June 16, 2022 - 1:30pm to 2:30pm

When it comes to DevOps, organizations find QA to be a bottleneck. Often in the race for faster releases, enterprises tend to sacrifice “Quality”. Companies that merely focus on speed and ignore quality suffer a huge blow. Often, they can’t implement Continuous Testing fully or lack the tools and processes for test orchestration in the pipeline. To do so successfully, you not only need to move testing upstream, but you also need to adopt the right set of test practices. In practice, continuous testing is the process of testing early, testing frequently and comprehensively, using automation...