Skip to content

Commit ef30395

Browse files
committed
Update the pod test definintions to use dicts
1 parent 861140f commit ef30395

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci/logging_tests_controller.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@
9696
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
9797
PATH: "{{ cifmw_path }}"
9898
vars:
99-
# common_pod_test_id: "RHOSO-12676"
99+
common_pod_test_id: "RHOSO-12676"
100100
# common_pod_status_str: "Running"
101101
# common_pod_nspace: openshift-logging
102102
common_pod_list:
103-
- cluster-logging-operator
104-
- logging-loki-compactor
105-
- logging-loki-distributor
106-
#- logging-loki-gateway
107-
- logging-loki-index-gateway
108-
- logging-loki-ingester
109-
- logging-loki-querier
110-
- logging-loki-query-frontend
103+
- { name: cluster-logging-operator, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
104+
- { name: logging-loki-compactor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
105+
- { name: logging-loki-distributor, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
106+
#- { name: logging-loki-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
107+
- { name: logging-loki-index-gateway, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
108+
- { name: logging-loki-ingester, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
109+
- { name: logging-loki-querier, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
110+
- { name: logging-loki-query-frontend, nspace: openshift-logging, status_str: "Running", test_id: "{{ common_pod_test_id }}" }
111111
- { name: collector, nspace: openshift-logging, status_str: "Running", test_id: "RHOSO-13745"}
112112

113113

0 commit comments

Comments
 (0)