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

Extend ProxyHandler to support CIDR ranges for no_proxy #83085

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from

Set fact for proxy.py pid

6367c69
Select commit
Loading
Failed to load commit list.
Open

Extend ProxyHandler to support CIDR ranges for no_proxy #83085

Set fact for proxy.py pid
6367c69
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI succeeded Apr 26, 2024 in 28m 43s

Build #20240425.21 had test failures

Details

Tests

  • Failed: 216 (0.18%)
  • Passed: 113,022 (92.72%)
  • Other: 8,664 (7.11%)
  • Total: 121,902

Annotations

Check failure on line 1 in [B] A,B: test_handler _raw_params=/usr/bin/{{ (inventory_hostname == 'A') | ternary('true', 'false') }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[B] A,B: test_handler _raw_params=/usr/bin/{{ (inventory_hostname == 'A') | ternary('true', 'false') }}

non-zero return code
Raw output
{
    "changed": true,
    "cmd": [
        "/usr/bin/false"
    ],
    "delta": "0:00:00.005265",
    "end": "2024-04-25 14:44:05.539661",
    "invocation": {
        "module_args": {
            "_raw_params": "/usr/bin/false",
            "_uses_shell": false,
            "argv": null,
            "chdir": null,
            "creates": null,
            "executable": null,
            "expand_argument_vars": true,
            "removes": null,
            "stdin": null,
            "stdin_add_newline": true,
            "strip_empty_ends": true
        }
    },
    "msg": "non-zero return code",
    "rc": 1,
    "start": "2024-04-25 14:44:05.534396",
    "stderr": "",
    "stderr_lines": [],
    "stdout": "",
    "stdout_lines": []
}

Check failure on line 1 in [A] A,B,C,D: handler msg=handler ran

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[A] A,B,C,D: handler msg=handler ran

handler ran
Raw output
{
    "changed": false,
    "failed_when_result": true,
    "msg": "handler ran"
}

Check failure on line 1 in [A] A,B: fail

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[A] A,B: fail

Failed as requested from task
Raw output
{
"changed": false,
"msg": "Failed as requested from task"
}

Check failure on line 1 in [A] A,B: fail

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[A] A,B: fail

Failed as requested from task
Raw output
{
"changed": false,
"msg": "Failed as requested from task"
}