Skip to content

Commit

Permalink
ci: Add events test to e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed May 7, 2024
1 parent 3322b52 commit 66e0c08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,19 @@ jobs:
- name: flux tree
run: |
./bin/flux tree kustomization flux-system | grep Service/podinfo
- name: flux events
run: |
./bin/flux -n flux-system events --for Kustomization/apps | grep 'HelmRelease/podinfo'
./bin/flux -n podinfo events --for HelmRelease/podinfo | grep 'podinfo.v1'
- name: flux stats
run: |
./bin/flux stats -A
- name: flux check
run: |
./bin/flux check
- name: flux version
run: |
./bin/flux version
- name: flux uninstall
run: |
./bin/flux uninstall --silent
Expand Down

0 comments on commit 66e0c08

Please sign in to comment.