Autobump tokamax pin - #3535
Open
vanbasten23 wants to merge 5 commits into
Open
Conversation
Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
…, similar to the existing update_lkg_version.sh Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
…l, mirroring the existing integration_promote.yml. Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
…x.sh, mirroring the tpu-vllm-integration branch of bootstrap.sh:271-287 Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
vanbasten23
force-pushed
the
xiowei/add_autobump_tokamax_pin
branch
from
September 4, 2026 23:24
863d90d to
7278500
Compare
DescriptionStart with a short description of what the PR does and how this is a change from The rest of the description includes relevant details and context, examples:
If the change fixes a Github issue, please include a link, e.g.,: TestsPlease describe how you tested this change, and include any instructions and/or ChecklistBefore submitting this PR, please make sure:
|
vanbasten23
marked this pull request as ready for review
September 5, 2026 15:53
vanbasten23
requested review from
CienetStingLin,
QiliangCui,
theminghuang,
yiw-wang and
yunyao-gg
as code owners
September 5, 2026 15:53
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.
Description
Execution workflow:
bootstrap_tokamax.shIt sets
TOKAMAX_VERSION,TOKAMAX_PREVIOUS_VERSION,VLLM_COMMIT_HASHas meta-data, uploads four yml documents, and exits. No build, no tests yet.This is
setup_docker_env.sh's build path:TOKAMAX_VERSIONfrom meta-data-tkmxto CACHE_TAGrun_in_docker.sh → setup_environment again, this time the pull path (
USE_PREBUILT_IMAGE=1, run_in_docker.sh): recomputes the same CACHE_TAG from the same meta-data, pulls, and verify_image_tokamax confirms the right image arrived.*_tpu_test_notification per group: check test result.
- wait:~in integration_tokamax_promote.yml — passes only if everything above passed.promote_tokamax: pushes the bump to main.
Comparison tokamax pin with vLLM pin update:
Tests
CI
Checklist
Before submitting this PR, please make sure: