Skip to content

Commit

Permalink
[Windows] Remove old base snapshot when reset base snapshot (#560)
Browse files Browse the repository at this point in the history
Signed-off-by: Diane Wang <[email protected]>
  • Loading branch information
Tomorrow9 authored Mar 26, 2024
1 parent 1c5480c commit 86ebc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/guest_os_inplace_upgrade/guest_os_inplace_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
include_tasks: check_after_gos_upgrade.yml
- name: "Reset base snapshot"
include_tasks: ../../common/reset_base_snapshot.yml
vars:
remove_old_base_snapshot: true
rescue:
- name: "Execute tasks when test failed"
include_tasks: ../../common/test_rescue.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@

- name: "Reset base snapshot"
include_tasks: ../../common/reset_base_snapshot.yml
vars:
remove_old_base_snapshot: true
rescue:
- name: "Test case failure"
include_tasks: ../../common/test_rescue.yml
Expand Down

0 comments on commit 86ebc00

Please sign in to comment.