Skip to content

Commit

Permalink
chore(tests): downgrade ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jun 23, 2023
1 parent 083e68b commit c680d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
minikube version: v1.30.1
kubernetes version: v1.25.6
driver: docker
github token: ${{ secrets.GITHUB_TOKEN }}

- name: Run load tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:

chart-lint:
name: Helm chart Lint
# We needed to downgrade and pin the version since the currenty minikube version is not capable of starting clusters>1.26 on Ubuntu 22.
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
Expand Down Expand Up @@ -53,6 +52,7 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
with:
minikube version: v1.30.1
driver: docker
kubernetes version: ${{ matrix.kubernetes-version }}
github token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v4
Expand Down

0 comments on commit c680d0a

Please sign in to comment.