From: Jamo Luhrsen Date: Thu, 28 Jun 2018 03:29:18 +0000 (-0700) Subject: Only run netvirt tempest job once a day X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e886c6f85facb7c2edfb95c615704c2df6fe2aa7;p=releng%2Fbuilder.git Only run netvirt tempest job once a day Change-Id: I5205770908556cf047babbf7b907a1a5e60611e7 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index cfde9c050..13f6115d0 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -50,7 +50,7 @@ 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 wip + 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}' @@ -58,7 +58,7 @@ branch: 'stable/oxygen' csit-blacklist: > capwap centinel didm iotdm jsonrpc lacp messaging4transport netide nic - ocpplugin sdninterfaceapp unimgr usecplugin gate longevity sanity tdd wip + 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}' diff --git a/jjb/netvirt/netvirt-csit-multi-openstack.yaml b/jjb/netvirt/netvirt-csit-multi-openstack.yaml index a4e3c96e8..6e7ecc2ba 100644 --- a/jjb/netvirt/netvirt-csit-multi-openstack.yaml +++ b/jjb/netvirt/netvirt-csit-multi-openstack.yaml @@ -47,10 +47,12 @@ - tempest-stateful: test-suites: 'openstack/tempest/tempest.robot' testplan: '{project}-{topology}-openstack-tempest.txt' + schedule: '{schedule-daily}' - tempest-stateful-snat-conntrack: test-suites: 'openstack/tempest/tempest.robot' testplan: '{project}-{topology}-openstack-tempest.txt' odl-snat-mode: 'conntrack' + schedule: '{schedule-daily}' - gate-tempest-stateful: test-suites: 'openstack/tempest/tempest.robot' testplan: '{project}-{topology}-openstack-tempest.txt'