--- - project: name: integration-test project: integration/test project-name: integration-test jobs: - 'integration-patch-test-{stream}' - 'integration-multipatch-test-{stream}' - '{project-name}-rtd-jobs': build-node: centos7-builder-2c-2g project-pattern: integration/test rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-integrationtest/32934/ rtd-token: 70766f97941a74ef80b84749ac4799e5ddeee99a - gerrit-tox-verify: branch: master stream: master # CSIT Lists in defaults.yaml stream: - neon: branch: 'master' mvn-version: 'mvn35' csit-list: !include: csit-jobs-neon.lst build-order: > odlparent yangtools infrautils mdsal controller aaa netconf daexim bgpcep ovsdb neutron lispflowmapping openflowplugin coe genius sfc netvirt - fluorine: branch: 'stable/fluorine' mvn-version: 'mvn35' csit-list: !include: csit-jobs-fluorine.lst build-order: > odlparent yangtools infrautils mdsal controller aaa netconf daexim bgpcep ovsdb neutron lispflowmapping openflowplugin coe genius sfc netvirt - oxygen: branch: 'stable/oxygen' mvn-version: 'mvn35' csit-list: !include: csit-jobs-oxygen.lst build-order: > odlparent yangtools infrautils mdsal controller aaa netconf daexim bgpcep ovsdb neutron lispflowmapping openflowplugin coe genius sfc netvirt - project: name: integration-distribution project: integration/test project-name: integration-test jobs: - 'integration-distribution-test-{stream}' - 'integration-distribution-weekly-test-trigger-{stream}' - 'integration-distribution-high-frequency-test-trigger-{stream}' - 'integration-update-csit-tests-{stream}' # CSIT Lists in defaults.yaml stream: - neon: branch: 'master' csit-blacklist: > alto bier capwap centinel didm dluxapps groupbasedpolicy iotdm jsonrpc lacp l2switch messaging4transport nemo netide nic ocpplugin of-config p4plugin packetcable sdninterfaceapp sxp tsdr unimgr usc usecplugin vtn gate longevity sanity tdd tempest wip csit-list: !include: csit-jobs-neon.lst csit-weekly-list: '{csit-weekly-list-neon}' csit-high-frequency-list: '{csit-high-frequency-list-neon}' - fluorine: branch: 'stable/fluorine' csit-blacklist: > alto bier capwap centinel didm dluxapps groupbasedpolicy iotdm jsonrpc lacp l2switch messaging4transport nemo netide nic ocpplugin of-config p4plugin packetcable sdninterfaceapp sxp tsdr unimgr usc usecplugin vtn gate longevity sanity tdd tempest wip csit-list: !include: csit-jobs-fluorine.lst csit-weekly-list: '{csit-weekly-list-fluorine}' csit-high-frequency-list: '{csit-high-frequency-list-fluorine}' - oxygen: branch: 'stable/oxygen' csit-blacklist: > capwap centinel didm iotdm jsonrpc lacp messaging4transport netide nic ocpplugin sdninterfaceapp unimgr usecplugin gate longevity sanity tdd tempest wip csit-list: !include: csit-jobs-oxygen.lst csit-weekly-list: '{csit-weekly-list-oxygen}' csit-high-frequency-list: '{csit-high-frequency-list-oxygen}' - project: name: integration-sanity project: integration/test project-name: integration-test jobs: - 'integration-sanity-test-{stream}' stream: - neon: branch: 'master' karaf-version: odl csit-sanity-list: '{csit-sanity-list-neon}' - fluorine: branch: 'stable/fluorine' karaf-version: odl csit-sanity-list: '{csit-sanity-list-fluorine}' - oxygen: branch: 'stable/oxygen' karaf-version: karaf4 csit-sanity-list: '{csit-sanity-list-oxygen}' - job-template: name: 'integration-distribution-test-{stream}' # Goal: Verify a distribution through all system test available # Operation: This template takes a distribution and passes all available system test project-type: freestyle node: queue-disttest-2c-1g properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - integration-bundle-url: bundle-url: '{bundle-url}' - distribution-karaf-version: karaf-version: '{karaf-version}' builders: - trigger-builds: - project: '{csit-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - opendaylight-infra-generate-csit-status-report - email-notification: email-recipients: '{email-recipients}' email-prefix: '[integration]' - lf-infra-publish - job-template: name: 'integration-sanity-test-{stream}' # Goal: Verify a distribution through sanity test # Operation: This template takes a distribution and passes sanity test # This jobs works for both managed & unmanaged distro. project-type: freestyle node: queue-intque-2c-1g properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - integration-bundle-url: bundle-url: '{bundle-url}' - distribution-karaf-version: karaf-version: '{karaf-version}' triggers: - timed: '{schedule-daily}' builders: - trigger-builds: - project: '{csit-sanity-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - email-notification: email-recipients: '{email-recipients}' email-prefix: '[integration]' - job-template: name: 'integration-patch-test-{stream}' # Template: integration-patch-test-{stream} # Goal: Build a patch and run all available system test on a distribution containing the change # Operation: This job template builds a patch, creates a distribution containing the patch, and # triggers the distribution test when test-integration is used in gerrit comments project-type: freestyle node: centos7-builder-2c-8g properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - opendaylight-infra-parameters: os-cloud: '{os-cloud}' project: '$GERRIT_PROJECT' branch: '{branch}' refspec: '$GERRIT_REFSPEC' artifacts: '{archive-artifacts}' - integration-distribution-branch: branch: '{branch}' - distribution-karaf-version: karaf-version: '{karaf-version}' - integration-distribution-git-url: git-url: '{git-url}' - maven-exec: maven-version: mvn35 scm: - integration-gerrit-scm: basedir: '$GERRIT_PROJECT' refspec: '$GERRIT_REFSPEC' branch: '{branch}' - integration-distribution-scm: branch: '{branch}' wrappers: - opendaylight-infra-wrappers: build-timeout: '720' triggers: - gerrit: server-name: '{gerrit-server-name}' trigger-on: - comment-added-contains-event: comment-contains-value: 'test-integration' projects: - project-compare-type: 'ANT' project-pattern: '**' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' skip-vote: successful: true failed: true unstable: true notbuilt: true builders: - integration-rebase-gerrit-patch - wipe-org-opendaylight-repo - provide-maven-settings: global-settings-file: 'global-settings' settings-file: 'integration-settings' - maven-target: maven-version: 'mvn35' pom: '$GERRIT_PROJECT/pom.xml' goals: | clean install dependency:tree -DoutputFile=dependency_tree.txt -Pq -Dstream={stream} {opendaylight-infra-mvn-opts} # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT. java-opts: - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: integration-settings settings-type: cfp global-settings: global-settings global-settings-type: cfp - maven-target: maven-version: mvn35 pom: distribution/pom.xml goals: | clean install dependency:tree -DoutputFile=dependency_tree.txt {opendaylight-infra-mvn-opts} # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT. java-opts: - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: integration-settings settings-type: cfp global-settings: global-settings global-settings-type: cfp - integration-upload-distribution: dist-pom: distribution/pom.xml - trigger-builds: - project: '{csit-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - lf-infra-publish - email-notification: email-recipients: '{email-recipients}' email-prefix: '[$GERRIT_PROJECT]' - job-template: name: 'integration-multipatch-test-{stream}' # Goal: Build one or more patches and run all available system test on a distribution containing the change. # Operation: This job template checks out and builds in order each patch provided in job parameters, finally # it creates a distribution containing all patches and triggers the distribution test job which includes most # (if not all) available CSIT jobs. project-type: freestyle node: centos7-builder-8c-8g concurrent: true jdk: '{java-version}' properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - patches-to-build-parameter: patches_to_build: '$PATCHES_TO_BUILD' - build-order-parameter: build-order: '{build-order}' - build-fast-parameter: build-fast: 'false' - run-test-parameter: run-test: 'false' - integration-distribution-branch: branch: '{branch}' - integration-distribution-stream: stream: '{stream}' - distribution-karaf-version: karaf-version: '{karaf-version}' - opendaylight-infra-parameters: os-cloud: '{os-cloud}' project: 'integration/distribution' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' - lf-infra-maven-parameters: mvn-opts: '' mvn-params: '' mvn-version: mvn35 staging-profile-id: '' # Staging repos do not make sense for this job wrappers: - opendaylight-infra-wrappers: build-timeout: '1200' triggers: - gerrit: server-name: '{gerrit-server-name}' trigger-on: - comment-added-contains-event: comment-contains-value: 'multipatch-build' projects: - project-compare-type: ANT project-pattern: '**' branches: - branch-compare-type: ANT branch-pattern: '**/{branch}' builders: - wipe-org-opendaylight-repo - lf-maven-install: mvn-version: '{mvn-version}' - provide-maven-settings: global-settings-file: 'global-settings' settings-file: 'integration-distribution-settings' - integration-multipatch-builder - integration-upload-distribution: dist-pom: patch_tester/distribution/pom.xml - conditional-step: condition-kind: boolean-expression condition-expression: $RUN_TEST steps: - trigger-builds: - project: '{csit-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - lf-infra-publish - email-notification: email-recipients: '{email-recipients}' email-prefix: '[int/dist]' - job-template: name: 'integration-distribution-weekly-test-trigger-{stream}' project-type: freestyle node: queue-intque-2c-1g properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - integration-bundle-url: bundle-url: '{bundle-url}' - distribution-karaf-version: karaf-version: '{karaf-version}' triggers: - timed: '{schedule-weekly}' builders: - trigger-builds: - project: '{csit-weekly-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - email-notification: email-recipients: '{email-recipients}' email-prefix: '[integration]' - job-template: name: 'integration-distribution-high-frequency-test-trigger-{stream}' project-type: freestyle node: queue-intque-2c-1g properties: - opendaylight-infra-properties: build-days-to-keep: '{build-days-to-keep}' parameters: - integration-bundle-url: bundle-url: '{bundle-url}' - distribution-karaf-version: karaf-version: '{karaf-version}' triggers: - timed: '{schedule-high-frequency}' builders: - trigger-builds: - project: '{csit-high-frequency-list}' block: true predefined-parameters: | BUNDLE_URL=$BUNDLE_URL KARAF_VERSION=$KARAF_VERSION publishers: - 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-{stream}.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-builder-2c-8g 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 - lf-infra-push-gerrit-patch: project: 'releng/builder' gerrit-user: 'jenkins-$SILO' gerrit-host: 'git.opendaylight.org' gerrit-topic: 'auto-update-csit-jobs-{stream}' gerrit-commit-message: 'Auto Update CSIT Jobs to run for {stream}' reviewers-email: 'jluhrsen@redhat.com' publishers: - lf-infra-publish - view: name: integration description: 'List of integration jobs' regex: '^integration-.*' <<: *releng_view_common