Skip to content

Commit

Permalink
Rename workflows and upgrade actions/checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
  • Loading branch information
lampajr committed May 2, 2024
1 parent 98f52e2 commit 96d7de2
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Build & Apply BentoML Yatai Stack manifests in KinD
on:
pull_request:
paths:
- .github/workflows/bentoml_test.yaml
- contrib/bentoml/**

jobs:
build:
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ 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:
build:
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build & Apply KServe manifests in KinD
on:
pull_request:
paths:
- .github/workflows/kserve_test.yaml
- contrib/kserve/**
- common/knative/**

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Build & Apply contrib/metacontroller in KinD
on:
pull_request:
paths:
- .github/workflows/metacontroller_test.yaml
- contrib/metacontroller/**

jobs:
build:
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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*/**
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Build & Apply Ray manifest in KinD
on:
pull_request:
paths:
- .github/workflows/ray_test.yaml
- contrib/ray/**

jobs:
build:
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Build & Apply Seldon manifests in KinD
on:
pull_request:
paths:
- .github/workflows/seldon_test.yaml
- contrib/seldon/**

jobs:
build:
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 96d7de2

Please sign in to comment.