STAREAST 2023 - DevOps Testing | TechWell

Conference archive

STAREAST 2023 - DevOps Testing

Wednesday, May 3

Marc-Jimenez
Dell Technologies
Dell Technologies
W11

High Octane DevOps: Supercharged CI/CD Pipelines

Preview
Wednesday, May 3, 2023 - 1:30pm to 2:30pm

To reinvent the wheel is to attempt to duplicate, most likely with inferior results and technical debts. Within a large-scale organization the true cost of CI/CD is the toil involved when effort is repeated to create the same or similar pipeline functionality. What we discovered during a CI/CD journey is that the key to creating powerful and efficient CI/CD or automation testing pipelines is in not writing pipeline logic at all. The formula that was unlocked is in focusing on the atomic level of the reusable code within pipeline stages. By harnessing the power of creating small...

Derek Ashmore
Asperitas Consulting
W17

Tactics for Testing DevOps Infrastructure Code

Wednesday, May 3, 2023 - 2:45pm to Thursday, May 4, 2023 - 3:45pm

With the cloud, infrastructure such as networking, security, virtual machines, and much more is entirely software code. Instead of manually creating cloud environments for applications and making changes, administrators write code to do that work. When changes are needed, that code is enhanced and re-run. Just like application code, infrastructure code needs to be tested. After all, code that introduces defects into existing environments can put developers, testers, and even end-users out of service. That said, most organizations do not adequately test infrastructure code. Anybody in this...