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

Convert PullRequests to pipeline of jobs #2836

Merged

Commits on May 7, 2019

  1. Convert PullRequests to pipeline of jobs

    - PRs currently run in separate, stand-alone jobs
      and this is not maintenance friendly.
    - There are many benefits to switching to the common
      workflow of "pipeline of jobs" used by all other builds.
    - This PR adds support for PR builds to use
      Pipeline-Build-Test-All as a top-level job.
    - This also adds support in pipeline-functions to accomodate
      various functionality needed by PRs.
    - Update README to reflect changes.
    - Auto-Cancel Test jobs when new ones are launched from the same PR
    - Only allow restarts for UNSTABLE builds.
    
    Issue eclipse-openj9#2728
    [skip ci]
    
    Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
    AdamBrousseau committed May 7, 2019
    Configuration menu
    Copy the full SHA
    209a40a View commit details
    Browse the repository at this point in the history