Skip to content

Commit

Permalink
Revert "[ci/logging] Use include_role instead of import_role for usin…
Browse files Browse the repository at this point in the history
…g the common role"

This reverts commit 21f7fe6.
  • Loading branch information
elfiesmelfie committed Jan 20, 2025
1 parent b9da40c commit 0ee051f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/logging_tests_computes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
- nova_compute
tasks:
- name: "Run Telemetry Logging tests"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: telemetry_logging
14 changes: 7 additions & 7 deletions ci/logging_tests_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- /etc/rsyslog.d/10-telemetry.conf
tasks:
- name: "Verify logging infrastructure components"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common

- name: "Verify logging pods are running in openstack"
Expand All @@ -65,7 +65,7 @@
- openstackclient
tasks:
- name: "Verify Running Pods"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common


Expand All @@ -84,7 +84,7 @@
- loki-operator-controller-manager
tasks:
- name: "Verify Pods running"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common

- name: "Verify logging pods are running in openshift-logging"
Expand Down Expand Up @@ -112,7 +112,7 @@
### see JIRA LOG-5431 if pods not running
tasks:
- name: "Verify Pods running"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common

- name: "Verify logging pods are running in minio-dev"
Expand All @@ -130,7 +130,7 @@
- minio
tasks:
- name: "Run pod running tests"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common


Expand All @@ -149,7 +149,7 @@
- logging-edpm-deployment-openstack-edpm-ipam
tasks:
- name: "Run pods completed tests"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common

- name: "Verify the crds exist"
Expand All @@ -168,5 +168,5 @@
- rulerconfigs.loki.grafana.com
tasks:
- name: "Run the crds tests"
ansible.builtin.include_role:
ansible.builtin.import_role:
name: common

0 comments on commit 0ee051f

Please sign in to comment.