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 running Appraisals in the build matrix #2524

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

nickcharlton
Copy link
Member

@nickcharlton nickcharlton commented Feb 16, 2024

This goes further with splitting out different jobs, by listing the Appraisals in the matrix. The hope is that this will provide better feedback when parts of the build fails, as if we've got something like a flakey test, it should run against every combination.

In addition to this, it extracts a "composite" action which allows for some reuse between different jobs. It's not possible to reuse the services section, unfortunately (YAML anchors aren't supported, which would be the ideal solution).

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
actions/runner#1182

@nickcharlton nickcharlton force-pushed the nc-add-appraisals-to-build-matrix branch from 46b411f to 2ffa316 Compare June 28, 2024 15:36
@nickcharlton nickcharlton force-pushed the nc-add-appraisals-to-build-matrix branch from 2ffa316 to c487843 Compare November 15, 2024 10:27
This goes further with splitting out different jobs, by listing the
Appraisals in the matrix. The hope is that this will provide better
feedback when parts of the build fails, as if we've got something like a
flakey test, it should run against every combination.

In addition to this, it extracts a "composite" action which allows for
some reuse between different jobs. It's not possible to reuse the
services section, unfortunately (YAML anchors aren't supported, which
would be the ideal solution).

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
actions/runner#1182
@nickcharlton nickcharlton force-pushed the nc-add-appraisals-to-build-matrix branch from dafb717 to 9e04caf Compare November 15, 2024 10:54
@nickcharlton nickcharlton merged commit 8c95705 into main Nov 15, 2024
20 checks passed
@nickcharlton nickcharlton deleted the nc-add-appraisals-to-build-matrix branch November 15, 2024 12:32
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.

1 participant