Skip to content

Commit

Permalink
WIP: save support.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Nov 6, 2024
1 parent 580bee6 commit dde238d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ spec:
environment:
IMAGE_REGISTRY: registry.dev.siderolabs.io
SHORT_INTEGRATION_TEST: yes
- name: save-support
conditions:
- always
artifactStep:
type: upload
artifactName: talos-support
disableExecutableListGeneration: true
artifactPath: ~/.talos/support.zip
- name: save-talos-logs
conditions:
- always
Expand Down
1 change: 1 addition & 0 deletions hack/test/e2e-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,6 @@ case "${TEST_MODE:-default}" in
;;
esac

"${TALOSCTL}" --nodes 172.20.1.2,172.20.1.3 support -O ~/.talos/support.zip

destroy_cluster

0 comments on commit dde238d

Please sign in to comment.