lae / ansible-role-travis-lxc

Ansible role that prepares a Travis CI environment and creates LXC containers for testing roles.
MIT License
4 stars 2 forks source link

Add or switch to Xenial? #40

Closed lae closed 4 years ago

lae commented 5 years ago

Seems like Xenial is available on Travis: https://docs.travis-ci.com/user/reference/xenial/

Should I switch this role to support just Xenial and drop Trusty support?

iirc with Xenial we should be able to use LXD easily, maybe, and get rid of many of the patches (like for apt), but I'm not sure if Xenial is actually ready for use (can't find any announcements on the Travis blog).

jabl commented 5 years ago

Here's the announcement on the blog: https://blog.travis-ci.com/2018-11-08-xenial-release

lae commented 5 years ago

Funny enough, I started experimenting briefly with getting Xenial up 2 days ago while updating my NFS role (having not used LXD much myself yet I'm not too familiar with it, but I did start using it on my Arch desktop earlier this month), but dropped it since I have to focus on prepping for an interview this week. I'll get around to this eventually, but I'd definitely appreciate any help/pointers.

lae commented 4 years ago

Closing via #44