-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: split root and non-root storage tests
Most of vdsm code run as vdsm:kvm, but vdsm tests run as root by default in the CI, causing several problems, e.g.: - Different behaviour, when run locally and the CI - Some tests are skipped as root We can separate the tests in two different jobs: - storage-tests: run test marked as "not root". It still requires the container to be privileged for setting up the storage. - storage-tests-root: run tests marked as "root". Fixes: #128 Signed-off-by: Albert Esteve <[email protected]>
- Loading branch information
1 parent
7629494
commit 6a47a06
Showing
2 changed files
with
61 additions
and
17 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