Skip to content

Commit a2cc671

Browse files
committed
minor updates for class suitability
1 parent 24efe69 commit a2cc671

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

batchtools/br.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def log_job_output(
290290
oc_delete("job", job_name)
291291
total_wall = time.monotonic() - start_poll
292292
# timeout: no run duration (didn't finish), queue_wait may or may not be set
293-
print_timing(queue_wait, None, total_wall)
293+
# print_timing(queue_wait, None, total_wall)
294294
return ("timeout", None, queue_wait, total_wall)
295295

296296
time.sleep(2)

batchtools/build_yaml.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
--omit-dir-times --no-relative --numeric-ids \
2323
--exclude-from={job_name}/gotlist \
2424
{job_name} {devpod_name}:{jobs_dir}
25+
26+
oc rsh {devpod_name} rm -f \
27+
{jobs_dir}/{job_name}/getlist
28+
2529
"""
2630

2731

0 commit comments

Comments
 (0)