File tree Expand file tree Collapse file tree 4 files changed +7
-29
lines changed
Expand file tree Collapse file tree 4 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,10 @@ format-all-patch:
101101test :
102102 ./hack/test.sh
103103
104- # before v1.25
105104.PHONY : test-cmd
106105test-cmd :
107106 ./hack/test_cmd.sh
108107
109- # after v1.26
110- .PHONY : test-cmd-2
111- test-cmd-2 :
112- ./hack/test_cmd_2.sh
113-
114108.PHONY : test-integration
115109test-integration :
116110 ./hack/test_integration.sh
Original file line number Diff line number Diff line change @@ -5,13 +5,19 @@ set -o nounset
55set -o pipefail
66
77source " kit/helper.sh"
8+ KUBE_ROOT=$( dirname " ${BASH_SOURCE[0]} " ) /..
89cd " ${WORKDIR} "
910
1011# Kubeadm was added for testing in 1.19 and later
1112for n in {1..5}; do
1213 echo " +++ Test retry ${n} "
1314 ./build/shell.sh -c '
15+
16+ # before v1.25
1417make generated_files kubeadm
18+ # after v1.26
19+ make all -C "${KUBE_ROOT}" WHAT=cmd/kubeadm
20+
1521mkdir -p _output/local/go/bin/ && cp _output/dockerized/bin/linux/amd64/kubeadm _output/local/go/bin/
1622./hack/install-etcd.sh
1723PATH=$(pwd)/third_party/etcd:${PATH} make test-cmd
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ releases:
6565 - nokmem.1.20
6666
6767 - name : v1.18.20-lts.2
68- base_release : v1.18.20
68+ base_release : v1.18.20-ci
6969 must : true
7070 patches :
7171 - CVE-2020-8554.1.18
You can’t perform that action at this time.
0 commit comments