confidential-containers / operator

Operator to deploy confidential containers runtime
Apache License 2.0
113 stars 60 forks source link

ci: Start using the free GH runners for e2e testing #421

Closed ldoktor closed 3 months ago

ldoktor commented 3 months ago

the free-runners come with pre-installed containerd which sometimes collides with the one we install. We also need to move docker images to /mnt due to limitted root (/) partition.

Note I tried testing this on my fork https://github.com/ldoktor/coco-operator/pull/4 but for some reason I can only use ubuntu-latest while ubuntu-2204 (which is the same as ubuntu-latest) fails, which is why I left the az-* runners on for now, we can remove them once the GH runners stabilize.

wainersm commented 3 months ago

Hi @ldoktor !

Good idea keeping the old jobs. We will be able to test the new ones only after the merge...