Skip to content

Commit 0917c34

Browse files
committed
Add debug task for group_invocation_id in HA functional test playbooks
1 parent 2f9e294 commit 0917c34

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/playbook_00_ha_db_functional_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@
9090
- name: "Run test cases by including them as roles"
9191
ansible.builtin.include_tasks: "./roles/misc/tasks/render-html-report.yml"
9292
when: test_group_name is defined
93+
94+
- name: "Debug the group_invocation_id"
95+
ansible.builtin.debug:
96+
msg: "Group invocation ID: {{ test_group_invocation_id }}"
97+
when: test_group_invocation_id is defined

src/playbook_00_ha_scs_functional_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@
6060
- name: "Run test cases by including them as roles"
6161
ansible.builtin.include_tasks: "./roles/misc/tasks/render-html-report.yml"
6262
when: test_group_name is defined
63+
64+
- name: "Debug the group_invocation_id"
65+
ansible.builtin.debug:
66+
msg: "Group invocation ID: {{ test_group_invocation_id }}"
67+
when: test_group_invocation_id is defined

0 commit comments

Comments
 (0)