From ee570fb27e928b39f2d14acc6de04599adba8f09 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:05:42 +0530 Subject: [PATCH] remove unnecessary code from test yaml files Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> --- .github/workflows/bentoml_test.yaml | 3 --- .github/workflows/centraldashboard_test.yaml | 3 --- .github/workflows/dex_test.yaml | 3 --- .github/workflows/jupyter_web_application_test.yaml | 3 --- .github/workflows/katib_test.yaml | 3 --- .github/workflows/kserve_cni_test.yaml | 3 --- .github/workflows/kserve_m2m_test.yaml | 3 --- .github/workflows/kserve_test.yaml | 3 --- .github/workflows/metacontroller_test.yaml | 3 --- .github/workflows/model_registry_test.yaml | 2 -- .github/workflows/notebook_controller_m2m_test.yaml | 3 --- .github/workflows/notebook_controller_test.yaml | 3 --- .github/workflows/pipeline_run_from_notebook.yaml | 3 --- .github/workflows/pipeline_test.yaml | 3 --- .github/workflows/profiles_test.yaml | 3 --- .github/workflows/ray_test.yaml | 2 -- .github/workflows/seldon_test.yaml | 3 --- .github/workflows/tensorboard_controller_test.yaml | 3 --- .github/workflows/tensorboards_web_application_test.yaml | 3 --- .github/workflows/train_operator_test.yaml | 3 --- .github/workflows/volumes_web_application_test.yaml | 3 --- 21 files changed, 61 deletions(-) diff --git a/.github/workflows/bentoml_test.yaml b/.github/workflows/bentoml_test.yaml index b75b15e2ea..dade029127 100644 --- a/.github/workflows/bentoml_test.yaml +++ b/.github/workflows/bentoml_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/bentoml_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** - contrib/bentoml/** diff --git a/.github/workflows/centraldashboard_test.yaml b/.github/workflows/centraldashboard_test.yaml index ec86d67840..691d13a6a2 100644 --- a/.github/workflows/centraldashboard_test.yaml +++ b/.github/workflows/centraldashboard_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/centraldashboard_test.yaml - apps/centraldashboard/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh jobs: diff --git a/.github/workflows/dex_test.yaml b/.github/workflows/dex_test.yaml index 500153611d..db1d5b322f 100644 --- a/.github/workflows/dex_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/dex_test.yaml - common/dex/base/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh jobs: diff --git a/.github/workflows/jupyter_web_application_test.yaml b/.github/workflows/jupyter_web_application_test.yaml index 2de83055a0..f01d5c717c 100644 --- a/.github/workflows/jupyter_web_application_test.yaml +++ b/.github/workflows/jupyter_web_application_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/jupyter_web_application_test.yaml - apps/jupyter/jupyter-web-app/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh jobs: diff --git a/.github/workflows/katib_test.yaml b/.github/workflows/katib_test.yaml index e097700fa9..299b768dab 100644 --- a/.github/workflows/katib_test.yaml +++ b/.github/workflows/katib_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/katib_test.yaml - apps/katib/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/kserve_cni_test.yaml b/.github/workflows/kserve_cni_test.yaml index 6604bf2901..a062e06ef8 100644 --- a/.github/workflows/kserve_cni_test.yaml +++ b/.github/workflows/kserve_cni_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/kserve_cni_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - common/istio-cni-1-22/** - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/kserve_m2m_test.yaml b/.github/workflows/kserve_m2m_test.yaml index b06627c95d..51bf23358f 100644 --- a/.github/workflows/kserve_m2m_test.yaml +++ b/.github/workflows/kserve_m2m_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/kserve_m2m_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - contrib/kserve/** - common/oidc-client/oauth2-proxy/** - common/istio*/** diff --git a/.github/workflows/kserve_test.yaml b/.github/workflows/kserve_test.yaml index 36f86abae1..1264c845f7 100644 --- a/.github/workflows/kserve_test.yaml +++ b/.github/workflows/kserve_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/kserve_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - contrib/kserve/** - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/metacontroller_test.yaml b/.github/workflows/metacontroller_test.yaml index 23abd8d4e8..0d1153636a 100644 --- a/.github/workflows/metacontroller_test.yaml +++ b/.github/workflows/metacontroller_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/metacontroller_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - contrib/metacontroller/** - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/model_registry_test.yaml b/.github/workflows/model_registry_test.yaml index 2c698abd76..2947374439 100644 --- a/.github/workflows/model_registry_test.yaml +++ b/.github/workflows/model_registry_test.yaml @@ -5,8 +5,6 @@ on: pull_request: paths: - apps/model-registry/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** diff --git a/.github/workflows/notebook_controller_m2m_test.yaml b/.github/workflows/notebook_controller_m2m_test.yaml index b91c5621f1..e863ce45a4 100644 --- a/.github/workflows/notebook_controller_m2m_test.yaml +++ b/.github/workflows/notebook_controller_m2m_test.yaml @@ -3,9 +3,6 @@ on: pull_request: paths: - .github/workflows/notebook_controller_m2m_test.yaml - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - apps/jupyter/** - common/oidc-client/oauth2-proxy/** - common/istio*/** diff --git a/.github/workflows/notebook_controller_test.yaml b/.github/workflows/notebook_controller_test.yaml index 5866e40184..6573f8f793 100644 --- a/.github/workflows/notebook_controller_test.yaml +++ b/.github/workflows/notebook_controller_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/notebook_controller_test.yaml - apps/jupyter/notebook-controller/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** diff --git a/.github/workflows/pipeline_run_from_notebook.yaml b/.github/workflows/pipeline_run_from_notebook.yaml index 3ce80ec572..98e6e08d28 100644 --- a/.github/workflows/pipeline_run_from_notebook.yaml +++ b/.github/workflows/pipeline_run_from_notebook.yaml @@ -5,9 +5,6 @@ on: - .github/workflows/pipeline_run_from_notebook.yaml - apps/jupyter/notebook-controller/upstream/** - apps/pipeline/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/pipeline_test.yaml b/.github/workflows/pipeline_test.yaml index 1edb678f41..fd88b662fa 100644 --- a/.github/workflows/pipeline_test.yaml +++ b/.github/workflows/pipeline_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/pipeline_test.yaml - apps/pipeline/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/profiles_test.yaml b/.github/workflows/profiles_test.yaml index bbf466ca05..caaedac952 100644 --- a/.github/workflows/profiles_test.yaml +++ b/.github/workflows/profiles_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/profiles_test.yaml - apps/profiles/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** diff --git a/.github/workflows/ray_test.yaml b/.github/workflows/ray_test.yaml index adc08594c0..f00746d41f 100644 --- a/.github/workflows/ray_test.yaml +++ b/.github/workflows/ray_test.yaml @@ -4,8 +4,6 @@ on: paths: - .github/workflows/ray_test.yaml - contrib/ray/** - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh jobs: build: diff --git a/.github/workflows/seldon_test.yaml b/.github/workflows/seldon_test.yaml index 3a2f78e6a9..4688256e81 100644 --- a/.github/workflows/seldon_test.yaml +++ b/.github/workflows/seldon_test.yaml @@ -3,10 +3,7 @@ on: pull_request: paths: - .github/workflows/seldon_test.yaml - - tests/gh-actions/kind-cluster.yaml - contrib/seldon/** - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** - tests/gh-actions/install_cert_manager.sh diff --git a/.github/workflows/tensorboard_controller_test.yaml b/.github/workflows/tensorboard_controller_test.yaml index d73fb302f4..94e5e0a532 100644 --- a/.github/workflows/tensorboard_controller_test.yaml +++ b/.github/workflows/tensorboard_controller_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/tensorboard_controller_test.yaml - apps/tensorboard/tensorboard-controller/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** diff --git a/.github/workflows/tensorboards_web_application_test.yaml b/.github/workflows/tensorboards_web_application_test.yaml index c18c198557..5c24d81294 100644 --- a/.github/workflows/tensorboards_web_application_test.yaml +++ b/.github/workflows/tensorboards_web_application_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/tensorboards_web_application_test.yaml - apps/tensorboard/tensorboards-web-app/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** diff --git a/.github/workflows/train_operator_test.yaml b/.github/workflows/train_operator_test.yaml index 940f4c5034..b47bd6b46c 100644 --- a/.github/workflows/train_operator_test.yaml +++ b/.github/workflows/train_operator_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/train_operator_test.yaml - apps/training-operator/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/** - tests/gh-actions/kf-objects/tfjob.yaml diff --git a/.github/workflows/volumes_web_application_test.yaml b/.github/workflows/volumes_web_application_test.yaml index 8e2a53e560..c2a8d0f4f8 100644 --- a/.github/workflows/volumes_web_application_test.yaml +++ b/.github/workflows/volumes_web_application_test.yaml @@ -4,9 +4,6 @@ on: paths: - .github/workflows/volumes_web_application_test.yaml - apps/volumes-web-app/upstream/** - - tests/gh-actions/kind-cluster.yaml - - tests/gh-actions/install_kind.sh - - tests/gh-actions/install_kustomize.sh - tests/gh-actions/install_istio.sh - common/istio*/**