diff --git a/install/roles/automation-hub/tasks/scenario-deployment/tekton/infra-tkn-pipelines.yaml b/install/roles/automation-hub/tasks/scenario-deployment/tekton/infra-tkn-pipelines.yaml index c38a489b..257873db 100644 --- a/install/roles/automation-hub/tasks/scenario-deployment/tekton/infra-tkn-pipelines.yaml +++ b/install/roles/automation-hub/tasks/scenario-deployment/tekton/infra-tkn-pipelines.yaml @@ -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 }}"