Skip to content

Commit cdc9a76

Browse files
authored
Resync with internal repository
1 parent 09e8bfe commit cdc9a76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

torchx/schedulers/test/gcp_batch_scheduler_test.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,11 @@ def _mock_scheduler(self) -> GCPBatchScheduler:
273273
cpu_milli=8000,
274274
memory_mib=1024,
275275
),
276-
environment=batch_v1.Environment(variables={
277-
"TORCHX_ROLE_NAME": "testRole",
278-
}),
276+
environment=batch_v1.Environment(
277+
variables={
278+
"TORCHX_ROLE_NAME": "testRole",
279+
}
280+
),
279281
max_retry_count=2,
280282
),
281283
task_count=2,

0 commit comments

Comments
 (0)