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

Allow daemons to run across workflow steps #305

Merged
merged 6 commits into from Jun 6, 2022
Merged

Commits on Jun 5, 2022

  1. Add more information to captured build results

    - Root project dir: will allow us to replace project-root-capture init script
    - Gradle home dir: will allow us to stop all started daemons
    bigdaz committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e234151 View commit details
    Browse the repository at this point in the history
  2. Use build-results file for root project dirs

    Instead of using a separate mechanism and init script, reuse the information
    captured in the build-results file.
    bigdaz committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    e644288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f8801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aea6dda View commit details
    Browse the repository at this point in the history
  5. Allow daemons to run across workflow steps

    Now that we are stopping all Gradle daemons in the post-job action,
    we can allow daemon processes to be re-used across steps in a workflow job.
    
    Fixes #113
    bigdaz committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    52ebf27 View commit details
    Browse the repository at this point in the history
  6. Build outputs

    bigdaz committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    865c166 View commit details
    Browse the repository at this point in the history