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

Improve GH actions build speed #5881

Merged
merged 3 commits into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    62f164c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Bump checkout action

    albin-mullvad committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e948f1d View commit details
    Browse the repository at this point in the history
  2. Run more GH jobs in parallell to improve speed

    This is achieved by no longer re-using build
    results between steps and instead running
    some of the common gradle tasks in a redundant
    parallall way. Also makes use of a third-party
    action called wait-for-jobs to pause at a step
    in the middle of a job and awaiting artifacts
    from other jobs.
    albin-mullvad committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3fc3630 View commit details
    Browse the repository at this point in the history