mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
added ci test for testing k8s n/w on multiple namespaces
Signed-off-by: Basil K Y <techiebasil@gmail.com>
This commit is contained in:
parent
ac29d979c5
commit
59002ad1bd
1 changed files with 7 additions and 0 deletions
|
|
@ -147,6 +147,13 @@ jobs:
|
|||
CHAINCODE_NAME: basic
|
||||
CHAINCODE_LANGUAGE: java
|
||||
CHAINCODE_BUILDER: k8s
|
||||
Multi-Namespace:
|
||||
ORG0_NS: org0-namespace
|
||||
ORG1_NS: org1-namespace
|
||||
ORG2_NS: org2-namespace
|
||||
CHAINCODE_NAME: basic
|
||||
CHAINCODE_LANGUAGE: java
|
||||
CHAINCODE_BUILDER: k8s
|
||||
|
||||
steps:
|
||||
- template: templates/install-k8s-deps.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue