Experience the 10x performance benefit of Bazel
Optimize your Bazel configuration with fast warming, auto-scaling CI workers, a horizontally scaling remote cache and auto-scaling remote build executors so you can spend less time waiting on CI and more time shipping code to production.
Aspect Workflows is available as a fully-managed offering that runs on your AWS or GCP cloud account. We operate the services, tune infrastructure configurations, and ensure CI stays fast and your cloud costs are minimized.
Monitor your build metrics over time & get alerted immediately when there is a build or test breakage on main or a performance regression to your build lands.
Minimize cloud costs with auto-scaling CI workers that leverage Bazel’s built-in incrementally.
Most CI platforms are based on the premise that the build system is incorrect: incremental rebuilds can produce stale results, so they are all designed around clean, cold workers that re-do all the build and test work.
Bazel should be hosted the opposite way: re-build and re-test work can be minimized by leveraging Bazel’s built-in incrementality, and correctness is guaranteed.
Configure Bazel with CI specific flags
Operate a horizontally scalable remote cache service
Detect anomalies to know when code changes regress performance
Reduce datacenter costs by scaling down unneeded replicas off-peak
Aspect engineers deploy the infrastructure, either in our Cloud account or yours
Aspect engineers are on-call for the service under our SLA
Avoid slow builds during scale-up periods when a developer’s request is dispatched to a fresh worker that has no local cache.
Ensure that Bazel repository cache is persisted across machines
Prevent analysis cache discards
Populate local cache from remote cache before accepting user requests
Execute Bazel repository rules before accepting user requests
Determine which deterministic build outputs differ from previous green builds
Re-build changed artifacts with version stamping enabled
Publish these artifacts to external storage such as container registry or cloud storage buckets
Ensure that PR/diff requests don’t have permission to push artifacts
Ensure that formatters were run and fail quickly, with a developer experience that guarantees quick repair
Aspect Development, our professional services division, is here to help make your Bazel migration a success. Come find us at aspect.dev
Aspect CLI makes it easy for developers to diagnose their broken build by asking for help directly within their terminal session.