mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
commit
8fde4acdf8
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -9,9 +9,9 @@ on:
|
||||
- master
|
||||
- 'release-*'
|
||||
env:
|
||||
RUNC_VERSION: v1.0.0-rc10
|
||||
CRIO_VERSION: v1.17.0
|
||||
GO_VERSION: 1.13.8
|
||||
RUNC_VERSION: v1.0.0-rc90
|
||||
CRIO_VERSION: v1.18.2
|
||||
GO_VERSION: 1.13.12
|
||||
jobs:
|
||||
|
||||
golangci:
|
||||
|
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -8,11 +8,11 @@ pipeline {
|
||||
environment {
|
||||
GO111MODULE="on"
|
||||
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
|
||||
RUNC_VERSION="v1.0.0-rc10"
|
||||
CRIO_VERSION="v1.17.0"
|
||||
RUNC_VERSION="v1.0.0-rc90"
|
||||
CRIO_VERSION="v1.18.2"
|
||||
GOLANGCI_LINT_VERSION="v1.27.0"
|
||||
BUILDAH_VERSION="v1.14.0"
|
||||
GO_VERSION="1.13.7"
|
||||
BUILDAH_VERSION="v1.15.0"
|
||||
GO_VERSION="1.13.12"
|
||||
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
GOROOT="/usr/local/go"
|
||||
GOPATH="/tmp/go"
|
||||
|
Loading…
Reference in New Issue
Block a user