]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
kill: let pids be None when call kill_process
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 11 Feb 2026 13:26:09 +0000 (14:26 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 11 Feb 2026 13:26:09 +0000 (14:26 +0100)
commit6c5d4bfa22afa8f4a5afc033c3574b9d23534e2c
tree467a3d044c4d8e9caaafac17569174ec900201d0
parenta4d46e2f544ff34f698a3a874398129fbb9a04b4
kill: let pids be None when call kill_process

If we run teuthology-kill with -j option it may not know
about job pid, let it pass None as pids argument for
kill_process so it can figure it out on its own.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/kill.py