Skip to content

Commit 174594e

Browse files
committed
format
1 parent e4ddef0 commit 174594e

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

dags/tpu_observability/jobset_ttr_pod_oom.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,13 @@ def pick_random_pod(active_pods: List[str]) -> str:
219219
)
220220

221221
chain(
222-
create_node_pool,
223-
start_workload,
224-
ensure_all_pods_running,
225-
found_pods,
226-
select_random_pod,
227-
trigger_oom_killed,
228-
wait_for_metric_upload,
229-
cleanup_workload,
230-
cleanup_node_pool,
222+
create_node_pool,
223+
start_workload,
224+
ensure_all_pods_running,
225+
found_pods,
226+
select_random_pod,
227+
trigger_oom_killed,
228+
wait_for_metric_upload,
229+
cleanup_workload,
230+
cleanup_node_pool,
231231
)
232-

0 commit comments

Comments
 (0)