Skip to content

Commit edb7128

Browse files
authored
tests: prevent process cleanup failures from failing CI (#1570)
1 parent b692bbe commit edb7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.toys/kokoro-ci.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def report_results
5858
def run_cleanup
5959
exec ["gimmeproj", "-project", "cloud-samples-ruby-test-kokoro", "done", @project] unless @project.empty?
6060
@kill_on_cleanup.each do |process|
61-
process.kill "SIGKILL"
61+
process.kill "SIGKILL" rescue nil
6262
end
6363
end
6464

0 commit comments

Comments
 (0)