Skip to content
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

Start multiple runners for processing a couple of jobs in parallel #8

Open
machulav opened this issue Dec 30, 2020 · 2 comments · May be fixed by #82
Open

Start multiple runners for processing a couple of jobs in parallel #8

machulav opened this issue Dec 30, 2020 · 2 comments · May be fixed by #82
Assignees
Labels
enhancement New feature or request

Comments

@machulav
Copy link
Owner

No description provided.

@messense
Copy link

This is actually quite easy to implement, I've done it in my fork of this project for huaweicloud, see messense/huaweicloud-github-runner@2354ded

@hajapy hajapy linked a pull request Nov 25, 2021 that will close this issue
@gils-upstream
Copy link

gils-upstream commented Apr 24, 2022

Is there going to be support for matrix jobs in the future? Is there a way to workaround it for now?
For example, if my build is running for java versions:
strategy:
java: [16, 17, 18]

I want to be able to start 3 ec2 slaves and each one of them will have a unique label which will consist of the java version:
${{ needs.start-runner.outputs.label }}_16 ${{ needs.start-runner.outputs.label }}_17 ${{ needs.start-runner.outputs.label }}_18

So I'll be able to run my builds in parallel for each java version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants