diff --git a/ci/logging_tests_computes.yml b/ci/logging_tests_computes.yml index 9d229e7c2..ed5695d14 100644 --- a/ci/logging_tests_computes.yml +++ b/ci/logging_tests_computes.yml @@ -23,10 +23,9 @@ ansible.builtin.import_role: name: common -- name: "Run container tests which require root on compute nodes" +- name: "Verify ctlplane logging containers" hosts: computes - gather_facts: true - become: true + gather_facts: no ignore_errors: true environment: KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}" @@ -35,8 +34,10 @@ common_container_test_id: "RHOSO-12753" common_container_list: - ceilometer_agent_compute + - ceilometer_agent_ipmi - node_exporter + tasks: - - name: "Run the tests from the common role" + - name: "Run file and container tests" ansible.builtin.import_role: name: common diff --git a/ci/logging_tests_controller.yml b/ci/logging_tests_controller.yml index a76f890e1..f20e572d8 100644 --- a/ci/logging_tests_controller.yml +++ b/ci/logging_tests_controller.yml @@ -49,6 +49,12 @@ - "loki-operator 2" - "loki-helm-operator 1" + common_node_test_id: "RHOSO-12671" + common_node_list: + - edpm-compute-0 + - edpm-compute-1 + - crc + common_service_test_id: "RHOSO-12675" common_service_nspace: openshift-logging common_service_list: @@ -68,6 +74,7 @@ - logging-loki-query-frontend-grpc - logging-loki-query-frontend-http - openstack-logging + tasks: - name: "Verify logging infrastructure components" ansible.builtin.import_role: @@ -215,3 +222,4 @@ - name: "Run Services and CRD tests" ansible.builtin.import_role: name: common +