mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update VM Spec
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
5abf9cab2b
commit
946e5c036b
1 changed files with 14 additions and 14 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- job: CommercialPaper_Go
|
- job: CommercialPaper_Go
|
||||||
displayName: Commercial Paper (Go)
|
displayName: Commercial Paper (Go)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/commercial-paper/azure-pipelines-go.yml
|
- template: templates/commercial-paper/azure-pipelines-go.yml
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- job: CommercialPaper_Java
|
- job: CommercialPaper_Java
|
||||||
displayName: Commercial Paper (Java)
|
displayName: Commercial Paper (Java)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/commercial-paper/azure-pipelines-java.yml
|
- template: templates/commercial-paper/azure-pipelines-java.yml
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- job: CommercialPaper_JavaScript
|
- job: CommercialPaper_JavaScript
|
||||||
displayName: Commercial Paper (JavaScript)
|
displayName: Commercial Paper (JavaScript)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/commercial-paper/azure-pipelines-javascript.yml
|
- template: templates/commercial-paper/azure-pipelines-javascript.yml
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- job: FabCar_Go
|
- job: FabCar_Go
|
||||||
displayName: FabCar (Go)
|
displayName: FabCar (Go)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/fabcar/azure-pipelines-go.yml
|
- template: templates/fabcar/azure-pipelines-go.yml
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- job: FabCar_Java
|
- job: FabCar_Java
|
||||||
displayName: FabCar (Java)
|
displayName: FabCar (Java)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/fabcar/azure-pipelines-java.yml
|
- template: templates/fabcar/azure-pipelines-java.yml
|
||||||
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- job: FabCar_JavaScript
|
- job: FabCar_JavaScript
|
||||||
displayName: FabCar (JavaScript)
|
displayName: FabCar (JavaScript)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/fabcar/azure-pipelines-javascript.yml
|
- template: templates/fabcar/azure-pipelines-javascript.yml
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- job: Fabcar_TypeScript
|
- job: Fabcar_TypeScript
|
||||||
displayName: FabCar (TypeScript)
|
displayName: FabCar (TypeScript)
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- template: templates/install-deps.yml
|
- template: templates/install-deps.yml
|
||||||
- template: templates/fabcar/azure-pipelines-typescript.yml
|
- template: templates/fabcar/azure-pipelines-typescript.yml
|
||||||
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- job: Lint
|
- job: Lint
|
||||||
displayName: Lint
|
displayName: Lint
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- task: GoTool@0
|
- task: GoTool@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- job: TestNetworkBasic
|
- job: TestNetworkBasic
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Basic-Go:
|
Basic-Go:
|
||||||
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
- job: TestNetworkLedger
|
- job: TestNetworkLedger
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Ledger-Go:
|
Ledger-Go:
|
||||||
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
- job: TestNetworkPrivate
|
- job: TestNetworkPrivate
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Private-Go:
|
Private-Go:
|
||||||
|
|
@ -151,7 +151,7 @@ jobs:
|
||||||
- job: TestNetworkSBE
|
- job: TestNetworkSBE
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
SBE-Typescript:
|
SBE-Typescript:
|
||||||
|
|
@ -169,7 +169,7 @@ jobs:
|
||||||
- job: TestNetworkSecured
|
- job: TestNetworkSecured
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Secured-Go:
|
Secured-Go:
|
||||||
|
|
@ -184,7 +184,7 @@ jobs:
|
||||||
- job: TestNetworkEvents
|
- job: TestNetworkEvents
|
||||||
displayName: Test Network
|
displayName: Test Network
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Events-Javascript:
|
Events-Javascript:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue