File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2323 set -e
2424 make -C ./hack/aks set-kubeconf AZCLI=az CLUSTER=${{ parameters.clusterName }}
2525
26- # sig-release provides test suite tarball(s) per k8s release. Just need to provide k8s version "v1.xx.xx"
27- # pulling k8s version from AKS.
28- eval k8sVersion="v"$( az aks show -g ${{ parameters.clusterName }} -n ${{ parameters.clusterName }} --query "currentKubernetesVersion")
29- echo $k8sVersion
30- curl -L https://dl.k8s.io/$k8sVersion/kubernetes-test-linux-amd64.tar.gz -o ./kubernetes-test-linux-amd64.tar.gz
26+ # Final upstream patch for k8s 1.27
27+ curl -L https://dl.k8s.io/v1.27.16/kubernetes-test-linux-amd64.tar.gz -o ./kubernetes-test-linux-amd64.tar.gz
3128
3229 # https://github.com/kubernetes/sig-release/blob/master/release-engineering/artifacts.md#content-of-kubernetes-test-system-archtargz-on-example-of-kubernetes-test-linux-amd64targz-directories-removed-from-list
3330 # explictly unzip and strip directories from ginkgo and e2e.test
Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ LINT_PKG ?= .
677677GOLANGCI_LINT = go tool golangci-lint
678678
679679lint : # # Fast lint vs default branch showing only new issues.
680- GOGC=20 $(GOLANGCI_LINT ) run --new-from-rev release/v1.4 --timeout 10m -v $(LINT_PKG ) /...
680+ GOGC=20 $(GOLANGCI_LINT ) run --new-from-rev release/v1.4 --config=.golangci.yml -- timeout 10m -v $(LINT_PKG ) /...
681681
682682lint-all : # # Lint the current branch in entirety.
683683 GOGC=20 $(GOLANGCI_LINT ) run -v $(LINT_PKG ) /...
Original file line number Diff line number Diff line change 11module github.com/Azure/azure-container-networking/dropgz
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/jsternberg/zap-logfmt v1.3.0
Original file line number Diff line number Diff line change 11module github.com/Azure/azure-container-networking/zapai
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/jsternberg/zap-logfmt v1.3.0
You can’t perform that action at this time.
0 commit comments