VOLTHA job fixes
- Use `build-node` and `buildNode` rather than other names for Jenkins
executors.
- Leave the `TestNodeName` var until external Jenkinsfiles are updated
Change-Id: I017d6c9802ae1132302d6046684a74ac99813b7e
diff --git a/jjb/cord-test/mcord.yaml b/jjb/cord-test/mcord.yaml
index 917d927..6e9fdd1 100644
--- a/jjb/cord-test/mcord.yaml
+++ b/jjb/cord-test/mcord.yaml
@@ -11,14 +11,14 @@
jobs:
# onlab mcord-pod1 build
- 'build_mcord_pod_manual':
- testvm: 'onf-build'
+ build-node: 'onf-build'
config-pod: 'onf-mcord-pod1'
profile: 'mcord'
branch: 'master'
Jenkinsfile: 'Jenkinsfile-mcord-local-build'
- 'build_mcord_pod_manual':
- testvm: 'onf-build'
+ build-node: 'onf-build'
config-pod: 'onf-mcord-pod2'
profile: 'mcord'
branch: 'master'
@@ -26,7 +26,7 @@
Jenkinsfile: 'Jenkinsfile-mcord-remote-build'
- 'build_mcord_pod_manual':
- testvm: 'mcord-dt'
+ build-node: 'mcord-dt'
config-pod: 'mcord-barcellona-remote-dt'
profile: 'mcord'
branch: 'master'