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

More parallel gha #6975

Merged
merged 13 commits into from Dec 17, 2021
Merged

More parallel gha #6975

merged 13 commits into from Dec 17, 2021

Commits on Dec 17, 2021

  1. Copy the full SHA
    d7939b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10d3660 View commit details
    Browse the repository at this point in the history
  3. Caching with setup-java is not caching enough

    Most of the dependencies from the actual build do not appear to
    be caching, perhaps because of how we invoke maven.
    
    See actions/setup-java#255 for one
    possible explanation.
    headius committed Dec 17, 2021
    2
    Copy the full SHA
    daebcd7 View commit details
    Browse the repository at this point in the history
  4. Move Windows workflow into main

    We would like to limit snapshot publishing until after all key
    jobs have run, which is more difficult when they are spread across
    multiple workflows.
    headius committed Dec 17, 2021
    Copy the full SHA
    97cc0d2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    87d7728 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e119fbf View commit details
    Browse the repository at this point in the history
  7. Just use 1G by default

    headius committed Dec 17, 2021
    Copy the full SHA
    846167c View commit details
    Browse the repository at this point in the history
  8. Simplify aggregate job names

    headius committed Dec 17, 2021
    Copy the full SHA
    463cf7e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6cd0d4d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    88214fb View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    208fdbd View commit details
    Browse the repository at this point in the history
  12. Don't use matrix for single values

    Name just gets cluttered up. We can re-matrix these later if we
    add other Java targets.
    headius committed Dec 17, 2021
    Copy the full SHA
    0bf1191 View commit details
    Browse the repository at this point in the history
  13. Additional tweaks for CI workflow

    * Eliminate two more single-element matrices
    * Reorder java/task matrices to group better
    headius committed Dec 17, 2021
    Copy the full SHA
    ce35e38 View commit details
    Browse the repository at this point in the history