diff --git a/.github/workflows/centraldb_kind_test.yaml b/.github/workflows/centraldb_kind_test.yaml index 739c5d6d23..51c09a4008 100644 --- a/.github/workflows/centraldb_kind_test.yaml +++ b/.github/workflows/centraldb_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/jwa_kind_test.yaml b/.github/workflows/jwa_kind_test.yaml index 8c8d3ceb8e..bc09eba524 100644 --- a/.github/workflows/jwa_kind_test.yaml +++ b/.github/workflows/jwa_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/katib_kind_test.yaml b/.github/workflows/katib_kind_test.yaml index e67e3592fe..661feeb460 100644 --- a/.github/workflows/katib_kind_test.yaml +++ b/.github/workflows/katib_kind_test.yaml @@ -12,19 +12,19 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Install cert-manager - run: ./testing/gh-actions/install_cert_manager.sh + run: ./tests/gh-actions/install_cert_manager.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/kserve_kind_test.yaml b/.github/workflows/kserve_kind_test.yaml index d778dd19b7..fdf2962ff1 100644 --- a/.github/workflows/kserve_kind_test.yaml +++ b/.github/workflows/kserve_kind_test.yaml @@ -12,19 +12,19 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Install cert-manager - run: ./testing/gh-actions/install_cert_manager.sh + run: ./tests/gh-actions/install_cert_manager.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/nb_controller_kind_test.yaml b/.github/workflows/nb_controller_kind_test.yaml index 007de0a56b..81a83d930e 100644 --- a/.github/workflows/nb_controller_kind_test.yaml +++ b/.github/workflows/nb_controller_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/pipeline_kind_test.yaml b/.github/workflows/pipeline_kind_test.yaml index d6ad29e8b8..f2867edf47 100644 --- a/.github/workflows/pipeline_kind_test.yaml +++ b/.github/workflows/pipeline_kind_test.yaml @@ -12,19 +12,19 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Install cert-manager - run: ./testing/gh-actions/install_cert_manager.sh + run: ./tests/gh-actions/install_cert_manager.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/poddefaults_kind_test.yaml b/.github/workflows/poddefaults_kind_test.yaml index fa99e1f32f..53ce9fdc67 100644 --- a/.github/workflows/poddefaults_kind_test.yaml +++ b/.github/workflows/poddefaults_kind_test.yaml @@ -12,19 +12,19 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Install cert-manager - run: ./testing/gh-actions/install_cert_manager.sh + run: ./tests/gh-actions/install_cert_manager.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/profiles_kind_test.yaml b/.github/workflows/profiles_kind_test.yaml index fb07207b94..ed0d428c5b 100644 --- a/.github/workflows/profiles_kind_test.yaml +++ b/.github/workflows/profiles_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/tb_controller_kind_test.yaml b/.github/workflows/tb_controller_kind_test.yaml index 8ab37301c6..7b5d4c2573 100644 --- a/.github/workflows/tb_controller_kind_test.yaml +++ b/.github/workflows/tb_controller_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/train_operator_kind_test.yaml b/.github/workflows/train_operator_kind_test.yaml index 4dbaa6e181..3489c2825f 100644 --- a/.github/workflows/train_operator_kind_test.yaml +++ b/.github/workflows/train_operator_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/twa_kind_test.yaml b/.github/workflows/twa_kind_test.yaml index afb74e6af5..22fa6d56e6 100644 --- a/.github/workflows/twa_kind_test.yaml +++ b/.github/workflows/twa_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/.github/workflows/vwa_kind_test.yaml b/.github/workflows/vwa_kind_test.yaml index b5822d2f9e..746214b46f 100644 --- a/.github/workflows/vwa_kind_test.yaml +++ b/.github/workflows/vwa_kind_test.yaml @@ -12,16 +12,16 @@ jobs: uses: actions/checkout@v3 - name: Install KinD - run: ./testing/gh-actions/install_kind.sh + run: ./tests/gh-actions/install_kind.sh - name: Create KinD Cluster - run: kind create cluster --config testing/gh-actions/kind-1-22.yaml + run: kind create cluster --config tests/gh-actions/kind-1-22.yaml - name: Install kustomize - run: ./testing/gh-actions/install_kustomize.sh + run: ./tests/gh-actions/install_kustomize.sh - name: Install Istio - run: ./testing/gh-actions/install_istio.sh + run: ./tests/gh-actions/install_istio.sh - name: Build & Apply manifests run: | diff --git a/testing/gh-actions/install_cert_manager.sh b/tests/gh-actions/install_cert_manager.sh similarity index 100% rename from testing/gh-actions/install_cert_manager.sh rename to tests/gh-actions/install_cert_manager.sh diff --git a/testing/gh-actions/install_istio.sh b/tests/gh-actions/install_istio.sh similarity index 100% rename from testing/gh-actions/install_istio.sh rename to tests/gh-actions/install_istio.sh diff --git a/testing/gh-actions/install_kind.sh b/tests/gh-actions/install_kind.sh similarity index 100% rename from testing/gh-actions/install_kind.sh rename to tests/gh-actions/install_kind.sh diff --git a/testing/gh-actions/install_kustomize.sh b/tests/gh-actions/install_kustomize.sh similarity index 100% rename from testing/gh-actions/install_kustomize.sh rename to tests/gh-actions/install_kustomize.sh diff --git a/testing/gh-actions/kind-1-22.yaml b/tests/gh-actions/kind-1-22.yaml similarity index 100% rename from testing/gh-actions/kind-1-22.yaml rename to tests/gh-actions/kind-1-22.yaml