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 to use ansible-test's change detection for Pull Requests #49

Merged
merged 2 commits into from
Dec 3, 2022

Commits on Dec 3, 2022

  1. Implement opt-in change detection in pull requests

    This patch introduces a `pull-request-change-detection` action input
    that allows the end-users to request running `ansible-test` in change
    detection mode. It is only supported in for pull requests at the
    moment because `ansible-test` does not currently know how to interact
    with the environment variables that GitHub Actions CI/CD workflows
    set [1].
    
    With this feature, the users will be able to save some of the CI
    compute time due to `ansible-test` skipping the tests that are not
    affected by the changes in PRs.
    
    [1] https://github.com/ansible-community/ansible-test-gh-action/pull/49/files#r1023412786
    felixfontein authored and webknjaz committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    b89e4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5257e71 View commit details
    Browse the repository at this point in the history