CI: Run CI tests on stable deps in Docker image pipelines and explicitly name test jobs - #4848
Draft
SurbhiJainUSC wants to merge 1 commit into
Draft
CI: Run CI tests on stable deps in Docker image pipelines and explicitly name test jobs#4848SurbhiJainUSC wants to merge 1 commit into
SurbhiJainUSC wants to merge 1 commit into
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
SurbhiJainUSC
force-pushed
the
nightly_pipeline
branch
5 times, most recently
from
August 12, 2026 05:27
ea282c8 to
a67c35c
Compare
…tly name test jobs
SurbhiJainUSC
force-pushed
the
nightly_pipeline
branch
from
August 12, 2026 05:33
a67c35c to
f68fe64
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.
Description
This PR updates the nightly Docker image workflows to run CI tests on stable dependencies, relocates the Docker image promotion step, expands the CPU test suite, and improves the GitHub Actions UI by explicitly naming test jobs.
Specifically, this change:
run_testsinput and the integratedrun_ci_testsjob from the shared.github/workflows/build_and_push_docker_image.ymlworkflow. Test execution is now explicitly handled by caller workflows.run_ci_testsjob to.github/workflows/gpu_nightly_images_pipeline.ymlto run Pre-Training CI tests against themaxtext_gpu_jax_stableimage..github/workflows/tpu_nightly_images_pipeline.ymlby testing onmaxtext_jax_stable(Pre-Training) andmaxtext_post_training_nightly(Post-Training).tag_docker_imagejob out of the TPU nightly pipeline and directly into.github/workflows/run_ci_tests.yml. This ensures that images are only tagged asverified-${GITHUB_RUN_ID}andlatestif they successfully pass the test suite.cpu-integrationtests to.github/workflows/run_tests_coordinator.ymland.github/workflows/ci_pipeline.yml.name:attributes to jobs across multiple workflows (e.g.,build_package.yml,ci_pipeline.yml,check_docs_build.yml,docs_link_check.yml, etc.) to make the pipeline UI easier to read.Tests
TPU nightly Docker image pipeline: https://github.com/AI-Hypercomputer/maxtext/actions/runs/31567082881
Checklist
Before submitting this PR, please make sure (put X in square brackets):
gemini-reviewlabel.