mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-19 22:21:46 +00:00
ci: Add events test to e2e
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
3322b52786
commit
ff3ca3a355
1 changed files with 11 additions and 0 deletions
11
.github/workflows/e2e.yaml
vendored
11
.github/workflows/e2e.yaml
vendored
|
|
@ -36,6 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: v0.22.0
|
version: v0.22.0
|
||||||
cluster_name: kind
|
cluster_name: kind
|
||||||
|
wait: 5s
|
||||||
config: .github/kind/config.yaml # disable KIND-net
|
config: .github/kind/config.yaml # disable KIND-net
|
||||||
# The versions below should target the oldest supported Kubernetes version
|
# The versions below should target the oldest supported Kubernetes version
|
||||||
# Keep this up-to-date with https://endoflife.date/kubernetes
|
# Keep this up-to-date with https://endoflife.date/kubernetes
|
||||||
|
|
@ -227,9 +228,19 @@ jobs:
|
||||||
- name: flux tree
|
- name: flux tree
|
||||||
run: |
|
run: |
|
||||||
./bin/flux tree kustomization flux-system | grep Service/podinfo
|
./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
|
- name: flux check
|
||||||
run: |
|
run: |
|
||||||
./bin/flux check
|
./bin/flux check
|
||||||
|
- name: flux version
|
||||||
|
run: |
|
||||||
|
./bin/flux version
|
||||||
- name: flux uninstall
|
- name: flux uninstall
|
||||||
run: |
|
run: |
|
||||||
./bin/flux uninstall --silent
|
./bin/flux uninstall --silent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue