mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Handle non-target file deps for integration tests.
Some integration test targets have dependencies on files outside the `test/integration/targets/` directory tree. Changes to these dependencies can result in unexpected test failures since they do not trigger integration tests which depend on them.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
shippable/cloud/group1
|
||||
cloud/foreman
|
||||
needs/file/contrib/inventory/foreman.py
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
shippable/posix/group2
|
||||
destructive
|
||||
needs/target/setup_openssl
|
||||
needs/file/test/runner/requirements/constraints.txt
|
||||
|
||||
1
test/integration/targets/setup_docker/aliases
Normal file
1
test/integration/targets/setup_docker/aliases
Normal file
@@ -0,0 +1 @@
|
||||
needs/file/test/runner/requirements/constraints.txt
|
||||
@@ -1 +1,3 @@
|
||||
shippable/posix/group3
|
||||
needs/file/hacking/test-module
|
||||
needs/file/lib/ansible/modules/system/ping.py
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
destructive
|
||||
shippable/posix/group1
|
||||
needs/httptester
|
||||
needs/file/test/runner/requirements/constraints.txt
|
||||
|
||||
Reference in New Issue
Block a user