Skip to content

Commit

Permalink
fix ut error due to controller-runtime upgrade
Browse files Browse the repository at this point in the history
add ci test with k8s 1.28

Signed-off-by: Abner-1 <[email protected]>
  • Loading branch information
ABNER-1 committed Apr 25, 2024
1 parent fdfa34a commit d586172
Show file tree
Hide file tree
Showing 75 changed files with 1,333 additions and 735 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release-*
- upgrade_k8s_1.28
pull_request: {}
workflow_dispatch: {}

Expand All @@ -13,7 +14,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.55.2'
DOCKER_BUILDX_VERSION: 'v0.4.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "master", "release-*" ]
branches: [ "master", "release-*", "upgrade_k8s_1.28"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-1.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release-*
- upgrade_k8s_1.28
pull_request: {}
workflow_dispatch: {}

Expand All @@ -13,7 +14,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.18.20'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-1.20-EphemeralJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release-*
- upgrade_k8s_1.28
pull_request: {}
workflow_dispatch: {}

Expand All @@ -13,7 +14,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.20.15'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-1.24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release-*
- upgrade_k8s_1.28
pull_request: {}
workflow_dispatch: {}

Expand All @@ -13,7 +14,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
KIND_ACTION_VERSION: 'v1.3.0'
KIND_VERSION: 'v0.14.0'
KIND_IMAGE: 'kindest/node:v1.24.6'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release-*
- upgrade_k8s_1.28
pull_request: {}
workflow_dispatch: {}

Expand All @@ -13,7 +14,7 @@ permissions: read-all

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
KIND_VERSION: 'v0.18.0'
KIND_IMAGE: 'kindest/node:v1.26.3'
KIND_CLUSTER_NAME: 'ci-testing'
Expand Down
Loading

0 comments on commit d586172

Please sign in to comment.