ci: Add containerized bzlmod verification - #10
Open
phlax wants to merge 3 commits into
Open
Conversation
5 tasks
phlax
force-pushed
the
ci-verify
branch
5 times, most recently
from
August 12, 2026 13:31
3f19326 to
2777256
Compare
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
- Add ENVOY_CI_IMAGE digest-pinned constant (shared between local container and RBE exec platform so they cannot drift apart) - Add ENGFLOW_CREDENTIAL_HELPER constant (****** via GITHUB_TOKEN) - Replace write_bazelrc() with RBE/local-only mutually exclusive logic: RBE off: disk cache + --jobs=8; RBE on: remote cache/exec, jobs=200, no disk cache - Add _write_rbe_config() with full EngFlow bazelrc lines; intentionally omits --experimental_remote_downloader (comment explains why) - Add --rbe flag to parse_args() (also honoured via RBE=1 env var) - Replace verify.sh: use pinned Envoy CI image, bind-mount verify_module.py, pass GITHUB_TOKEN for RBE, pass --rbe to container - Remove verify/Dockerfile (superseded by Envoy CI worker image) - Add WriteBazelrcTest covering RBE on/off, no disk cache under RBE, exec platform image pinning, credential helper script, and the deliberate absence of --experimental_remote_downloader Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
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.
No description provided.