canonical / operator-workflows

Apache License 2.0
6 stars 9 forks source link

Add support for custom ubuntu series when selecting runners #345

Closed Thanhphan1147 closed 2 months ago

Thanhphan1147 commented 3 months ago

Since we are planning to support custom image for self-hosted runners, we should remove the hard-coded jammy label. This PR proposes to replace it with a new input argument self-hosted-runner-image

Checklist

Thanhphan1147 commented 2 months ago

I think we can roll-out this change first on only the test workflow, and port it to other workflows once it has stabilized.