<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">Hi Jerry,</div><div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">Following is my layout.yaml file, can you please point out where and what changes to be put:</div><div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><br></div><div class="gmail_default" style><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">jobs:</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">  - name: ^dsvm-tempest.*$</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">    parameter-function: reusable_node</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff"><br></font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">projects:</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">  - name: openstack/cinder</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">    check:</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      # Remove this after successfully verifying communication with upstream</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      # and seeing a posted successful review.</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      #- noop-check-communication</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      # Uncomment this job when you have a jenkins slave running and want to</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      # test a full Tempest run within devstack.</font></div><div class="gmail_default" style><font face="monospace, monospace" color="#0000ff">      - dsvm-tempest-full</font></div><div style="color:rgb(0,0,0);font-family:monospace,monospace"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 15, 2015 at 3:19 PM, Jerry Zhao <span dir="ltr"><<a href="mailto:xyzjerry@gmail.com" target="_blank">xyzjerry@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
<a href="http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n636" target="_blank">http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n636</a><br>
    <br>
    
    <pre style="padding:0px;margin:0px;color:rgb(0,0,0);font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255)"><code>  - name: ^(gate|check)-tempest-dsvm-neutron-full$
    branch: ^(?!stable/icehouse).*$

This example will skip icehouse branch for the jobs that match the regexp.

</code></pre><div><div class="h5">
    <br>
    <br>
    <div>On 04/15/2015 02:40 AM, Abhishek
      Shrivastava wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:monospace,monospace;color:#000000">I am
          using Zuul, so if can point me our about the filter then it
          would be a great help.</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Wed, Apr 15, 2015 at 3:07 PM, Jerry
          Zhao <span dir="ltr"><<a href="mailto:xyzjerry@gmail.com" target="_blank">xyzjerry@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> Are you using gerrit
              trigger plugin or zuul?<br>
              There is a filter in either tool to refine jenkins job to
              a particular branch.
              <div>
                <div><br>
                  <br>
                  <br>
                  <div>On 04/15/2015 12:39 AM, Abhishek Shrivastava
                    wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div>
                    <div dir="ltr">
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">Hi

                        All,</div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><br>
                      </div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">In

                        our CI I have been observing that, for any
                        commits done in gerrit other than "<b>master
                          branch</b>" the CI fails. This is because of
                        the fact that our CloudByte driver code is
                        present only in <b>master(kilo and further)</b>
                        branch but not in <b>juno or icehouse. </b></div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><b><br>
                        </b></div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">Are

                        there any suggestions that I need to follow or
                        ignore it & let it run the way it is
                        running?</div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><br>
                      </div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)">Here's

                        a link of the patch for which the CloudByte CI
                        failed:</div>
                      <div class="gmail_default" style="color:rgb(0,0,0)">
                        <ul>
                          <li><span style="color:rgb(51,51,51);font-size:13px"><a href="https://review.openstack.org/173697" target="_blank"><font face="monospace,
                                  monospace">https://review.openstack.org/173697</font></a></span><br>
                          </li>
                        </ul>
                      </div>
                      <div class="gmail_default" style="font-family:monospace,monospace;color:rgb(0,0,0)"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">-- </span><br>
                      </div>
                      <div>
                        <div dir="ltr">
                          <div>
                            <div dir="ltr">
                              <div>
                                <div dir="ltr">
                                  <div>
                                    <div dir="ltr">
                                      <div><font color="#0b5394"><b><img src="https://docs.google.com/uc?export=download&id=0Byq0j7ZjFlFKV3ZCWnlMRXBCcU0&revid=0Byq0j7ZjFlFKa2V5VjdBSjIwUGx6bUROS2IrenNwc0kzd2IwPQ"><br>
                                          </b></font></div>
                                      <div><font face="times new roman,
                                          serif" size="2" color="#000000"><b>Thanks
                                            & Regards,<br>
                                          </b></font></div>
                                      <font color="#000000"><font face="times new roman, serif" size="2"><b>Abhishek</b></font><br>
                                      </font></div>
                                  </div>
                                  <div><i><u><font color="#0000ff"><a href="http://www.cloudbyte.com" target="_blank">Cloudbyte
                                            Inc.</a></font></u></i></div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <span>
                  <pre>_______________________________________________
OpenStack-Infra mailing list
<a href="mailto:OpenStack-Infra@lists.openstack.org" target="_blank">OpenStack-Infra@lists.openstack.org</a>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra</a>
</pre>
                </span></blockquote>
              <br>
            </div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div>
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div>
                      <div dir="ltr">
                        <div><font color="#0b5394"><b><img src="https://docs.google.com/uc?export=download&id=0Byq0j7ZjFlFKV3ZCWnlMRXBCcU0&revid=0Byq0j7ZjFlFKa2V5VjdBSjIwUGx6bUROS2IrenNwc0kzd2IwPQ"><br>
                            </b></font></div>
                        <div><font face="times new roman, serif" size="2" color="#000000"><b>Thanks &
                              Regards,<br>
                            </b></font></div>
                        <font color="#000000"><font face="times new
                            roman, serif" size="2"><b>Abhishek</b></font><br>
                        </font></div>
                    </div>
                    <div><i><u><font color="#0000ff"><a href="http://www.cloudbyte.com" target="_blank">Cloudbyte Inc.</a></font></u></i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#0b5394"><b><img src="https://docs.google.com/uc?export=download&id=0Byq0j7ZjFlFKV3ZCWnlMRXBCcU0&revid=0Byq0j7ZjFlFKa2V5VjdBSjIwUGx6bUROS2IrenNwc0kzd2IwPQ"><br></b></font></div><div><font color="#000000" size="2" face="times new roman, serif"><b>Thanks & Regards,<br></b></font></div><font color="#000000"><font size="2" face="times new roman, serif"><b>Abhishek</b></font><br></font></div></div><div><i><u><font color="#0000ff"><a href="http://www.cloudbyte.com" target="_blank">Cloudbyte Inc.</a></font></u></i></div></div></div></div></div></div></div>
</div>