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

ci(refactor): split build-and-test-pkg for better reuse #953

Merged
merged 5 commits into from
May 20, 2024

Conversation

pendo324
Copy link
Member

Issue #, if available:

Description of changes:
While I was fixing the macOS pkg build error on macOS 11 (due to yq from brew not building properly), I noticed that most of the file was repeated (due to different archs being built/tested as different jobs) which caused it to be pretty unnecessarily unwieldy. This was the case for both the build and the test workflow jobs.

I initially thought I could combine them using matrices, but then we lose the ability to run the test jobs as soon as each respective build completes (with a matrix, it would have to wait until both builds complete, which isn't even guaranteed). There were other complications that made matrices hard, like the fact that we only want to build once per arch, but we want to test on several other arch/version combinations.

Instead, I was able to split the workflows into reusable/composite workflows, so that only the inputs vary, and the script is mostly the same.

Testing done:

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <alvajus@amazon.com>
@pendo324 pendo324 self-assigned this May 17, 2024
@pendo324 pendo324 requested a review from a team as a code owner May 17, 2024 00:00
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
@pendo324
Copy link
Member Author

Release action run test. It gets past the previously failing step (Install build dependencies)
https://github.com/runfinch/finch/actions/runs/9130235009/job/25107445223

Copy link

@swagatbora90 swagatbora90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pendo324 pendo324 enabled auto-merge (squash) May 17, 2024 22:49
@pendo324 pendo324 merged commit 6a26de0 into runfinch:main May 20, 2024
31 checks passed
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.

None yet

3 participants