Skip to content

Commit

Permalink
Remove ODH deloyment and tests pipeline (#379)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Sep 6, 2024
1 parent fc19591 commit cce1c3e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 273 deletions.
3 changes: 0 additions & 3 deletions install/roles/automation-hub/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
- import_tasks: scenario-deployment/monitoring/argo-deploy-strimzi-monitoring.yaml
tags: [argo-apps, argo-strimzi-monitoring, strimzi-infra, never]

- import_tasks: scenario-deployment/open-data-hub/argo-deploy-odh.yaml
tags: [argo-apps, argo-odh, odh, never]

- import_tasks: scenario-deployment/tekton/infra-tkn-pipelines.yaml
tags: [tekton-pipelines, infra, never]

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@
apply: true
template: "templates/tekton/pipelines/test-suite/strimzi-e2e-metrics-collector.yaml"

- name: Create collector metrics for odh-e2e 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-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

This file was deleted.

This file was deleted.

0 comments on commit cce1c3e

Please sign in to comment.