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

skip process isolation check for transmit and process #1084

Commits on Jun 1, 2022

  1. skip process isolation check for transmit and process

    moving down the process isolation executable so that transmit and
    process no longer checks for its existance
    
    ansible-runner worker will still run the check since it will invoke
    ansible-runner run with process-isolation-executable and it will still
    be checked properly
    
    Co-Authored-By: Jeff Bradberry <685957+jbradberry@users.noreply.github.com>
    Signed-off-by: Hao Liu <haoli@redhat.com>
    TheRealHaoLiu and jbradberry committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5370620 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. add test_process_isolation_executable_not_exist

    test_process_isolation_executable_not_exist will validate that
    - transmit will run when process isolation executable missing and properly pass on the related kwargs to the output
    - worker will fail with sys.exit(1) when process isolation executable missiing
    
    Signed-off-by: Hao Liu <haoli@redhat.com>
    TheRealHaoLiu committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    696f7a6 View commit details
    Browse the repository at this point in the history