Their legacy CI system was a costly, daily puzzle. So they rewrote it with GitLab CI, cutting maintenance down to just eight hours a month.
#1about 3 minutes
Overcoming the challenges of a legacy Jenkins pipeline
The initial Jenkins setup suffered from an undocumented and unversioned Groovy codebase, leading to high maintenance toil for the operations team.
#2about 4 minutes
Establishing new requirements for a modern CI system
The decision to migrate was driven by high support costs, while retaining successful concepts like monorepos and setting new goals for simplicity and clarity.
#3about 3 minutes
How GitLab CI pipelines use stages, jobs, and DAGs
GitLab CI pipelines are structured with sequential stages and parallel jobs, which can be optimized into a Directed Acyclic Graph (DAG) using the `needs` keyword.
#4about 4 minutes
Applying principles for scalable and maintainable pipelines
Key principles for success include recycling configurations with `include`, documenting complex jobs, assigning clear ownership, and tracking known issues as pitfalls.
#5about 4 minutes
Customizing pipeline runtimes and implementing robust testing
Pipeline execution is customized using variable Docker images, while testing is handled with Docker Compose and dynamic environments are managed for quality assurance.
#6about 3 minutes
Solving performance bottlenecks from data sharing and dependencies
Sharing large artifacts like `node_modules` is slow, so performance is improved by implementing local package caches and runner-level volume mounts.
#7about 3 minutes
Key lessons learned from the CI migration process
Important takeaways include educating developers on best practices, automating dependency updates with Renovate, and carefully managing changes in a shared monorepo.
#8about 4 minutes
A feature wishlist for improving GitLab CI workflows
Future improvements to GitLab CI could include native HashiCorp Vault integration, map support for variables, simpler rule evaluation, and faster artifact sharing.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
06:12 MIN
Building a comprehensive CI/CD pipeline with GitLab
Enabling automated 1-click customer deployments with built-in quality and security
03:58 MIN
Audience Q&A on DevOps, tools, and process
GitOps for the people
03:33 MIN
Introduction to GitOps and the talk agenda
Get ready for operations by pull requests
04:31 MIN
Demo of building a DevSecOps pipeline with Bitrise
DevSecOps: Injecting Security into Mobile CI/CD Pipelines
WeAreDevelopers LIVE days are changing - get ready to take partStarting with this week's Web Dev Day edition of WeAreDevelopers LIVE Days, we changed the the way we run these online conferences. The main differences are:Shorter talks (half an hour tops)More interaction in Q&AA tips and tricks "Did you know" sect...
How Microsoft worked around a Git limitation to shrink a repository by 94%Imagine that you are responsible for a Git repository with 1000 users, and 20 million lines of code. You struggle to keep up with constant pull requests but the biggest problem is that the Git file size of the repository is mushrooming to over 170GB ...
Dev Digest 108 - Git off my cloud!Welcome to another edition of the WeAreDevelopers Dev Digest. This time we have an interview with Sead Ahmetovic, CEO of of WeAreDevelopers and Scott Chacon, co-Founder of GitHub. They talk about careers, early coding days, developer communities, eva...
From learning to earning
Jobs that call for the skills explored in this talk.