Add CI with chunking against AWS proxies#11348
Merged
tyler-french merged 1 commit intomasterfrom Feb 19, 2026
Merged
Conversation
1f5f873 to
6c5e261
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds CI testing against AWS production proxy infrastructure with content-defined chunking (CDC) enabled. The workflow now tests against both development (Metal) and production (AWS) environments to validate chunking behavior across different proxy implementations.
Changes:
- Renamed the existing job from "metal" to "metal-dev" to clarify it tests against the development environment
- Updated workflow name from "Build against Proxy with Chunking (dev)" to "Build against Proxy with Chunking" to reflect multi-environment testing
- Added new "aws-prod" job that builds against AWS production proxies (proxy.aws-us-west-2.buildbuddy.io and chunking.buildbuddy.io)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6c5e261 to
5ced1f6
Compare
5ced1f6 to
183b06a
Compare
.github/workflows/test-chunking.yaml
Outdated
| run: | | ||
| bazelisk build \ | ||
| --config=untrusted-ci \ | ||
| --remote_cache=grpcs://proxy.aws-us-west-2.buildbuddy.io \ |
Contributor
There was a problem hiding this comment.
if you want to ensure this is using the "chunking" org, you can make this chunking.aws-us-west-2.buildbuddy.io too, up to you
iain-macdonald
approved these changes
Feb 18, 2026
2c6d055 to
1ce68fa
Compare
1ce68fa to
492f5ee
Compare
492f5ee to
19da1cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to the dev chunking workflow, this PR adds a CI which runs a build against the prod chunking org, to verify this works as expected.