Skip to content

Commit

Permalink
fixing yaml file linting issues in yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 15, 2024
1 parent 69b0ef9 commit 5a87e08
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kserve_cni_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: |
chmod +x ./tests/gh-actions/install_calico.sh
./tests/gh-actions/install_calico.sh
run: ./tests/gh-actions/install_calico.sh

Check failure on line 30 in .github/workflows/kserve_cni_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

30:48 [trailing-spaces] trailing spaces

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/kserve_m2m_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:

- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: |
chmod +x ./tests/gh-actions/install_calico.sh
./tests/gh-actions/install_calico.sh

Check failure on line 31 in .github/workflows/kserve_m2m_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

31:1 [trailing-spaces] trailing spaces
- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

Check failure on line 33 in .github/workflows/kserve_m2m_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

33:12 [colons] too many spaces after colon

- name: Install kubectl
run: ./tests/gh-actions/install_kubectl.sh
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/kserve_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: |
chmod +x ./tests/gh-actions/install_calico.sh
./tests/gh-actions/install_calico.sh
- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_controller_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

Check failure on line 28 in .github/workflows/notebook_controller_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

28:1 [trailing-spaces] trailing spaces
- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pipeline_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: |
chmod +x ./tests/gh-actions/install_calico.sh
./tests/gh-actions/install_calico.sh
- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

Check failure on line 25 in .github/workflows/ray_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

25:1 [trailing-spaces] trailing spaces
- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down

0 comments on commit 5a87e08

Please sign in to comment.