Merge "onlab ecord(global and local) to jjb"
diff --git a/jjb/cord-test/ecord-build.yaml b/jjb/cord-test/ecord-build.yaml
index d73677e..9df3203 100644
--- a/jjb/cord-test/ecord-build.yaml
+++ b/jjb/cord-test/ecord-build.yaml
@@ -34,6 +34,14 @@
Jenkinsfile: 'Jenkinsfile'
fromBranch: 'cord-5.0'
+ # ONLAB ECORD build jobs (ecord-global)
+ - 'build_pod_manual':
+ pod: 'onlab-ecord-global'
+ pod_config: 'onlab-ecord-global.yml'
+ profile: 'ecord-global'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile.newBuildSystem'
+
# qct pod 3 test jobs (ecord-global)
- 'build_pod_test':
pod: 'qct-pod3'
@@ -57,6 +65,14 @@
branch: 'master'
Jenkinsfile: 'Jenkinsfile-ecord-global'
+ # ONLAB Global POD test jobs (ecord-global)
+ - 'build_pod_manual_test':
+ pod: 'onlab-ecord-global'
+ pod_config: 'onlab-ecord-global.yml'
+ profile: 'ecord-global'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile-ecord-global'
+
# qct pod 3 build jobs (ecord-local)
- 'build_pod_first':
pod: 'qct-pod3'
@@ -82,6 +98,28 @@
Jenkinsfile: 'Jenkinsfile'
fromBranch: 'cord-5.0'
+ # ONLAB LOCAL build jobs (ecord-local)
+ - 'build_pod_manual':
+ pod: 'onlab-ecord-local-pod1'
+ pod_config: 'onlab-ecord-local-pod1.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile.newBuildSystem'
+
+ - 'build_pod_manual':
+ pod: 'onlab-ecord-local-pod2'
+ pod_config: 'onlab-ecord-local-pod2.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile.newBuildSystem'
+
+ - 'build_pod_manual':
+ pod: 'onlab-ecord-local-pod3'
+ pod_config: 'onlab-ecord-local-pod3.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile.newBuildSystem'
+
# qct pod 3 test jobs (ecord-local)
- 'build_pod_test':
pod: 'qct-pod3'
@@ -103,3 +141,25 @@
profile: 'ecord-local'
branch: 'master'
Jenkinsfile: 'Jenkinsfile-ecord-local'
+
+ # ONLAB Local POD test jobs (ecord-local)
+ - 'build_pod_manual_test':
+ pod: 'onlab-ecord-local-pod1'
+ pod_config: 'onlab-ecord-local-pod1.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile-ecord-local'
+
+ - 'build_pod_manual_test':
+ pod: 'onlab-ecord-local-pod2'
+ pod_config: 'onlab-ecord-local-pod2.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile-ecord-local'
+
+ - 'build_pod_manual_test':
+ pod: 'onlab-ecord-local-pod3'
+ pod_config: 'onlab-ecord-local-pod3.yml'
+ profile: 'ecord-local'
+ branch: 'cord-4.1'
+ Jenkinsfile: 'Jenkinsfile-ecord-local'