mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-24507 Kill process list should be integrated with Jepsen tasks
This commit is contained in:
parent
faa72f6b4c
commit
b186683da3
@ -528,7 +528,7 @@ functions:
|
||||
params:
|
||||
silent: true
|
||||
script: |
|
||||
process_kill_list="(mongo|bsondump|python|lldb|_test$|^cl\.exe$|_test\.exe$)"
|
||||
process_kill_list="(^cl\.exe$|bsondump|java|lein|lldb|mongo|python|_test$|_test\.exe$)"
|
||||
# Exclude Evergreen agent processes
|
||||
process_exclude_list="(main)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user