Skip to content

Commit

Permalink
Hotfix workflows (#1466)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <[email protected]>
  • Loading branch information
Alan-Cha authored May 15, 2023
1 parent 460ede4 commit dcf6520
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
# Push Iter8 image to Docker Hub
build-and-push:
runs-on: ubuntu-latest
needs: assets
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -45,10 +44,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-and-push
- assets
steps:
- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
- name: Start kind cluster
uses: helm/[email protected]
with:
Expand Down Expand Up @@ -76,10 +74,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-and-push
- assets
steps:
- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
- name: Start kind cluster
uses: helm/[email protected]
with:
Expand Down Expand Up @@ -109,10 +106,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-and-push
- assets
steps:
- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
- name: Start kind cluster
uses: helm/[email protected]
with:
Expand Down Expand Up @@ -140,10 +136,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-and-push
- assets
steps:
- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
- name: Start kind cluster
uses: helm/[email protected]
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/localtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
files: charts/iter8

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
files: charts/autox

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
files: charts/abn

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
files: charts/traffic

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testkustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
files: charts/traffic

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
files: charts/traffic

- name: Install Iter8
run: go install github.com/iter8-tools/iter8@v0.13
run: go install github.com/iter8-tools/iter8@v0.14
if: steps.modified-files.outputs.any_modified == 'true'

- name: Start kind cluster ${{ matrix.version }}
Expand Down

0 comments on commit dcf6520

Please sign in to comment.