Merge pull request #788 from moreati/tests-resource_intensive-tag
tests: Tag resource intensive tasks, to skip when strategy=linearpull/739/head
commit
522085ab35
@ -1,3 +1,4 @@
|
|||||||
|
- include: setup/all.yml
|
||||||
- include: regression/all.yml
|
- include: regression/all.yml
|
||||||
- include: integration/all.yml
|
- include: integration/all.yml
|
||||||
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
- include: report.yml
|
@ -0,0 +1,8 @@
|
|||||||
|
- name: Report runtime settings
|
||||||
|
hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- debug: {var: ansible_forks}
|
||||||
|
- debug: {var: ansible_run_tags}
|
||||||
|
- debug: {var: ansible_skip_tags}
|
||||||
|
- debug: {var: ansible_version.full}
|
Loading…
Reference in New Issue