summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ansible-test - Limit setuptools version (#80620)stable-2.9Matt Clay2023-04-242-0/+3
|
* [stable-2.9] Use variable instead of container resource in AZP (#80299). ↵Matt Clay2023-04-213-7/+4
| | | | | (#80602) (cherry picked from commit 93d0253292dc2e66432d96f047b66200a2d2e35b)
* Pin pyasn1 version in uri and unarchive tests (#80587)Matt Clay2023-04-202-0/+2
|
* Disable failing mongodb tests (#80574)Matt Clay2023-04-192-0/+2
|
* [stable-2.9] Fix url lookup test to use test container (#80284). (#80290)Matt Clay2023-03-231-1/+1
| | | (cherry picked from commit 054aa9215857f376ee4d387339e6b82bcc14b437)
* Use the Legacy pool instead of Standard. (#79759)Matt Clay2023-01-181-1/+1
|
* Update RHEL 7 extras install. Omit uninstall.Matt Clay2023-01-041-2/+1
|
* Remove redundant RHEL extras setup.Matt Clay2023-01-041-6/+0
|
* [stable-2.9] Fix EPEL setup for integration tests on RHEL 7.Matt Clay2023-01-041-0/+5
| | | | | | (cherry picked from commit 1243d2ace0aa6dc609369dafee7ad52cf9aa26ef) Co-authored-by: Matt Clay <matt@mystile.com>
* [2.9] Log `runme.sh` execution in integration tests (#79286)Sviatoslav Sydorenko2022-11-032-5/+2
| | | | | | | | | | | | | | | | * Log `runme.sh` execution in integration tests (#79263) * Log `runme.sh` execution in integration tests This patch adds `set -x` where it's missing in the integration tests. It also enables `pipefail` in `runme.sh` scripts that use pipes. * Add a change note for PR #79263 (cherry picked from commit 6674c43edd203d1241507c4d857f555a7c844c18) * Delete a bad PR #79263 change note (cherry picked from commit 9cfb3f73e8d7f910e226de3aebe6f9b9b18327ec)
* Add a comment about newer versions failing testsSviatoslav Sydorenko2022-10-311-1/+1
| | | Co-authored-by: Matt Clay <matt@mystile.com>
* Restrict kubernetes below v25.3.0Sviatoslav Sydorenko2022-10-311-0/+1
|
* Don't request repo updates when only testing modes (#78843)Matt Martz2022-09-211-0/+5
|
* Restrict `hvac` Python distribution in py2 tests (#78808)Sviatoslav Sydorenko2022-09-191-1/+1
|
* [stable-2.9] Fix file integration test chattr/lsattr check. (#78614) (#78621)Matt Clay2022-08-221-0/+2
| | | | | | | | On BusyBox systems such as Alpine, chattr on a tmpfs fails with a status of 0 and output only on stderr. This change updates the test to not assume output on stdout.. (cherry picked from commit 2e536c0afb9008884a0f12e8e650541e0ead76c9)
* ansible-test - Add requests constraint. (#78032)Matt Clay2022-06-102-0/+3
|
* [stable-2.9] yum: fix parsing of check-update with subsequent empty lines ↵Martin Krizek2022-06-073-26/+34
| | | | | | | | | | | | | (#75452) Rather than adding further complexity to the regex, preprocess the output to remove any empty lines. Now the only purpose of the regex is to fix wrapped lines. Fixes #70949 (cherry picked from commit 51f2f1ac5ee1416f097587ff81b721b3ccc36971) Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
* Eol 2.9 docs (#77884)Sandra McCann2022-05-262-3/+2
| | | | | | | | | | | * EOL 2.10 docs (cherry picked from commit 0d42a01fd947ed79615626dd6cb2db82b6e627df) * add link to AAP lifecycle for RH customers * remove extra period * change message based on feedback
* ansible-test - Add Python 2 certifi constraint. (#77863)Matt Clay2022-05-204-0/+6
| | | | | | | * ansible-test - Add Python 2 certifi constraint. * Fix consul test. * Fix consul test for centos6.
* Reduce CI test matrix.Matt Clay2022-04-254-72/+21
|
* [stable-2.9] ansible-test - Pin rstcheck version. (#77584)Matt Clay2022-04-204-1/+24
| | | | | | | | * ansible-test - Pin rstcheck version. * ansible-test - Support newer Jinja2 versions for rstcheck sanity test. (cherry picked from commit 5859e99a30e863112a108f2cd5017e19be5a3419) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.9] ansible-test - Fix cloud plugin traceback.Matt Clay2022-03-112-0/+5
| | | | | | (cherry picked from commit 7a8c6d74188b56228db77fed727cf1fdf3cc141d) Co-authored-by: Matt Clay <matt@mystile.com>
* Disable ansible-runner test on RHEL 7.9.Matt Clay2022-03-011-0/+1
|
* [stable-2.9] Update setup_pexpect to prefer pip user installs.Matt Clay2022-02-281-0/+9
| | | | | | | This works around issues on RHEL 7.9 when an old version of pexpect is installed from an OS package. (cherry picked from commit 27fe26edbf57a39a11de7dea14dc60d4a6b1384e) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.9] ansible-test - Use `--forked` instead of `--boxed`Matt Clay2022-02-223-1/+4
| | | | | | | The `--boxed` option is deprecated.. (cherry picked from commit eaeec8a65c4bf9066c5a2c180ec11872f84e6b67) Co-authored-by: Matt Clay <matt@mystile.com>
* ansible-test - Add MarkupSafe constraint.Matt Clay2022-02-212-0/+4
| | | | | | | | Installation of MarkupSafe 2.1.0 and later require setuptools 39.2 or later, or a recent version of pip which supports installation using a wheel. Some systems will not have new enough versions of pip and/or setuptools, especially virtual environments -- including those created by ansible-test.
* [stable-2.9] ansible-test - Use quay.io containers in plugins..Matt Clay2022-02-172-1/+3
| | | | | | (cherry picked from commit c27fd777f4d82fc1eefaa20114cf1f76b7ce1bee) Co-authored-by: Matt Clay <matt@mystile.com>
* doc: Correct required firewalld version (#76916)chrisallison2022-02-161-1/+1
| | | | | | | Ansible 2.9 firewalld module docs state 'requires firewalld >= 3.0.9,' but there is no firewalld 3.0.9. Language appears to have been added in 3ac2a498ae527cc92cd770dc000db7dd92e585f9, which commits also adds 'if FW_VERSION < "0.3.9" Update documentation to refer to 'firewalld >= 0.3.9'
* Disable failing test task on openSUSE 15.2.Matt Clay2022-02-071-0/+1
|
* [stable-2.9] ansible-test - Use relative paths in junit output. (#76911)Matt Clay2022-02-025-8/+35
| | | | | | | | | | | | | * [stable-2.9] ansible-test - Use relative paths in junit output. (#76871) * ansible-test - Use relative paths in junit output. * ansible-test - Handle out-of-tree JUnit paths. * Also fix a traceback in the junit callback during automatic fact gathering. (cherry picked from commit fbb5d56bd274c44b193cb95f0230b9352f62aab2). * Fix task path unicode error in junit callback. (cherry picked from commit 41db6d8d35900d425df3228406db3fec61ab2269)
* Remove centos8 from CI.Matt Clay2022-01-311-2/+0
| | | | CentOS 8 has been EOL for ~1 month now.
* Disable Tower tests and remove from test matrix.Matt Clay2022-01-2024-34/+23
|
* bacwards compat doc frag (#75821)Brian Coca2022-01-192-1/+25
|
* Disable the _distutils_hack in newer setuptools (#76600)Sloane Hertel2022-01-042-0/+4
| | | | | | | | | | * Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own. ci_complete * re-throw blanket (cherry picked from commit fa617fcd7b146b110c7f932c224f838116f43a60)
* [stable-2.9] Fix wait_for integration test.Matt Clay2022-01-041-1/+1
| | | | | | | Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS. (cherry picked from commit a5f4a25d324d29a04da9505b19da54267e90f778) Co-authored-by: Matt Clay <matt@mystile.com>
* Disable VyOS integration tests that fail.Matt Clay2021-12-099-0/+9
| | | | The previous AMI used for testing VyOS is no longer available. Tests that do not work with the replacement image have been disabled.
* Disable tests that use AWS lamdbaSam Doran2021-12-023-0/+3
| | | | | AWS Lambda changed recently and the version of the lambda module in 2.9 will no longer work reliably.
* [stable-2.9] fix zypper integration test (#76398)Sam Doran2021-11-291-1/+1
| | | Not sure why but changing the URL fixes the download error.
* [stable-2.9] Use new codecov uploader (#75938) (#76270)Sam Doran2021-11-246-30/+110
| | | | | | | * Use new codecov uploader * Rewrite coverage uploader in Python. (cherry picked from commit 74dc830dd4eea516615018a0c4f9e4a28db0d5ad) Co-authored-by: Sam Doran <sdoran@redhat.com>
* [stable-2.9] Disable aws_lamdba testSam Doran2021-11-191-0/+1
|
* [stable-2.9] Fix pip integration test.Matt Clay2021-11-091-13/+8
| | | | | | | | - Use `fallible==0.0.1a2` instead of `black==19.10b` - Test on both Python 2 and 3. (cherry picked from commit b6725ec6c994d725cc2190b784a422299fd98385) Co-authored-by: Matt Clay <matt@mystile.com>
* Fix hcloud_location_info testSam Doran2021-11-041-2/+2
| | | | Hetzner added a new datacenter so the tests need to be updated
* Fix hcloud_datacenter_info testSam Doran2021-11-031-2/+2
| | | | A new datacenter was added
* Fix wrong ssh_connection group (#75888)Rob Quist2021-10-271-1/+1
|
* Fix AWS Lambda tests.Matt Clay2021-10-202-13/+13
|
* Update Ansible release version to v2.9.27.post0. (#76003)Christian Adams2021-10-111-1/+1
|
* New release v2.9.27 (#75997)Christian Adams2021-10-114-4/+12
|
* Update Ansible release version to v2.9.27rc1.post0.Christian M. Adams2021-10-041-1/+1
|
* New release v2.9.27rc1v2.9.27rc1Christian M. Adams2021-10-044-1/+37
|
* ansible-test - Remove obsolete junos entries.Matt Clay2021-09-302-2/+2
|