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

Declare all jobs in matrix.include #10327

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Mar 21, 2024

First of all, since we already have too many jobs, we don't want to use "matrix" jobs; we want to write down all test combinations to minimize the number of them instead of exhaustively testing every parameter combination.

Also, it seems like we don't need to use this weird syntax. I thought it was needed for formatting the job names and/or defining default values, but the job names look actually fine with this, and we could define default values when the variable is actually used (and it seems like our syntax actually didn't work as a default value correctly anyway).

@k0kubun k0kubun marked this pull request as ready for review March 21, 2024 23:42
@k0kubun k0kubun merged commit 49eddad into ruby:master Mar 21, 2024
92 of 93 checks passed
@k0kubun k0kubun deleted the matrix-include branch March 21, 2024 23:45
artur-intech pushed a commit to artur-intech/ruby that referenced this pull request Apr 26, 2024
Declare all jobs using matrix.include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant