Gojek Feb 23, 2023

Building a Multi-Pipeline CI Setup for Running Automated Tests in GitLab

Article Summary

Gojek's engineering team cracked a common CI/CD headache: how do you run automated tests from a separate repo without creating pipeline chaos?

When your QA tests live outside your application repository, running them on every code change gets messy fast. Akshay Maldhure from Gojek shares how they built a multi-pipeline setup in GitLab that combines development and testing workflows into one seamless process.

Key Takeaways

Critical Insight

By linking upstream app pipelines with downstream test pipelines, teams get better resource utilization and can block MRs on test failures.

The article includes actual GitLab config snippets showing exactly how to wire the upstream and downstream pipelines together using CI templates.

Recent from Gojek

Related Articles