- Own and maintain all CI/CD pipelines across Jenkins and GitHub Actions, covering C++ compilation (Linux and Windows), Unreal Engine builds, container image builds, automated testing, and release packaging.
- Make builds explainable end to end. For any artifact, you can answer what inputs produced it, which toolchain was used, what dependencies were pulled, and why. Make the dependency graph and build provenance visible so that anyone on the team can trace a failure to a specific link in the chain.
- Own dependency hygiene: define what can float versus what must be pinned, and enforce it through CI policy and tooling. Drive build determinism as a first-class property of every pipeline.
- Drive build performance by profiling compilation hotspots using clang tooling (clang-tidy, clang-scan-deps, -ftime-trace, -ftime-report), identifying the slowest modules and translation units, and systematically eliminating bottlenecks. Apply the same investigative rigor to content cooking, shader compilation, and asset packaging times.
- Maintain the CMake-based build system that targets Ninja, Visual Studio, and other generators, ensuring consistency across all platforms and build configurations.
- Manage build agent infrastructure including cloud-based build machines (AMIs, instance selection), Docker build environments, and self-hosted CI runners.
- Administer source control across Perforce (C++, Unreal Engine project, content assets) and GitHub (SDK, infrastructure-as-code, tooling), including branching strategies, access controls, and cross-system integration.
- Own the release engineering process: creating and managing release branches, building and validating release candidates, managing versioned build artifacts across S3 and container registries, and coordinating release packaging and promotion.
- Maintain and expand automated test orchestration across the full test pyramid: unit tests, integration tests, end-to-end tests, performance benchmarks, and Unreal functional tests.
- Monitor build and pipeline health, triage failures, and drive CI back to green. Implement alerting and dashboarding for build reliability metrics.
- Default to automation over manual process. If something is done by hand more than once, build tooling to eliminate it.
- Collaborate with SRE on Kubernetes and workflow orchestration infrastructure, and support Unreal Engine version upgrades and their downstream build pipeline impacts.