[CI] Decouple TPU CI tests to run in parallel with E2E Airflow tests#4401
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
b2fdbb2 to
3be6a9f
Compare
3be6a9f to
052fda6
Compare
SurbhiJainUSC
approved these changes
Jul 9, 2026
xibinliu
approved these changes
Jul 10, 2026
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 decouples the TPU unit/integration CI tests from the nightly image build workflow, allowing them to run in parallel with the TPU E2E Airflow tests once the TPU Docker images are pushed.
Specifically:
run_testsparameter (defaulttrue) tobuild_and_push_docker_image.ymlto control whether unit/integration tests are run inside the build workflow.nightly_images_pipeline.ymlto disable nested CI tests during TPU builds (run_tests: false).run_tpu_ci_testsmatrix job innightly_images_pipeline.ymlthat runs the TPU unit/integration tests concurrently withrun_e2e_tests(Airflow E2E tests).run_tests: true) as GPU does not trigger E2E tests.notify_failuredependencies to monitor all top-level parallel steps.Tests
Checklist
gemini-reviewlabel.