mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 06:29:45 +00:00
Add a change for killall to not unmount server and agent directory
Signed-off-by: Vitor Savian <vitor.savian@suse.com> Add recursive search and deletion of unmounted/mounted dirs in killall Signed-off-by: Vitor Savian <vitor.savian@suse.com> Only clean the server and agent directory if it is uninstall Signed-off-by: Vitor Savian <vitor.savian@suse.com> Add uninstall test to check mount points Signed-off-by: Vitor Savian <vitor.savian@suse.com> Add uninstall test in CI Signed-off-by: Vitor Savian <vitor.savian@suse.com>
This commit is contained in:
10
.github/workflows/install.yaml
vendored
10
.github/workflows/install.yaml
vendored
@@ -89,6 +89,14 @@ jobs:
|
||||
run: vagrant provision --provision-with=k3s-status
|
||||
- name: "k3s-procps"
|
||||
run: vagrant provision --provision-with=k3s-procps
|
||||
- name: "k3s-mount-directory"
|
||||
run: vagrant provision --provision-with=k3s-mount-directory
|
||||
- name: "k3s-uninstall"
|
||||
run: vagrant provision --provision-with=k3s-uninstall
|
||||
- name: "k3s-check-mount"
|
||||
run: vagrant provision --provision-with=k3s-check-mount
|
||||
- name: "k3s-unmount-dir"
|
||||
run: vagrant provision --provision-with=k3s-unmount-dir
|
||||
- name: Cleanup VM
|
||||
run: vagrant destroy -f
|
||||
- name: On Failure, launch debug session
|
||||
@@ -96,4 +104,4 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
## If no one connects after 5 minutes, shut down server.
|
||||
wait-timeout-minutes: 5
|
||||
wait-timeout-minutes: 5
|
||||
|
||||
Reference in New Issue
Block a user