X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=9bd22af536e9295113b8bb7a09b529d934c39042;hb=0f5d8894f33050194b062c2c63703bc36662779f;hp=7a4d3fbfaf9bc01b552da0e2051a926030bb7b3a;hpb=f7d35c1dc0b5fdf640ec8ef5164d1e917039337d;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 7a4d3fbfa..9bd22af53 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -10,6 +10,7 @@ - 'integration-distribution-test-{stream}' - 'integration-patch-test-{stream}' - 'integration-multipatch-test-{stream}' + - 'integration-distribution-weekly-test-trigger-{stream}' # CSIT Lists in releng-defaults.yaml stream: @@ -18,21 +19,24 @@ jdk: 'openjdk8' jre: 'openjdk8' csit-list: '{csit-list-carbon}' - schedule: 'H H * * 0-4' + csit-weekly-list: '{csit-weekly-list-carbon}' + schedule-weekly: 'H 12 * * 0' - boron: branch: 'stable/boron' jdk: 'openjdk8' jre: 'openjdk8' csit-list: '{csit-list-boron}' - schedule: 'H H * * 0-4' + csit-weekly-list: '' + schedule-weekly: 'H 12 * * 0' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' jre: 'openjdk7' csit-list: '{csit-list-beryllium}' - schedule: 'H H * * 6' + csit-weekly-list: '' + schedule-weekly: 'H 12 * * 0' # tools system image tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300 @@ -60,6 +64,7 @@ parameters: - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: '{project}' branch: '{test-branch}' refspec: 'refs/heads/{test-branch}' @@ -162,9 +167,6 @@ - integration-jdk-version: jdkversion: '{jre}' - triggers: - - timed: '{schedule}' - builders: - trigger-builds: - project: '{csit-list}' @@ -195,6 +197,7 @@ parameters: - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: '$GERRIT_PROJECT' branch: '{branch}' refspec: '$GERRIT_REFSPEC' @@ -310,6 +313,7 @@ - integration-distribution-branch: branch: '{branch}' - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: 'integration/distribution' branch: '{branch}' refspec: 'refs/heads/{branch}' @@ -357,3 +361,34 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[int/dist]' + +- job-template: + name: 'integration-distribution-weekly-test-trigger-{stream}' + + project-type: freestyle + node: centos7-robot-2c-2g + + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' + + parameters: + - integration-bundleurl: + bundleurl: '{bundleurl}' + - integration-jdk-version: + jdkversion: '{jre}' + + triggers: + - timed: '{schedule-weekly}' + + builders: + - trigger-builds: + - project: '{csit-weekly-list}' + block: true + predefined-parameters: + BUNDLEURL=$BUNDLEURL + + publishers: + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[integration]'