diff --git a/galaxy.yml b/galaxy.yml index 78f94a8..d624f49 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: stackhpc name: kayobe_workflows # The version of the collection. Must be compatible with semantic versioning -version: 1.0.2 +version: 1.0.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/github/README.md b/roles/github/README.md index 5ddc3ab..83c2b06 100644 --- a/roles/github/README.md +++ b/roles/github/README.md @@ -44,7 +44,7 @@ The following variables can be used to make small adjustments to the composition `github_kayobe_environments`: list of environments the workflows should target. Only has effect when `github_environment_selector` is `input` or `single`. -`github_runs_on`: control which runner can accept this workflow. See GitHub for more information on [runs-on](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on). +`github_runs_on`: control which runner can accept this workflow. Default is `[kayobe, openstack]` See GitHub for more information on [runs-on](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on). `github_image_name`: name of the kayobe image defaults to `kayobe`. diff --git a/roles/github/defaults/main.yml b/roles/github/defaults/main.yml index 8d78c8f..18f207a 100644 --- a/roles/github/defaults/main.yml +++ b/roles/github/defaults/main.yml @@ -9,7 +9,7 @@ github_environment_selector: github_kayobe_environments: [] -github_runs_on: [self-hosted] +github_runs_on: [kayobe, openstack] github_registry: {}