Closed vLia closed 2 years ago
Blocked by https://github.com/kubeshop/testkube/issues/1421 - we can likely build on this one as it will be a more generic GitHub Action
Repo: https://github.com/kubeshop/testkube-gke-action Published action: https://github.com/marketplace/actions/testkube-gke-cli Here it is in use: https://github.com/vLia/testkube-tests/blob/main/.github/workflows/testkube-gke-test.yaml Here it is running: https://github.com/vLia/testkube-tests/runs/7790883231?check_suite_focus=true
Is your feature request related to a problem? Please describe. After the presentation on the kubepug executor, @olensmar brought up that there should be a GitHub action to run Testkube commands directly on GKE. The GitHub workflow that prompted this idea is https://github.com/vLia/testkube-tests/blob/main/.github/workflows/kubepug-test.yaml
Describe the solution you'd like There should be a GitHub action to run a Testkube command on a GKE cluster, example:
The action would perform all necessary installs/connections in one go - instead of requiring separate actions for each corresponding steps