* trigger Azure-simple integration test

* testing new simple IT

* testing var syntax

* adding tasks

* adjusting dependencies

* new changes

* checking in export task

* validating

* stage dependency test

* removing stages

* adding job dependency

* syntax switch on env vars

* adding job toggling to al IT

* Whitelist_Bedrock.

* merging stages to repair issue with pipeline vars

* syntax repair

* syntax

* Publishing artifacts for future repair

* removing debug prints

* removing comments

* Adding scheduled pipelines

* adjusting paths for template pipelines

* testing with comments

* Addint 0 trigger

* upgrading go version
This commit is contained in:
Nate 2020-02-28 16:24:00 -05:00 коммит произвёл GitHub
Родитель 32c555c740
Коммит 1850ba88f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -40,7 +40,7 @@ pr:
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
@ -140,7 +140,7 @@ stages:
timeoutInMinutes: 60
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
@ -176,7 +176,7 @@ stages:
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code

Просмотреть файл

@ -1,3 +1,5 @@
trigger: none
schedules:
- cron: "0 12 * * 5"
branches:
@ -7,7 +9,7 @@ schedules:
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
@ -107,7 +109,7 @@ stages:
timeoutInMinutes: 60
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
@ -143,7 +145,7 @@ stages:
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOROOT: '/usr/local/go1.13' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code

Просмотреть файл

@ -44,4 +44,4 @@ require (
k8s.io/klog v0.2.0 // indirect
k8s.io/kubernetes v1.13.4 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)
)