X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-templates.yaml;h=e1dde447d86b3a60eaeb3146784e176edf5298d1;hb=2012ae85ff85182869c8ae316ce6b6c081bdd5f3;hp=ca0ccea032c0f9c6f42ee6d71e8f9faabc7a1b29;hpb=9754d14b4ad66898d9ba3d6f707092973483bdd7;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index ca0ccea03..e1dde447d 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -53,7 +53,7 @@ - integration-test-options: test-options: '{robot-options}' - integration-stream-test-plan: - stream-test-plan: '{project}-{functionality}-{stream}.txt' + stream-test-plan: '{project}-{functionality}-beryllium.txt' - integration-test-plan: test-plan: '{project}-{functionality}.txt' - integration-jdk-version: @@ -344,11 +344,11 @@ - integration-controller-scope: controller-scope: 'only' - integration-controller-features: - controller-features: '{install-features}' + controller-features: 'odl-jolokia,{install-features}' - integration-test-options: test-options: '{robot-options}' - integration-stream-test-plan: - stream-test-plan: '{project}-{functionality}-{stream}.txt' + stream-test-plan: '{project}-{functionality}-beryllium.txt' - integration-test-plan: test-plan: '{project}-{functionality}.txt' - integration-jdk-version: @@ -390,7 +390,6 @@ - integration-get-bundle-vars - inject: properties-file: 'bundle_vars.txt' - - integration-deploy-controller - integration-configure-clustering - integration-start-cluster-run-test - integration-cleanup-tmp @@ -429,7 +428,7 @@ - integration-controller-scope: controller-scope: '{scope}' - integration-controller-features: - controller-features: '{install-features}' + controller-features: 'odl-jolokia,{install-features}' - integration-test-options: test-options: '{robot-options}' - integration-stream-test-plan: @@ -474,7 +473,6 @@ - integration-get-bundle-vars - inject: properties-file: 'bundle_vars.txt' - - integration-deploy-controller - integration-configure-clustering - integration-start-cluster-run-test - integration-cleanup-tmp @@ -538,7 +536,7 @@ - integration-controller-scope: controller-scope: '{scope}' - integration-controller-features: - controller-features: '{install-features}' + controller-features: 'odl-jolokia,{install-features}' - integration-test-options: test-options: '{robot-options}' - integration-stream-test-plan: @@ -581,7 +579,6 @@ - integration-get-bundle-vars - inject: properties-file: 'bundle_vars.txt' - - integration-deploy-controller - integration-configure-clustering - integration-start-cluster-run-test - integration-cleanup-tmp @@ -619,3 +616,77 @@ inclusion-flag: 'off' display-table: true format: csv + +- job-template: + name: '{project}-openstack-{functionality}-daily-{openstack}-{odl}' + + project-type: freestyle + node: dynamic_robot + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-num-to-keep}' + + parameters: + - project-parameter: + project: 'integration/test' + - integration-patch-refspec: + branch: 'master' + - integration-test-plan: + test-plan: '{project}-{functionality}.txt' + - string: + name: OPENSTACK_BRANCH + default: '{openstack-branch}' + description: 'Openstack branch to use with devstack' + - string: + name: ODL_VERSION + default: '{odl-version}' + description: 'OpenDaylight version to use with devstack + networking_odl project' + - string: + name: TEMPEST_REGEX + default: 'tempest.api.network' + description: 'Default grouping of tempest tests to run' + + scm: + - integration-gerrit-scm: + credentials-id: '{ssh-credentials}' + basedir: 'test' + refspec: '$PATCHREFSPEC' + branch: 'master' + + wrappers: + - build-timeout + - jclouds: + instances: + - rk-c7-devstack: + cloud-name: 'Rackspace DFW - Devstack' + count: '1' + stop-on-terminate: False + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + # Trigger jobs (daily) + triggers: + - integration-csit-all + + builders: + - integration-install-robotframework + - inject: + properties-file: 'env.properties' + - integration-get-slave-addresses + - inject: + properties-file: 'slave_addresses.txt' + - include-raw-integration-deploy-devstack-testing + - integration-cleanup-tmp + + publishers: + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 + - archive: + artifacts: 'devstacklog.txt,*karaf*' + - email-notification: + email-prefix: '[project]'