This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better logging + test multiple ansible versions (#243)
* Run PVC tests first to maybe avoid hitting #240 * Show useful info when finishing tests * Test both stable and devel ansible
- Loading branch information
1 parent
1fa9bc4
commit bfb4913
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- import_playbook: kubevirt_pvc.yml | ||
- import_playbook: kubevirt_vm.yml | ||
- import_playbook: kubevirt_dv_vm.yaml | ||
- import_playbook: kubevirt_preset.yml | ||
- import_playbook: kubevirt_vmir.yml | ||
- import_playbook: kubevirt_pvc.yml | ||
- import_playbook: e2e.yaml |