kumahq / kuma

🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
https://kuma.io/install
Apache License 2.0
3.61k stars 332 forks source link

use self-hosted runners for core branches #10235

Closed lahabana closed 6 days ago

lahabana commented 4 months ago

Description

We have 2 problems with CI still:

To alleviate this using self-hosted runners sponsored by Kong would be ideal (it's a setup we use for our enterprise builds). This ticket tracks:

jijiechen commented 1 month ago

As of 15 Aug, self hosted runners are enabled for running E2E tasks on:

ARCH Branch Enabled
AMD64 master Y
AMD64 release-* >= 2.6 N (planned)
ARM64 master Y
ARM64 release-* >= 2.6 Y

CircleCI code is cleaned up on master and release-* >= 2.6.

lahabana commented 6 days ago

I think we should not bother with AMD64 for release-* >= 2.6 . Let's just focus on having self-hosted runners reliably pass on master.