diff options
author | Matt Clay <mclay@redhat.com> | 2021-08-13 00:07:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 00:07:06 +0200 |
commit | 99a79e1969472ab4ba5c0bd0cab61927b9aa93d9 (patch) | |
tree | eff0efdf8d721c836a4081191039d2dfcfde68fd /.github | |
parent | remove core docs build warnings (#75496) (diff) | |
download | ansible-99a79e1969472ab4ba5c0bd0cab61927b9aa93d9.tar.xz ansible-99a79e1969472ab4ba5c0bd0cab61927b9aa93d9.zip |
ansible-test - Move code from _data to _util. (#75495)
* Update paths to match relocated files.
* Update ansible-test symlink paths.
* Update path classification.
* Update MANIFEST.in
* Update sanity test context paths.
* Update sanity ignores.
* Update shebang sanity test.
* Update configure-remoting-ps1 sanity test.
* Update BOTMETA.yml to reflect new paths.
* Update paths in collection loader comments.
* Update Makefile for ansible-test.
* Update docs.
* Add changelog fragment.
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index dd56f6565e..d9346a9b93 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -121,16 +121,16 @@ files: notified: mattclay test/lib/: notified: mattclay - test/lib/ansible_test/_data/sanity/validate-modules: + test/lib/ansible_test/_util/controller/sanity/validate-modules: keywords: - validate-modules notified: - mattclay - test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/main.py: + test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/main.py: notified: - gundalow - sivel - test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/schema.py: + test/lib/ansible_test/_util/controller/sanity/validate-modules/validate_modules/schema.py: notified: - gundalow - sivel |