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: build artifacts in parallel and add arm64 to release #518

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Feb 1, 2023

This PR:

  • drops the usage of unsupported actions/create-release in favor of softprops/action-gh-release
  • makes the release building process run in parallel for specified platforms
  • add arm64 binaries for linux and darwin 🎉
  • runs tests in release-testing pipeline in parallel

Which issues does this PR fix

Fixes #458

Special notes for reviewers

Exemplar release CI pipeline: https://github.com/Kong/kubernetes-testing-framework/actions/runs/4062926901

@pmalek pmalek self-assigned this Feb 1, 2023
@pmalek pmalek marked this pull request as ready for review February 1, 2023 09:54
@pmalek pmalek requested a review from a team as a code owner February 1, 2023 09:54
@codecov-commenter
Copy link

Codecov Report

Base: 6.87% // Head: 6.87% // No change to project coverage 👍

Coverage data is based on head (100a1e3) compared to base (1910a76).
Patch has no changes to coverable lines.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #518   +/-   ##
=====================================
  Coverage   6.87%   6.87%           
=====================================
  Files         11      11           
  Lines       1716    1716           
=====================================
  Hits         118     118           
  Misses      1592    1592           
  Partials       6       6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pmalek pmalek force-pushed the release-build-artifacts-in-parallel branch from 100a1e3 to 8b8e449 Compare February 1, 2023 11:30
@pmalek pmalek enabled auto-merge (squash) February 1, 2023 11:37
@pmalek pmalek merged commit 2bbe466 into main Feb 1, 2023
@pmalek pmalek deleted the release-build-artifacts-in-parallel branch February 1, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release uses an unsupported action
3 participants