summaryrefslogtreecommitdiffstats
path: root/jjb/daisy4nfv/daisy-project-jobs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/daisy4nfv/daisy-project-jobs.yml')
-rw-r--r--jjb/daisy4nfv/daisy-project-jobs.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/jjb/daisy4nfv/daisy-project-jobs.yml b/jjb/daisy4nfv/daisy-project-jobs.yml
index 9df732f5d..f712adb0a 100644
--- a/jjb/daisy4nfv/daisy-project-jobs.yml
+++ b/jjb/daisy4nfv/daisy-project-jobs.yml
@@ -2,6 +2,7 @@
# Add daily jobs, for buidoing, deploying and testing
# TODO:
# - [ ] Add yardstick and functest for test stage
+# - [x] Use daisy-baremetal-defauls for choosing baremetal deployment
######################################################################
#############################
@@ -28,7 +29,7 @@
- 'build':
slave-label: 'opnfv-build-centos'
- 'deploy':
- slave-label: 'opnfv-build-centos'
+ slave-label: 'daisy-baremetal'
- 'test':
slave-label: 'opnfv-build-centos'
jobs:
@@ -65,6 +66,7 @@
project: '{project}'
branch: '{branch}'
- 'opnfv-build-centos-defaults'
+ - 'daisy-defaults'
- '{installer}-project-parameter':
gs-pathname: '{gs-pathname}'
@@ -155,6 +157,15 @@
- project-parameter:
project: '{project}'
branch: '{branch}'
+ - 'daisy-defaults'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: 'Git URL to use on this Jenkins Slave'
+ - string:
+ name: DEPLOY_SCENARIO
+ default: 'os-nosdn-nofeature-ha'
+ - 'daisy-defaults'
- '{slave-label}-defaults'
- '{installer}-project-parameter':
gs-pathname: '{gs-pathname}'