Skip to content

Commit

Permalink
fake matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng authored Jul 29, 2023
1 parent b1546e9 commit 5695557
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ jobs:
name: e2e_kube
runs-on: ubuntu-latest
#TODO matrix for k8s version and xline cluster node number
strategy:
fail-fast: false
matrix:
target:
- 1.27.3
- 1.27.3t
- 1.27.3t2
- 1.27.3t3
- 1.27.3t4
steps:
- name: work with kubernetes
run: |
echo ${{ matrix.target }}
wget https://github.com/kubernetes-sigs/kind/releases/download/v0.20.0/kind-linux-amd64
chmod +x kind-linux-amd64
mv kind-linux-amd64 /usr/local/bin/kind
Expand Down

0 comments on commit 5695557

Please sign in to comment.