Skip to content

Commit

Permalink
fix(ci): downgrade kubernetes version for migration-e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent 09c08a3 commit 01a5f28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.27.3]
kubernetes: [v1.22.17]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -295,6 +295,7 @@ jobs:
fail-fast: true
matrix:
engine: [cstor, jiva]
kubernetes: [v1.27.3]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.27.3]
kubernetes: [v1.22.17]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -160,6 +160,7 @@ jobs:
fail-fast: true
matrix:
engine: [cstor, jiva]
kubernetes: [v1.27.3]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 01a5f28

Please sign in to comment.