You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Standardize node pool and jobset TTR validation flows in TPU-Observability related DAGs (GoogleCloudPlatform#1232)
The primary goal of this change is to unify the architectural design and implementation logic specifically across all TPU TTR (Time To Recovery) related DAGs.
Previously, different TTR DAGs used inconsistent methods to verify workload status—some called `wait_for_jobset_started`, some used `wait_for_jobset_ttr_to_be_found`, and some used both. This PR refactors these into a **standardized "Procedure of TTR"**, ensuring that all DAGs triggering workloads follow a consistent, unified function to verify that JobSets and have entered the proper state.
0 commit comments