-
Notifications
You must be signed in to change notification settings - Fork 228
Conversation
f3f6a18
to
2362473
Compare
This is getting close. Ignite VM creation is currently failing to parse a tag? :
https://travis-ci.com/github/weaveworks/ignite/builds/156462498 I can't reproduce this locally. Need to check if containerd is running and accessible in CI at the normal socket. |
2806cb3
to
a471adb
Compare
The tag parse failure was because IMAGE_TAG and the binary's ldflags didn't match up. |
kvm-ok
works on ubuntu 18.04 (bionic) in Travis CI.We can use this to add valuable E2E signal in addition to CircleCI.
The only feature I don't see Travis supporting is provider hosted artifacts.
Travis supports artifacts but requires you to bring your own S3 bucket.
CircleCI is currently hosting artifacts for our existing pipelines.
Related #392