libbpf / ci

BPF CI
Other
10 stars 23 forks source link

ansible: streamline deployment #78

Closed chantra closed 1 year ago

chantra commented 1 year ago

This change streamlines the deployment of AWS host and s390x.

Currently, the only thing that differs is that for s390x we need to build the container. And for AWS, we discover the runner name from the AWS endpoint.

Once https://github.com/kernel-patches/runner/pull/8 is landed, we will be able to remove the container creation outside the host and into the common runner repo.