commit
2183c90de0
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
run: |
|
run: |
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
run: |
|
run: |
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.13.9'
|
go-version: '1.14.6'
|
||||||
stable: true
|
stable: true
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
os: linux
|
os: linux
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.14.4
|
- 1.14.6
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GOPROXY=https://proxy.golang.org
|
- GOPROXY=https://proxy.golang.org
|
||||||
|
@ -11,7 +11,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- language: go
|
- language: go
|
||||||
name: Code Lint
|
name: Code Lint
|
||||||
go: 1.14.4
|
go: 1.14.6
|
||||||
env:
|
env:
|
||||||
- TESTSUITE=lintall
|
- TESTSUITE=lintall
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -20,7 +20,7 @@ matrix:
|
||||||
|
|
||||||
- language: go
|
- language: go
|
||||||
name: Unit Test
|
name: Unit Test
|
||||||
go: 1.14.4
|
go: 1.14.6
|
||||||
env:
|
env:
|
||||||
- TESTSUITE=unittest
|
- TESTSUITE=unittest
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -29,7 +29,7 @@ matrix:
|
||||||
|
|
||||||
- language: go
|
- language: go
|
||||||
name: Build
|
name: Build
|
||||||
go: 1.14.4
|
go: 1.14.6
|
||||||
script: make
|
script: make
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -29,7 +29,7 @@ DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
|
||||||
RPM_VERSION ?= $(DEB_VERSION)
|
RPM_VERSION ?= $(DEB_VERSION)
|
||||||
|
|
||||||
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
|
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
|
||||||
GO_VERSION ?= 1.14.4
|
GO_VERSION ?= 1.14.6
|
||||||
|
|
||||||
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
|
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
|
||||||
BUILDROOT_BRANCH ?= 2019.02.11
|
BUILDROOT_BRANCH ?= 2019.02.11
|
||||||
|
@ -42,7 +42,7 @@ COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),"${COMMIT_NO
|
||||||
HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.12.x
|
HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.12.x
|
||||||
# NOTE: "latest" as of 2020-05-13. kube-cross images aren't updated as often as Kubernetes
|
# NOTE: "latest" as of 2020-05-13. kube-cross images aren't updated as often as Kubernetes
|
||||||
# https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION
|
# https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION
|
||||||
BUILD_IMAGE ?= us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v$(GO_VERSION)-2
|
BUILD_IMAGE ?= us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v$(GO_VERSION)-1
|
||||||
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
|
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
|
||||||
KVM_BUILD_IMAGE ?= $(REGISTRY)/kvm-build-image:$(GO_VERSION)
|
KVM_BUILD_IMAGE ?= $(REGISTRY)/kvm-build-image:$(GO_VERSION)
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ export KUBECONFIG="${TEST_HOME}/kubeconfig"
|
||||||
export PATH=$PATH:"/usr/local/bin/:/usr/local/go/bin/:$GOPATH/bin"
|
export PATH=$PATH:"/usr/local/bin/:/usr/local/go/bin/:$GOPATH/bin"
|
||||||
|
|
||||||
# installing golang so we could do go get for gopogh
|
# installing golang so we could do go get for gopogh
|
||||||
sudo ./installers/check_install_golang.sh "1.14.4" "/usr/local" || true
|
sudo ./installers/check_install_golang.sh "1.14.6" "/usr/local" || true
|
||||||
|
|
||||||
docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true
|
docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true
|
||||||
docker volume prune -f || true
|
docker volume prune -f || true
|
||||||
|
|
Loading…
Reference in New Issue