diff options
Diffstat (limited to 'jjb/csit/csit-vpp-functional.yaml')
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml new file mode 100644 index 000000000..df2ec0264 --- /dev/null +++ b/jjb/csit/csit-vpp-functional.yaml @@ -0,0 +1,64 @@ +- project: + name: csit-vpp-functional + + jobs: + - 'csit-vpp-{functionality}' + + project: 'csit' + branch: 'master' + + functionality: 'functional' + +- job-template: + name: 'csit-vpp-{functionality}' + + project-type: freestyle + node: verify + concurrent: true + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - string: + name: 'VPP_URLS' + default: '' + description: 'Space separated VPP *.deb URLs from nexus' + + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + # - jclouds: + # instances: + # - multi-link: + # cloud-name: 'Primary' + # count: 3 + # stop-on-terminate: False + + # No triggers section, as it is expected that his job is triggered by + # vpp verify/merge job. + + builders: + # This is where we will need to insert a step with a script that pulls all the + # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh + # See jjb/integration from ODL + - shell: + !include-raw-escape include-raw-csit-build.sh + + publishers: + - archive-artifacts: + artifacts: 'report.html, log.html, output.xml' |