From c3f9f5a4772c6d729ce334ce7d4e105e97b29105 Mon Sep 17 00:00:00 2001 From: wtripp180901 Date: Tue, 21 Jan 2025 15:52:32 +0000 Subject: [PATCH] fixed pytest output not specifying options --- .github/path-filters.yml | 1 + etc/kayobe/ansible/stackhpc-openstack-tests.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/path-filters.yml b/.github/path-filters.yml index 02d0ab609..574969c0c 100644 --- a/.github/path-filters.yml +++ b/.github/path-filters.yml @@ -11,6 +11,7 @@ aio: &aio - '.github/workflows/stackhpc-pull-request.yml' - 'etc/kayobe/*.yml' - 'etc/kayobe/ansible/configure-aio-resources.yml' + - 'etc/kayobe/ansible/stackhpc-openstack-tests.yml' - 'etc/kayobe/ansible/growroot.yml' - 'etc/kayobe/ansible/requirements.yml' - 'etc/kayobe/ansible/scripts/aio-init.sh' diff --git a/etc/kayobe/ansible/stackhpc-openstack-tests.yml b/etc/kayobe/ansible/stackhpc-openstack-tests.yml index b80121941..bee884782 100644 --- a/etc/kayobe/ansible/stackhpc-openstack-tests.yml +++ b/etc/kayobe/ansible/stackhpc-openstack-tests.yml @@ -68,7 +68,7 @@ --self-contained-html --pyargs stackhpc_cloud_tests --timeout {{ sot_timeout }} - -r + -rfEx -vv environment: OPENSEARCH_HOSTS: "{{ sot_opensearch_hosts }}"