X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=11d29ebe1527ffc8ad01dbbcb86e5531881ff2b1;hb=901a464113b2ec230a0fd2aa5a5ebd4ce0909672;hp=ad523e6ce8145028568809eeb89d625ba883e764;hpb=9527fadeacdd2fcf7b0b65e8da9ea141601c2db6;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index ad523e6ce..11d29ebe1 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -13,17 +13,30 @@ - 'integration-multipatch-test-{stream}' - 'integration-distribution-weekly-test-trigger-{stream}' - 'integration-distribution-high-frequency-test-trigger-{stream}' + - 'integration-update-csit-tests-{stream}' # CSIT Lists in releng-defaults.yaml stream: - - nitrogen: + - oxygen: branch: 'master' + jdk: 'openjdk8' + csit-blacklist: longevity gate sanity daexim jsonrpc + csit-list: !include: csit-jobs-oxygen.lst + csit-sanity-list: '{csit-sanity-list-oxygen}' + csit-weekly-list: '{csit-weekly-list-oxygen}' + schedule-weekly: 'H 23 * * 6' + csit-high-frequency-list: '{csit-high-frequency-list-oxygen}' + schedule-high-frequency: '' + + - nitrogen: + branch: 'stable/nitrogen' jre: 'openjdk8' - csit-list: '{csit-list-nitrogen}' + csit-blacklist: longevity gate sanity daexim jsonrpc + csit-list: !include: csit-jobs-nitrogen.lst csit-sanity-list: '{csit-sanity-list-nitrogen}' csit-weekly-list: '{csit-weekly-list-nitrogen}' schedule-weekly: 'H 23 * * 6' - csit-high-frequency-list: '' + csit-high-frequency-list: '{csit-high-frequency-list-nitrogen}' schedule-high-frequency: '' - carbon: @@ -31,7 +44,8 @@ karaf-version: karaf3 jdk: 'openjdk8' jre: 'openjdk8' - csit-list: '{csit-list-carbon}' + csit-blacklist: longevity gate sanity daexim jsonrpc + csit-list: !include: csit-jobs-carbon.lst csit-sanity-list: '{csit-sanity-list-carbon}' csit-weekly-list: '{csit-weekly-list-carbon}' schedule-weekly: 'H 23 * * 6' @@ -43,7 +57,8 @@ karaf-version: karaf3 jdk: 'openjdk8' jre: 'openjdk8' - csit-list: '{csit-list-boron}' + csit-blacklist: longevity gate sanity daexim jsonrpc + csit-list: !include: csit-jobs-boron.lst csit-sanity-list: '{csit-sanity-list-boron}' csit-weekly-list: '{csit-weekly-list-boron}' schedule-weekly: 'H 23 * * 6' @@ -402,6 +417,7 @@ clean install dependency:tree -DoutputFile=dependency_tree.txt -Pq -Dstream={stream} + -Dsft.heap.max=4g {opendaylight-infra-mvn-opts} java-opts: - '-Xmx3072m -Dmaven.compile.fork=true' @@ -491,3 +507,72 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[integration]' + +- job-template: + name: 'integration-update-csit-tests-{stream}' + + # This job's purpose is to update csit + # tests to run in integration-distribution-test-{stream} + # by updating integration files: csit-list-carbon.inc, + # csit-list-boron.inc, csit-list-beryllium.inc + # These files can be used as !include in int-dist-test-{stream} + + ###################### + # Default parameters # + ###################### + + git-url: '$GIT_URL/$PROJECT' + submodule-recursive: true + + ##################### + # Job Configuration # + ##################### + + project-type: freestyle + node: centos7-java-builder-2c-4g + + properties: + - lf-infra-properties: + build-days-to-keep: 7 + + parameters: + - lf-infra-parameters: + project: releng/builder # Hardcode as this job needs to pull releng/builder + stream: '{stream}' + branch: master # Hardcode as releng/builder only has master + lftools-version: '{lftools-version}' + - string: + name: CSIT_BLACKLIST + default: '{csit-blacklist}' + description: Space separated list of jobs strings to blacklist. + + scm: + - lf-infra-gerrit-scm: + jenkins-ssh-credential: '{jenkins-ssh-credential}' + git-url: '{git-url}' + refspec: '$GERRIT_REFSPEC' + branch: '$GERRIT_BRANCH' + submodule-recursive: '{submodule-recursive}' + choosing-strategy: default + + wrappers: + - lf-infra-wrappers: + build-timeout: 10 + jenkins-ssh-credential: '{jenkins-ssh-credential}' + + triggers: + - reverse: + jobs: builder-jjb-merge + + builders: + - shell: !include-raw-escape: update-csit-tests.sh + - shell: | + git status + git add jjb/integration/*.lst + - opendaylight-infra-push-gerrit-patch: + project: "releng/builder" + gerrit-topic: "auto-update-csit-jobs-{stream}" + gerrit-commit-message: "Auto Update CSIT Jobs to run for {stream}" + + publishers: + - lf-infra-publish