change e2e k8s version of adeployment
Signed-off-by: mingzhou.swx <mingzhou.swx@alibaba-inc.com>
This commit is contained in:
parent
2b9dc02cec
commit
46bd7d5895
|
|
@ -1,4 +1,4 @@
|
|||
name: E2E-Advanced-Deployment-1.14
|
||||
name: E2E-Advanced-Deployment-1.16
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,8 +10,8 @@ on:
|
|||
|
||||
env:
|
||||
# Common versions
|
||||
GO_VERSION: '1.17'
|
||||
KIND_IMAGE: 'kindest/node:v1.14.6'
|
||||
GO_VERSION: '1.16'
|
||||
KIND_IMAGE: 'kindest/node:v1.16.9'
|
||||
KIND_CLUSTER_NAME: 'ci-testing'
|
||||
|
||||
jobs:
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
name: E2E-Advanced-Deployment-1.25
|
||||
name: E2E-Advanced-Deployment-1.24
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,8 +10,8 @@ on:
|
|||
|
||||
env:
|
||||
# Common versions
|
||||
GO_VERSION: '1.17'
|
||||
KIND_IMAGE: 'kindest/node:v1.25.3'
|
||||
GO_VERSION: '1.18'
|
||||
KIND_IMAGE: 'kindest/node:v1.24.7'
|
||||
KIND_CLUSTER_NAME: 'ci-testing'
|
||||
|
||||
jobs:
|
||||
Loading…
Reference in New Issue