forked from freeipa/ansible-freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upstream ci: Remove dependency on molecule
We only use molecule to build images and start testing containers, which adds unneeded complexity by increasing the software stack in a way that does not bring any advantage. There's also risk that changes on molecule break the tests, which has happened a few times. This change removes the dependency on molecule by using docker/podman directly to build and run the test containers.
- Loading branch information
Showing
3 changed files
with
16 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ trigger: | |
- master | ||
|
||
pool: | ||
vmImage: 'ubuntu-20.04' | ||
vmImage: 'ubuntu-22.04' | ||
|
||
stages: | ||
|
||
|
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