Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 20 additions & 17 deletions ci/logging_tests_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,30 +131,33 @@
- logging-loki-querier
- logging-loki-query-frontend
- collector
- name: minio
nspace: minio-dev
test_id: "RHOSO-12674"

### see JIRA LOG-5431 if pods not running
tasks:
- name: "Verify Pods running"
ansible.builtin.import_role:
name: common

- name: "Verify logging pods are running in minio-dev"
hosts: controller
gather_facts: no
ignore_errors: true
environment:
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
PATH: "{{ cifmw_path }}"
vars:
common_pod_test_id: "RHOSO-12674"
common_pod_status_str: "Running"
common_pod_nspace: minio-dev
common_pod_list:
- minio
tasks:
- name: "Run pod running tests"
ansible.builtin.import_role:
name: common
#- name: "Verify logging pods are running in minio-dev"
# hosts: controller
# gather_facts: no
# ignore_errors: true
# environment:
# KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
# PATH: "{{ cifmw_path }}"
# vars:
# common_pod_test_id: "RHOSO-12674"
# common_pod_status_str: "Running"
# common_pod_nspace: minio-dev
# common_pod_list:
# - minio
# tasks:
# - name: "Run pod running tests"
# ansible.builtin.import_role:
# name: common


- name: "Verify logging pods have complete status in openstack"
Expand Down