Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce flakiness in evict-agent CI #5386

Merged
merged 15 commits into from
Aug 24, 2024
Prev Previous commit
Next Next commit
do not hard-down the agent after banning
Signed-off-by: amoore877 <andrew.s.moore@uber.com>
  • Loading branch information
amoore877 committed Aug 15, 2024
commit 4219df900dc6e33f2552959587d633d5d39402d6
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

log-debug "restarting agent..."
log-debug "bringing agent down..."
docker-down spire-agent
log-debug "starting agent again..."
docker-up spire-agent

Expand Down
Loading