Skip to content

Commit

Permalink
Update actions with the new name of the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLoukas committed Jul 1, 2022
1 parent 4e9f116 commit 3737f5b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centraldb_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/katib_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kserve_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poddefaults_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiles_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tb_controller_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/train_operator_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vwa_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./testing/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 testing/gh-actions/kind-cluster-1-22.yaml

- name: Install kustomize
run: ./testing/gh-actions/install_kustomize.sh
Expand Down

0 comments on commit 3737f5b

Please sign in to comment.