Changing ovsdb job names to work better with patch-test 01/53101/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 9 Mar 2017 21:58:04 +0000 (13:58 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 9 Mar 2017 22:01:11 +0000 (14:01 -0800)
patch test will now call the jobs with the string -gate- in them.
any jobs matching that string (regex match on -gate-) will get
jenkins priority. that let's devs use the gate and get results
faster.

the -upstream- job will now only run on the main automatic
triggers and never on gerrit patches. jobs that run on gerrit
patches could potentially break (bad controller code) which
then pollutes the job history.

Change-Id: Iedf936e53521e07691ba007bf1efb490b0941a5c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/ovsdb/ovsdb-csit-clustering.yaml
jjb/ovsdb/ovsdb-csit-southbound.yaml
jjb/ovsdb/ovsdb-patch-test.yaml

index abdf3ea5f365e3a16e8509aee2c81f98a634beaf..1608c00b6cf7076ad561cb852e9fc0a9da4c4d6d 100644 (file)
@@ -8,7 +8,9 @@
     project: 'ovsdb'
 
     # The functionality under test
-    functionality: 'clustering'
+    functionality:
+      - 'upstream-clustering'
+      - 'gate-clustering'
 
     # Project branches
     stream:
index 7c4484bca0510dbb975da57597b9cd318d60b79f..142e5e28d92cae773d3f22d8ae13fe7bd0c4da0b 100644 (file)
@@ -8,7 +8,9 @@
     project: 'ovsdb'
 
     # The functionality under test
-    functionality: 'southbound'
+    functionality:
+      - 'upstream-southbound'
+      - 'gate-southbound'
 
     # Project branches
     stream:
index a61d874bd7bb8c749acbbf82527c292e00004e2f..53fca673095ae8b55679f7cb98598cde1616074b 100644 (file)
@@ -25,6 +25,6 @@
 
       - core:
           csit-list: >
-              ovsdb-csit-1node-southbound-only-{stream},
-              ovsdb-csit-1node-southbound-all-{stream},
-              ovsdb-csit-3node-clustering-only-{stream}
+              ovsdb-csit-1node-gate-southbound-only-{stream},
+              ovsdb-csit-1node-gate-southbound-all-{stream},
+              ovsdb-csit-3node-gate-clustering-only-{stream}