Add k8s context parameter to ng40 job
Change-Id: I30776b05822fdf0fb3abdaf0bae5017bac88663d
diff --git a/jjb/omec-ci.yaml b/jjb/omec-ci.yaml
index 6c9b644..721323c 100644
--- a/jjb/omec-ci.yaml
+++ b/jjb/omec-ci.yaml
@@ -27,6 +27,8 @@
pod: 'dev'
build-node: 'ng40-host-node'
ng40-vm: 'ng40@192.168.122.101'
+ cp-context: 'dev-central-gcp'
+ dp-context: 'dev-edge-onf-menlo'
- 'omec-archive-artifacts':
pod: 'dev'
build-node: 'omec-ci'
@@ -846,6 +848,16 @@
default: 'run.ntl'
description: 'NG40 test automation file'
+ - string:
+ name: cpContext
+ default: '{cp-context}'
+ description: 'K8S context for omec control plane.'
+
+ - string:
+ name: dpContext
+ default: '{dp-context}'
+ description: 'K8S context for omec data plane.'
+
concurrent: false
pipeline-scm: