Skip to content

Commit

Permalink
Move all tests under tests dir (kubeflow#2237)
Browse files Browse the repository at this point in the history
* tests: Move everything under tests

Signed-off-by: Kimonas Sotirchos <[email protected]>

* test: Move everything under test

Signed-off-by: Kimonas Sotirchos <[email protected]>
(cherry picked from commit 666bb8c)
  • Loading branch information
kimwnasptd authored and VaishnaviHire committed Aug 16, 2022
1 parent 8fde18a commit fc2cf6b
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/centraldb_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/katib_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/kserve_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pipeline_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/poddefaults_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/profiles_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/train_operator_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/twa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fc2cf6b

Please sign in to comment.