Skip to content

Commit

Permalink
Merge pull request #16 from stackhpc/set-sensible-runs-on
Browse files Browse the repository at this point in the history
fix: use sensible default for `runs-on`
  • Loading branch information
jackhodgkiss committed Jan 15, 2024
2 parents 45e5aed + bc706ae commit d2a64f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion roles/github/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github_environment_selector:

github_kayobe_environments: []

github_runs_on: [self-hosted]
github_runs_on: [kayobe, openstack]

github_registry: {}

Expand Down

0 comments on commit d2a64f3

Please sign in to comment.