X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-test-jobs.yaml;h=26f9cf6cc087c93aa0bb94ba1d7ef83f7cce5e2d;hb=c4f5571795775e56ec9bef76c40247c4c34cd755;hp=dc435ad8c0b85ca1433cd77497faf28e181adce1;hpb=aa76171586a8bde5c7cdab0e10151785fbf355d7;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index dc435ad8c..26f9cf6cc 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -3,15 +3,9 @@ name: integration-test project: integration/test project-name: integration-test - test-branch: master jobs: - - 'integration-distribution-test-{stream}' - - 'integration-sanity-test-{stream}' - 'integration-patch-test-{stream}' - 'integration-multipatch-test-{stream}' - - 'integration-distribution-weekly-test-trigger-{stream}' - - 'integration-distribution-high-frequency-test-trigger-{stream}' - - 'integration-update-csit-tests-{stream}' - '{project-name}-rtd-jobs': build-node: centos7-builder-2c-2g project-pattern: integration/test @@ -21,6 +15,34 @@ branch: master stream: master + # CSIT Lists in releng-defaults.yaml + stream: + - fluorine: + branch: 'master' + mvn-version: 'mvn35' + csit-list: !include: csit-jobs-fluorine.lst + build-order: > + 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: > + 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 releng-defaults.yaml stream: - fluorine: @@ -30,39 +52,38 @@ l2switch messaging4transport nemo netide nic ocpplugin of-config p4plugin packetcable sdninterfaceapp sxp tsdr unimgr usc usecplugin vtn gate longevity sanity tdd wip csit-list: !include: csit-jobs-fluorine.lst - csit-sanity-list: '{csit-sanity-list-fluorine}' csit-weekly-list: '{csit-weekly-list-fluorine}' csit-high-frequency-list: '{csit-high-frequency-list-fluorine}' - mvn-version: 'mvn35' - oxygen: branch: 'stable/oxygen' csit-blacklist: > capwap centinel coe didm iotdm jsonrpc lacp messaging4transport netide nic ocpplugin sdninterfaceapp unimgr usecplugin gate longevity sanity tdd wip csit-list: !include: csit-jobs-oxygen.lst - csit-sanity-list: '{csit-sanity-list-oxygen}' csit-weekly-list: '{csit-weekly-list-oxygen}' csit-high-frequency-list: '{csit-high-frequency-list-oxygen}' - mvn-version: 'mvn35' - - nitrogen: - branch: 'stable/nitrogen' - csit-blacklist: capwap centinel coe didm iotdm jsonrpc lacp netide tsdr gate longevity sanity tdd wip - csit-list: !include: csit-jobs-nitrogen.lst - csit-sanity-list: '{csit-sanity-list-nitrogen}' - csit-weekly-list: '{csit-weekly-list-nitrogen}' - csit-high-frequency-list: '{csit-high-frequency-list-nitrogen}' - mvn-version: 'mvn35' - - # tools system image - tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20171208-1847 +- project: + name: integration-sanity + project: integration/test + project-name: integration-test + jobs: + - 'integration-sanity-test-{stream}' -# Template: 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 + stream: + - fluorine: + branch: 'master' + 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 @@ -92,12 +113,11 @@ email-prefix: '[integration]' - lf-infra-publish -# Template: integration-sanity-test-{stream} -# Goal: Verify a distribution through sanity test -# Operation: This template takes a distribution and passes sanity test - - 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 @@ -112,6 +132,9 @@ - distribution-karaf-version: karaf-version: '{karaf-version}' + triggers: + - timed: '{schedule-daily}' + builders: - trigger-builds: - project: '{csit-sanity-list}' @@ -125,13 +148,12 @@ email-recipients: '{email-recipients}' email-prefix: '[integration]' -# 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 - - 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 @@ -255,10 +277,12 @@ parameters: - patches-to-build-parameter: patches_to_build: '$PATCHES_TO_BUILD' - - run-test-parameter: - run-test: 'false' + - 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: @@ -445,10 +469,13 @@ - 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}" + - 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: 'integration-dev@lists.opendaylight.org' publishers: - lf-infra-publish