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

[Chainsaw Tests] Add Chainsaw test for Bare Pods #1057

Merged
merged 9 commits into from
Jul 14, 2024
Prev Previous commit
Next Next commit
Reduced scheduled time from five minutes to one
Signed-off-by: Jay179-sudo <jayprasad2002@gmail.com>
Jay179-sudo committed Jul 2, 2024
commit 7cb9097cd385338517c5917e627e325febe58fb5
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ spec:
- name: wait for scheduled deletion
try:
- sleep:
duration: 5m30s
duration: 1m30s
- name: check for bare pod
try:
- error:
2 changes: 1 addition & 1 deletion cleanup/cleanup-bare-pods/cleanup-bare-pods.yaml
Original file line number Diff line number Diff line change
@@ -28,4 +28,4 @@ spec:
- key: "{{ target.metadata.ownerReferences[] || `[]` }}"
operator: Equals
value: []
schedule: "*/5 * * * *"
schedule: "*/1 * * * *"
Jay179-sudo marked this conversation as resolved.
Show resolved Hide resolved