Skip to content

Custom runner #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2021
Merged

Custom runner #78

merged 2 commits into from
May 31, 2021

Conversation

M1cha
Copy link
Contributor

@M1cha M1cha commented May 29, 2021

Description

Add support for using runner forks.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I used the following additional configs:

- runner_download_repository: "M1cha/gha-custom-runner"
- runner_extra_config_args: "--workerbinary /usr/bin/gha_vm_worker"

and it successfully installed the binary from my fork:
https://github.com/M1cha/gha-custom-runner
and passed additional parameters to config.sh.

M1cha added 2 commits May 29, 2021 15:16
This allows using and updating forks of the official runner.
this is useful when using a runner fork which supports additional configs
@MonolithProjects
Copy link
Owner

Hey @M1cha, it looks good. Will merge it to the master branch. Thanks...

@MonolithProjects MonolithProjects merged commit d1b318a into MonolithProjects:develop May 31, 2021
@MonolithProjects
Copy link
Owner

Feature can be found in release 1.8.3

@M1cha M1cha deleted the custom-runner branch May 31, 2021 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants