Skip to content

Commit 9d5bb1e

Browse files
authored
automation: Store NMState CR on artifacts (#1388)
Signed-off-by: Enrique Llorente <[email protected]>
1 parent 3fba068 commit 9d5bb1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automation/check-patch.e2e-k8s.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# automation/check-patch.e2e-k8s.sh
99

1010
teardown() {
11+
./cluster/kubectl.sh get nmstate -A -o yaml > $ARTIFACTS/nmstate.yaml || true
1112
./cluster/kubectl.sh get pod -n nmstate -o wide > $ARTIFACTS/kubernetes-nmstate.pod.list.txt || true
1213
for pod in $(./cluster/kubectl.sh get pod -n nmstate -o name); do
1314
pod_name=$(echo $pod|sed "s#pod/##")

0 commit comments

Comments
 (0)