adobe / aquarium-bait

Aquarium part to build stable and sturdy nested images
Other
3 stars 2 forks source link

Create CI to check the changes #31

Open sparshev opened 2 years ago

sparshev commented 2 years ago

In general the CI should check style and changes that were made to the playbooks by building the images. Not sure how that's possible for now, but we need to start small to not pass some weird changes as I like to do with mine.

sparshev commented 1 year ago

Found a way to verify the majority of the mechanisms (building, isolation, proxy) for docker images - just by creating the special validate playbook and run it (by replacing the original playbook_file) on the existing docker specs. This will make sure the scripts are working fine and we actually can build something without worrying much about the artifacts.

sparshev commented 1 year ago

Ok, now we have quite good runners to test the scripts & isolation on all the supported hosts (Lin & Mac). But ansible playbooks are yet to be tested and some way to test vmx probably native images, just need to figure out how)