Skip to content

Commit

Permalink
Add WorkLoad to verify metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirgisf committed Feb 19, 2025
1 parent 1515788 commit 43c025f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ci/run_graphing_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
until: output.stdout_lines | length == 1
register: output

- name: "Create workLoad to verify metrics collection"
community.general.make:
chdir: '{{ ansible_env.HOME }}/{{ zuul.projects["github.com/openstack-k8s-operators/install_yamls"].src_dir }}/devsetup'
target: edpm_deploy_instance

- name: "Run Graphing Console UI tests"
ansible.builtin.import_role:
name: telemetry_graphing
Expand Down
4 changes: 0 additions & 4 deletions roles/telemetry_graphing/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
- community.general.make:
chdir: '{{ ansible_env.HOME }}/{{ zuul.projects["github.com/openstack-k8s-operators/install_yamls"].src_dir }}/devsetup'
target: edpm_deploy_instance

- name: "Verify url for graphing test"
ansible.builtin.include_tasks:
file: verify_url.yml
Expand Down

0 comments on commit 43c025f

Please sign in to comment.