redhat-actions / openshift-actions-runner-installer

GitHub Action to detect and create a self-hosted runner in Kubernetes.
MIT License
25 stars 14 forks source link

Create Example to demo our OpenShift runner installer to automate running workflows on OpenShift. #6

Closed jduimovich closed 2 years ago

jduimovich commented 3 years ago

Create workflow example to check if an OpenShift runner is installed into your cluster and if not install it. Repeated runs will validate it's still running and if not, restart it. After installation of a runner, and validation it's active, a repository_dispatch is used to signal other workflows

jduimovich commented 3 years ago

Move PoC from https://github.com/jduimovich/openshift-runner-sandbox to redhat-actions

tetchel commented 3 years ago

Do the examples in https://github.com/redhat-actions/openshift-actions-runner-installer/tree/main/.github/workflows cover this? the repo_example uses a repository_dispatch