]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
kernel: update the trigger list 1398/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 23 Sep 2019 18:28:36 +0000 (20:28 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 23 Sep 2019 18:28:36 +0000 (20:28 +0200)
We didn't trigger on wip* branches like other ceph projects because
there was a lot of old branches matching that mask in the repository.
Now that they are cleaned up, drop the workarounds (testing*/master*)
and add wip*.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
kernel-trigger/config/definitions/kernel-trigger.yml

index 9d2053632d4f55d4574c9264425b57fce630562c..b3db4d5127e9a309412b9f2586531c3614846412 100644 (file)
             </userRemoteConfigs>
             <branches>
               <hudson.plugins.git.BranchSpec>
-                <name>origin/testing*</name>
+                <name>origin/testing</name>
               </hudson.plugins.git.BranchSpec>
               <hudson.plugins.git.BranchSpec>
-                <name>origin/master*</name>
+                <name>origin/master</name>
               </hudson.plugins.git.BranchSpec>
               <hudson.plugins.git.BranchSpec>
                 <name>origin/for-linus</name>
               </hudson.plugins.git.BranchSpec>
+              <hudson.plugins.git.BranchSpec>
+                <name>origin/wip*</name>
+              </hudson.plugins.git.BranchSpec>
               <hudson.plugins.git.BranchSpec>
                 <name>origin/ceph-iscsi*</name>
               </hudson.plugins.git.BranchSpec>