Skip to content

Commit

Permalink
[Kubernetes] Test v1.30.0-alpha.2 [sync git]
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <[email protected]>
  • Loading branch information
khs1994 committed Feb 17, 2024
1 parent fc1af37 commit f04e7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/.github/workflows/setup-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# next version
- os: ubuntu
dist: 20.04
CI_KUBERNETES_VERSION: 1.30.0-alpha.1
CI_KUBERNETES_VERSION: 1.30.0-alpha.2
LNMP_K8S_GET: --url
GENERATE_CLI_HELP: "true"

Expand Down Expand Up @@ -544,8 +544,8 @@ jobs:
export PATH=${K8S_ROOT:-/opt/k8s}/bin:$PATH
BASE_BRANCH=v1.29.0-alpha.1-config
BASE_BRANCH=master
BASE_BRANCH=v1.28.0-config
if [ $CI_KUBERNETES_VERSION != '1.30.0-alpha.1' ];then
# BASE_BRANCH=v1.28.0-config
if [ $CI_KUBERNETES_VERSION != '1.30.0-alpha.2' ];then
exit 0
fi

Expand Down

0 comments on commit f04e7d7

Please sign in to comment.