Add netvirt csit job for TDD and/or WIP code 07/67707/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 30 Jan 2018 05:33:07 +0000 (21:33 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 30 Jan 2018 05:38:41 +0000 (21:38 -0800)
We want to try having system tests drive development, but we
don't want to add failing test cases to existing jobs. The
existing jobs need to move and stay at 100% as we use them
to gate other dev patches. So, this new job can be a landing
spot for these new CSIT tests that may not be ready on the
feature dev side.

The job can be run with the patch test using the gerrit
keyword "test-netvirt-tdd-wip".

The job can also be a place for new CSIT that is almost
ready, but might need a place to bake to ensure we iron
out all the kinks. For these cases, we'll have to run the
job manually. Or we can set some sort of non frequent
schedule.

Change-Id: Iccdb1c0be8f859e7806b66e0c97e52c6e326d82c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-test-jobs.yaml
jjb/netvirt/netvirt-csit-multi-openstack.yaml
jjb/netvirt/netvirt-patch-test.yaml

index 9317ee400eabe6f0444012fe552dbf54307f19ea..d5c471fb93e7e4875a8df308e023e332e8ad3036 100644 (file)
@@ -20,7 +20,7 @@
     stream:
       - oxygen:
           branch: 'master'
-          csit-blacklist: longevity gate sanity capwap centinel coe didm iotdm jsonrpc lacp netide
+          csit-blacklist: longevity gate sanity capwap centinel coe didm iotdm jsonrpc lacp netide tdd wip
           csit-list: !include: csit-jobs-oxygen.lst
           csit-sanity-list: '{csit-sanity-list-oxygen}'
           csit-weekly-list: '{csit-weekly-list-oxygen}'
index f666c6abb598a098c1814da602fdb04f692a8a80..3ecb36e36644b8604d4bc6566a5cc38992647681 100644 (file)
           odl-snat-mode: 'conntrack'
       - gate-minimal-cluster:
           testplan: '{project}-{topology}-minimal-openstack.txt'
+      # Job for Test Driven Development with it's own testplan to run new/non-passing suites. scheduled manually.
+      - tdd-wip:
+          testplan: '{project}-{topology}-tdd-wip.txt'
+          schedule: ''
 
     openstack:
       - ocata:
index e06bfba5440f347a193839e2fdbff46af576bf33..0d6c3e239d9798118ca390606a1066ebb192990b 100644 (file)
@@ -47,3 +47,6 @@
       - l2gw:
           csit-list: >
               netvirt-csit-hwvtep-1node-openstack-{os-branch}-gate-stateful-{stream}
+      - tdd-wip:
+          csit-list: >
+              netvirt-csit-1node-openstack-{os-branch}-tdd-wip-{stream}