Add fire-and-forget refresh_mongodb_cache, skip MD5 check on cached mongodb binaries#2544
Merged
hiroshinishio merged 1 commit intomainfrom Apr 17, 2026
Merged
Add fire-and-forget refresh_mongodb_cache, skip MD5 check on cached mongodb binaries#2544hiroshinishio merged 1 commit intomainfrom
hiroshinishio merged 1 commit intomainfrom
Conversation
…stale binaries - Remove owner_id/pkg_manager/node_version threading from download_and_extract_s3_deps and clone_repo_and_install_dependencies; detect internally via clone_dir - Create refresh_mongodb_cache as fire-and-forget CodeBuild trigger called from check_suite, new_pr, and review_run handlers after clone - Set MONGOMS_MD5_CHECK=false so stale cached mongodb binaries don't fail Jest runs; staleness handled by S3 cache refresh for next run - Improve check_test_files.sh: distinguish "update test" (no changes) vs "stage test" (has unstaged changes) messages - Deny git stash in Claude settings to prevent staging corruption
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.
Summary
owner_id/pkg_manager/node_versionparameter threading fromdownload_and_extract_s3_depsandclone_repo_and_install_dependencies; detect internally fromclone_dirrefresh_mongodb_cacheas standalone fire-and-forget CodeBuild trigger, called from check_suite, new_pr, and review_run handlers after cloneMONGOMS_MD5_CHECK=falseso stale cached mongodb binaries don't fail Jest runs; staleness handled by S3 cache refresh for next runcheck_test_files.shpre-commit hook: distinguish "update test" (no changes) vs "stage test" (has unstaged changes) messagesgit stashin Claude settings to prevent staging corruption