diff --git a/.github/workflows/poddefaults_kind_test.yaml b/.github/workflows/admission_webhook_test.yaml similarity index 92% rename from .github/workflows/poddefaults_kind_test.yaml rename to .github/workflows/admission_webhook_test.yaml index 758a72bd6a..e606ca6253 100644 --- a/.github/workflows/poddefaults_kind_test.yaml +++ b/.github/workflows/admission_webhook_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply PodDefaults manifests in KinD on: pull_request: paths: + - .github/workflows/admission_webhook_test.yaml - apps/admission-webhook/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -12,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/bentoml_kind_test.yaml b/.github/workflows/bentoml_test.yaml similarity index 89% rename from .github/workflows/bentoml_kind_test.yaml rename to .github/workflows/bentoml_test.yaml index c459d652df..9a86d4764d 100644 --- a/.github/workflows/bentoml_kind_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: + - .github/workflows/bentoml_test.yaml - contrib/bentoml/** jobs: @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/centraldb_kind_test.yaml b/.github/workflows/centraldashboard_test.yaml similarity index 91% rename from .github/workflows/centraldb_kind_test.yaml rename to .github/workflows/centraldashboard_test.yaml index 203fcbea99..d6c67e4236 100644 --- a/.github/workflows/centraldb_kind_test.yaml +++ b/.github/workflows/centraldashboard_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply CentralDashboard manifests in KinD on: pull_request: paths: + - .github/workflows/centraldashboard_test.yaml - apps/centraldashboard/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/dex_kind_test.yaml b/.github/workflows/dex_test.yaml similarity index 91% rename from .github/workflows/dex_kind_test.yaml rename to .github/workflows/dex_test.yaml index ba6646f500..48407c5171 100644 --- a/.github/workflows/dex_kind_test.yaml +++ b/.github/workflows/dex_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Dex manifests in KinD on: pull_request: paths: + - .github/workflows/dex_test.yaml - common/dex/base/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/jwa_kind_test.yaml b/.github/workflows/jupyter_web_application_test.yaml similarity index 90% rename from .github/workflows/jwa_kind_test.yaml rename to .github/workflows/jupyter_web_application_test.yaml index dfb7bb18b1..6f978ee1a2 100644 --- a/.github/workflows/jwa_kind_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: + - .github/workflows/jupyter_web_application_test.yaml - apps/jupyter/jupyter-web-app/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/katib_kind_test.yaml b/.github/workflows/katib_test.yaml similarity index 96% rename from .github/workflows/katib_kind_test.yaml rename to .github/workflows/katib_test.yaml index 29eb83e17d..7962217867 100644 --- a/.github/workflows/katib_kind_test.yaml +++ b/.github/workflows/katib_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Katib manifests in KinD on: pull_request: paths: + - .github/workflows/katib_test.yaml - apps/katib/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/kserve_kind_cni_test.yaml b/.github/workflows/kserve_cni_test.yaml similarity index 95% rename from .github/workflows/kserve_kind_cni_test.yaml rename to .github/workflows/kserve_cni_test.yaml index b20102e985..b81205d223 100644 --- a/.github/workflows/kserve_kind_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: + - .github/workflows/kserve_cni_test.yaml - common/istio-cni-1-17/** jobs: @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/kserve_m2m_kind_test.yaml b/.github/workflows/kserve_m2m_test.yaml similarity index 97% rename from .github/workflows/kserve_m2m_kind_test.yaml rename to .github/workflows/kserve_m2m_test.yaml index 3e45371233..b01d7e642d 100644 --- a/.github/workflows/kserve_m2m_kind_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: + - .github/workflows/kserve_m2m_test.yaml - contrib/kserve/** - common/knative/** - common/oidc-client/oauth2-proxy/** @@ -12,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/kserve_kind_test.yaml b/.github/workflows/kserve_test.yaml similarity index 96% rename from .github/workflows/kserve_kind_test.yaml rename to .github/workflows/kserve_test.yaml index 9360208829..d624fdee0d 100644 --- a/.github/workflows/kserve_kind_test.yaml +++ b/.github/workflows/kserve_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply KServe manifests in KinD on: pull_request: paths: + - .github/workflows/kserve_test.yaml - contrib/kserve/** - common/knative/** @@ -10,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/manifests_unittests.yaml b/.github/workflows/manifests_example_test.yaml similarity index 90% rename from .github/workflows/manifests_unittests.yaml rename to .github/workflows/manifests_example_test.yaml index ad343478c9..72579e63b8 100644 --- a/.github/workflows/manifests_unittests.yaml +++ b/.github/workflows/manifests_example_test.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install kustomize run: ./tests/gh-actions/install_kustomize.sh diff --git a/.github/workflows/metacontroller_kind_test.yaml b/.github/workflows/metacontroller_test.yaml similarity index 89% rename from .github/workflows/metacontroller_kind_test.yaml rename to .github/workflows/metacontroller_test.yaml index 1bb0c3d6d7..3e7ec8d9d4 100644 --- a/.github/workflows/metacontroller_kind_test.yaml +++ b/.github/workflows/metacontroller_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply contrib/metacontroller in KinD on: pull_request: paths: + - .github/workflows/metacontroller_test.yaml - contrib/metacontroller/** jobs: @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/nb_controller_m2m_kind_test.yaml b/.github/workflows/notebook_controller_m2m_test.yaml similarity index 97% rename from .github/workflows/nb_controller_m2m_kind_test.yaml rename to .github/workflows/notebook_controller_m2m_test.yaml index a95497b36e..703b0764fc 100644 --- a/.github/workflows/nb_controller_m2m_kind_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: + - .github/workflows/notebook_controller_m2m_test.yaml - apps/jupyter/** - common/oidc-client/oauth2-proxy/** - common/istio*/** @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/nb_controller_kind_test.yaml b/.github/workflows/notebook_controller_test.yaml similarity index 91% rename from .github/workflows/nb_controller_kind_test.yaml rename to .github/workflows/notebook_controller_test.yaml index 2490b25a94..125bd00a77 100644 --- a/.github/workflows/nb_controller_kind_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: + - .github/workflows/notebook_controller_test.yaml - apps/jupyter/notebook-controller/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/pipeline_m2m_kind_test.yaml b/.github/workflows/pipeline_test.yaml similarity index 98% rename from .github/workflows/pipeline_m2m_kind_test.yaml rename to .github/workflows/pipeline_test.yaml index 1197b6f75e..085f2dbc86 100644 --- a/.github/workflows/pipeline_m2m_kind_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: + - .github/workflows/pipeline_test.yaml - apps/pipeline/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -14,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/profiles_kind_test.yaml b/.github/workflows/profiles_test.yaml similarity index 91% rename from .github/workflows/profiles_kind_test.yaml rename to .github/workflows/profiles_test.yaml index 9e728fc82b..24c71969e8 100644 --- a/.github/workflows/profiles_kind_test.yaml +++ b/.github/workflows/profiles_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Profiles manifests in KinD on: pull_request: paths: + - .github/workflows/profiles_test.yaml - apps/profiles/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/ray_kind_test.yaml b/.github/workflows/ray_test.yaml similarity index 87% rename from .github/workflows/ray_kind_test.yaml rename to .github/workflows/ray_test.yaml index d245281a5f..0c3410fa76 100644 --- a/.github/workflows/ray_kind_test.yaml +++ b/.github/workflows/ray_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Ray manifest in KinD on: pull_request: paths: + - .github/workflows/ray_test.yaml - contrib/ray/** jobs: @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/seldon_kind_test.yaml b/.github/workflows/seldon_test.yaml similarity index 90% rename from .github/workflows/seldon_kind_test.yaml rename to .github/workflows/seldon_test.yaml index 6e248014c7..df9641fb12 100644 --- a/.github/workflows/seldon_kind_test.yaml +++ b/.github/workflows/seldon_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Seldon manifests in KinD on: pull_request: paths: + - .github/workflows/seldon_test.yaml - contrib/seldon/** jobs: @@ -9,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/tb_controller_kind_test.yaml b/.github/workflows/tensorboard_controller_test.yaml similarity index 91% rename from .github/workflows/tb_controller_kind_test.yaml rename to .github/workflows/tensorboard_controller_test.yaml index d3d42c5d5e..873bf36951 100644 --- a/.github/workflows/tb_controller_kind_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: + - .github/workflows/tensorboard_controller_test.yaml - apps/tensorboard/tensorboard-controller/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/twa_kind_test.yaml b/.github/workflows/tensorboards_web_application_test.yaml similarity index 90% rename from .github/workflows/twa_kind_test.yaml rename to .github/workflows/tensorboards_web_application_test.yaml index 24eed6bfb9..f6b2a5a3a3 100644 --- a/.github/workflows/twa_kind_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: + - .github/workflows/tensorboards_web_application_test.yaml - apps/tensorboard/tensorboards-web-app/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/train_operator_kind_test.yaml b/.github/workflows/train_operator_test.yaml similarity index 93% rename from .github/workflows/train_operator_kind_test.yaml rename to .github/workflows/train_operator_test.yaml index 3b9ae02f1a..a110665da7 100644 --- a/.github/workflows/train_operator_kind_test.yaml +++ b/.github/workflows/train_operator_test.yaml @@ -2,6 +2,7 @@ name: Build & Apply Training Operator manifests in KinD on: pull_request: paths: + - .github/workflows/train_operator_test.yaml - apps/training-operator/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh diff --git a/.github/workflows/vwa_kind_test.yaml b/.github/workflows/volumes_web_application_test.yaml similarity index 90% rename from .github/workflows/vwa_kind_test.yaml rename to .github/workflows/volumes_web_application_test.yaml index cfe98899a7..0058cf026d 100644 --- a/.github/workflows/vwa_kind_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: + - .github/workflows/volumes_web_application_test.yaml - apps/volumes-web-app/upstream/** - tests/gh-actions/kind-cluster.yaml - tests/gh-actions/install_istio.sh @@ -11,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install KinD run: ./tests/gh-actions/install_kind.sh