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

ci(e2e): reconfigure collectors for flaky e2e-test #95

Merged
merged 3 commits into from
Jan 19, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/e2e/scenario/vulnerability-overflow/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ status:
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
collectors:
- type: command
command: df -h
- type: events
namespace: image-scanner-jobs
- type: pod
Expand All @@ -24,5 +22,7 @@ collectors:
- type: pod
namespace: image-scanner
selector: control-plane=image-scanner
- type: command
command: kubectl describe node
- type: pod
namespace: image-scanner-jobs
selector: workload.statnett.no/name=vuln-app
tail: -1
erikgb marked this conversation as resolved.
Show resolved Hide resolved