зеркало из https://github.com/microsoft/bedrock.git
Nate.scheduled.builds (#1058)
* 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:
Родитель
32c555c740
Коммит
1850ba88f9
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче