adding interpreter_discovery tests to ci

This commit is contained in:
Steven Robertson 2020-02-18 15:48:46 -08:00
parent 371ef07683
commit 51b43104e0
2 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,4 @@ if ci_lib.have_docker():
]) ])
ci_lib.run_batches(batches) ci_lib.run_batches(batches)

View File

@ -11,6 +11,7 @@
- include: connection_loader/all.yml - include: connection_loader/all.yml
- include: context_service/all.yml - include: context_service/all.yml
- include: glibc_caches/all.yml - include: glibc_caches/all.yml
- include: interpreter_discovery/all.yml
- include: local/all.yml - include: local/all.yml
- include: module_utils/all.yml - include: module_utils/all.yml
- include: playbook_semantics/all.yml - include: playbook_semantics/all.yml