Skip to content

Commit

Permalink
add release-1.11 to scheduled e2e (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jan 12, 2023
1 parent 6adf826 commit e654980
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/scheduled-e2e.yaml
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -185,6 +187,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -244,6 +247,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -322,6 +326,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
steps:
Expand Down Expand Up @@ -390,6 +395,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -441,6 +447,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
steps:
Expand Down Expand Up @@ -491,6 +498,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -544,6 +552,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -667,6 +676,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down Expand Up @@ -717,6 +727,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
- release-1.10
- release-1.9
- release-1.8
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.11.0
FROM kubeovn/kube-ovn-base:v1.12.0

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Expand Up @@ -90,7 +90,7 @@ ARG ARCH
ENV CNI_VERSION=v1.1.1
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan

ENV KUBE_VERSION="v1.24.2"
ENV KUBE_VERSION="v1.24.9"

RUN curl -L https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-${ARCH}.tar.gz | tar -xz -C . && cp ./kubernetes/client/bin/kubectl /usr/bin/kubectl \
&& chmod +x /usr/bin/kubectl && rm -rf ./kubernetes
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.debug
Expand Up @@ -103,7 +103,7 @@ ARG ARCH
ENV CNI_VERSION=v1.1.1
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan

ENV KUBE_VERSION="v1.24.2"
ENV KUBE_VERSION="v1.24.9"

RUN curl -L https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-${ARCH}.tar.gz | tar -xz -C . && cp ./kubernetes/client/bin/kubectl /usr/bin/kubectl \
&& chmod +x /usr/bin/kubectl && rm -rf ./kubernetes
Expand Down
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.no-avx512
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.11.0-no-avx512
FROM kubeovn/kube-ovn-base:v1.12.0-no-avx512

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion hack/update-codegen-docker.sh
Expand Up @@ -14,4 +14,4 @@ docker run -it --rm \
-e GROUPS_VERSION="kubeovn:v1" \
-e GENERATION_TARGETS="deepcopy,client,informer,lister" \
-e GOPROXY=${GOPROXY} \
quay.io/slok/kube-code-generator:v1.25.0
quay.io/slok/kube-code-generator:v1.26.0

0 comments on commit e654980

Please sign in to comment.