Skip to content

Commit

Permalink
Remove collector task for non exists pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Feb 9, 2024
1 parent 8dcaf66 commit d6e402c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@
apply: true
template: "templates/tekton/pipelines/test-suite/odh-e2e-metrics-collector.yaml"

- name: Create collector metrics for odh-e2e-standard suites
kubernetes.core.k8s:
kubeconfig: "{{ kubeconfig_path }}/{{ infra_context_name }}"
namespace: "{{ infra_ci_namespace }}"
state: present
verify_ssl: no
apply: true
template: "templates/tekton/pipelines/test-suite/odh-e2e-standard-metrics-collector.yaml"

- name: Create Tekton pipelines from jinja templates for release_cluster and downstream_cluster
kubernetes.core.k8s:
kubeconfig: "{{ kubeconfig_path }}/{{ infra_context_name }}"
Expand Down

0 comments on commit d6e402c

Please sign in to comment.