From 2adc5a8db72af6aed15d326a17bc7185360c5a12 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:55:28 +0530 Subject: [PATCH] made modifications in workflow files Signed-off-by: hansinikarunarathne <107214435+hansinikarunarathne@users.noreply.github.com> --- .github/workflows/admission_webhook_test.yaml | 2 +- .github/workflows/bentoml_test.yaml | 1 + .github/workflows/centraldashboard_test.yaml | 1 + .github/workflows/dex_test.yaml | 1 + .github/workflows/jupyter_web_application_test.yaml | 1 + .github/workflows/katib_test.yaml | 1 + .github/workflows/kserve_cni_test.yaml | 1 + .github/workflows/kserve_m2m_test.yaml | 1 + .github/workflows/kserve_test.yaml | 1 + .github/workflows/metacontroller_test.yaml | 1 + .github/workflows/model_registry_test.yaml | 1 + .github/workflows/notebook_controller_m2m_test.yaml | 1 + .github/workflows/notebook_controller_test.yaml | 1 + .github/workflows/pipeline_run_from_notebook.yaml | 1 + .github/workflows/pipeline_test.yaml | 1 + .github/workflows/profiles_test.yaml | 1 + .github/workflows/ray_test.yaml | 1 + .github/workflows/seldon_test.yaml | 1 + .github/workflows/tensorboard_controller_test.yaml | 1 + .github/workflows/tensorboards_web_application_test.yaml | 1 + .github/workflows/training_operator_test.yaml | 1 + .github/workflows/volumes_web_application_test.yaml | 1 + 22 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/workflows/admission_webhook_test.yaml b/.github/workflows/admission_webhook_test.yaml index f865445dd..fecfb8b5e 100644 --- a/.github/workflows/admission_webhook_test.yaml +++ b/.github/workflows/admission_webhook_test.yaml @@ -2,9 +2,9 @@ name: Build & Apply PodDefaults manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/admission_webhook_test.yaml - apps/admission-webhook/upstream/** - - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - tests/gh-actions/install_istio.sh - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/bentoml_test.yaml b/.github/workflows/bentoml_test.yaml index 327f2e818..ad234ba55 100644 --- a/.github/workflows/bentoml_test.yaml +++ b/.github/workflows/bentoml_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply BentoML Yatai Stack manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/bentoml_test.yaml - tests/gh-actions/install_cert_manager.sh - common/cert-manager/** diff --git a/.github/workflows/centraldashboard_test.yaml b/.github/workflows/centraldashboard_test.yaml index 5690947af..4ec4c0baf 100644 --- a/.github/workflows/centraldashboard_test.yaml +++ b/.github/workflows/centraldashboard_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply CentralDashboard manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/centraldashboard_test.yaml - apps/centraldashboard/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/dex_test.yaml b/.github/workflows/dex_test.yaml index 3cb32aa8f..a2f51aced 100644 --- a/.github/workflows/dex_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Dex manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/dex_test.yaml - common/dex/base/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/jupyter_web_application_test.yaml b/.github/workflows/jupyter_web_application_test.yaml index 7aa592428..f1054d15b 100644 --- a/.github/workflows/jupyter_web_application_test.yaml +++ b/.github/workflows/jupyter_web_application_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply JWA manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/jupyter_web_application_test.yaml - apps/jupyter/jupyter-web-app/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/katib_test.yaml b/.github/workflows/katib_test.yaml index be5d7dabd..07d0907d6 100644 --- a/.github/workflows/katib_test.yaml +++ b/.github/workflows/katib_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Katib manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/katib_test.yaml - apps/katib/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/kserve_cni_test.yaml b/.github/workflows/kserve_cni_test.yaml index 3a0458ae7..f8c8c5cd5 100644 --- a/.github/workflows/kserve_cni_test.yaml +++ b/.github/workflows/kserve_cni_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply KServe manifests in KinD, using istio CNI on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/kserve_cni_test.yaml - common/istio-cni-1-22/** - tests/gh-actions/install_cert_manager.sh diff --git a/.github/workflows/kserve_m2m_test.yaml b/.github/workflows/kserve_m2m_test.yaml index e9ed511a6..8a057accc 100644 --- a/.github/workflows/kserve_m2m_test.yaml +++ b/.github/workflows/kserve_m2m_test.yaml @@ -2,6 +2,7 @@ name: Deploy and test KServe with m2m auth in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/kserve_m2m_test.yaml - contrib/kserve/** - common/oidc-client/oauth2-proxy/** diff --git a/.github/workflows/kserve_test.yaml b/.github/workflows/kserve_test.yaml index 9a5929f96..0a01979c7 100644 --- a/.github/workflows/kserve_test.yaml +++ b/.github/workflows/kserve_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply KServe manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/kserve_test.yaml - contrib/kserve/** - tests/gh-actions/install_cert_manager.sh diff --git a/.github/workflows/metacontroller_test.yaml b/.github/workflows/metacontroller_test.yaml index be53cad00..3774304fa 100644 --- a/.github/workflows/metacontroller_test.yaml +++ b/.github/workflows/metacontroller_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply contrib/metacontroller in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/metacontroller_test.yaml - contrib/metacontroller/** - tests/gh-actions/install_cert_manager.sh diff --git a/.github/workflows/model_registry_test.yaml b/.github/workflows/model_registry_test.yaml index a041cd566..2b18e27bf 100644 --- a/.github/workflows/model_registry_test.yaml +++ b/.github/workflows/model_registry_test.yaml @@ -4,6 +4,7 @@ name: Deploy and test Kubeflow Model Registry on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - apps/model-registry/upstream/** - 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 2f74f77c1..54a53e5f1 100644 --- a/.github/workflows/notebook_controller_m2m_test.yaml +++ b/.github/workflows/notebook_controller_m2m_test.yaml @@ -2,6 +2,7 @@ name: Test Notebook Controller with m2m auth manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/notebook_controller_m2m_test.yaml - apps/jupyter/** - common/oidc-client/oauth2-proxy/** diff --git a/.github/workflows/notebook_controller_test.yaml b/.github/workflows/notebook_controller_test.yaml index d5d2c4725..31bba9579 100644 --- a/.github/workflows/notebook_controller_test.yaml +++ b/.github/workflows/notebook_controller_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Notebook Controller manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/notebook_controller_test.yaml - apps/jupyter/notebook-controller/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/pipeline_run_from_notebook.yaml b/.github/workflows/pipeline_run_from_notebook.yaml index 1415b929f..d035a30ad 100644 --- a/.github/workflows/pipeline_run_from_notebook.yaml +++ b/.github/workflows/pipeline_run_from_notebook.yaml @@ -2,6 +2,7 @@ name: Create Pipeline Run from Kubeflow Notebook on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/pipeline_run_from_notebook.yaml - apps/jupyter/notebook-controller/upstream/** - apps/pipeline/upstream/** diff --git a/.github/workflows/pipeline_test.yaml b/.github/workflows/pipeline_test.yaml index efa577983..61b05258c 100644 --- a/.github/workflows/pipeline_test.yaml +++ b/.github/workflows/pipeline_test.yaml @@ -2,6 +2,7 @@ name: Deploy and test Kubeflow Pipelines manifests with m2m auth in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/pipeline_test.yaml - apps/pipeline/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/profiles_test.yaml b/.github/workflows/profiles_test.yaml index 0cd776a07..c1ad802a8 100644 --- a/.github/workflows/profiles_test.yaml +++ b/.github/workflows/profiles_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Profiles manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/profiles_test.yaml - apps/profiles/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/ray_test.yaml b/.github/workflows/ray_test.yaml index ee4ec5280..20e387015 100644 --- a/.github/workflows/ray_test.yaml +++ b/.github/workflows/ray_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Ray manifest in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/ray_test.yaml - contrib/ray/** diff --git a/.github/workflows/seldon_test.yaml b/.github/workflows/seldon_test.yaml index a58d3a5b6..5653358bc 100644 --- a/.github/workflows/seldon_test.yaml +++ b/.github/workflows/seldon_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Seldon manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/seldon_test.yaml - contrib/seldon/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/tensorboard_controller_test.yaml b/.github/workflows/tensorboard_controller_test.yaml index c3426ea4b..f6b248fde 100644 --- a/.github/workflows/tensorboard_controller_test.yaml +++ b/.github/workflows/tensorboard_controller_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Tensorboard Controller manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/tensorboard_controller_test.yaml - apps/tensorboard/tensorboard-controller/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/tensorboards_web_application_test.yaml b/.github/workflows/tensorboards_web_application_test.yaml index e28e63bde..377f83c47 100644 --- a/.github/workflows/tensorboards_web_application_test.yaml +++ b/.github/workflows/tensorboards_web_application_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply TWA manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/tensorboards_web_application_test.yaml - apps/tensorboard/tensorboards-web-app/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/training_operator_test.yaml b/.github/workflows/training_operator_test.yaml index 373d025af..8d469e6c7 100644 --- a/.github/workflows/training_operator_test.yaml +++ b/.github/workflows/training_operator_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Training Operator manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/training_operator_test.yaml - apps/training-operator/upstream/** - tests/gh-actions/install_istio.sh diff --git a/.github/workflows/volumes_web_application_test.yaml b/.github/workflows/volumes_web_application_test.yaml index cdf529635..7305d3bde 100644 --- a/.github/workflows/volumes_web_application_test.yaml +++ b/.github/workflows/volumes_web_application_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply VWA manifests in KinD on: pull_request: paths: + - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh - .github/workflows/volumes_web_application_test.yaml - apps/volumes-web-app/upstream/** - tests/gh-actions/install_istio.sh