<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 07/21/2015 11:42 PM, Asselin, Ramy
      wrote:<br>
    </div>
    <blockquote
cite="mid:4BFD2A2A3BAE4A46AA43C6A2DB44D169586D566A@G4W3223.americas.hpqcorp.net"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Hi
            Tang,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Please
            use a new thread for this new question.  I’d like to keep
            the current thread focused on “How to set a proxy for zuul”.</span></p>
      </div>
    </blockquote>
    <br>
    Sure, will start a new thread if I cannot get it through.<br>
    <br>
    Thanks. :)<br>
    <br>
    <br>
    <blockquote
cite="mid:4BFD2A2A3BAE4A46AA43C6A2DB44D169586D566A@G4W3223.americas.hpqcorp.net"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Ramy<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">
                Tang Chen [<a class="moz-txt-link-freetext" href="mailto:tangchen@cn.fujitsu.com">mailto:tangchen@cn.fujitsu.com</a>]
                <br>
                <b>Sent:</b> Tuesday, July 21, 2015 12:23 AM<br>
                <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:openstack-dev@lists.openstack.org">openstack-dev@lists.openstack.org</a><br>
                <b>Subject:</b> Re: [openstack-dev] [CI] How to set a
                proxy for zuul.<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">Hi Asselin,
          Abhishek,<br>
          <br>
          I got some problems when I was trying to write a jenkins job.<br>
          <br>
          I found that when zuul received the notification from gerrit,
          jenkins didn't run the test.<br>
          <br>
          I added something to noop-check-communication in
          /etc/jenkins_jobs/config/ examples.yaml,
          <br>
          just touched a file under /tmp. <br>
          <br>
          - job-template:<br>
              name: 'noop-check-communication'<br>
              node: '{node}'<br>
          <br>
              builders:<br>
                - shell: |<br>
                    #!/bin/bash -xe<br>
                    touch
          /tmp/noop-check-communication                                   
          # I added something here.<br>
                    echo "Hello world, this is the {vendor} Testing
          System"<br>
                - link-logs  # In macros.yaml from os-ext-testing<br>
          <br>
          And I flushed the jobs, using jenkins-jobs --flush-cache
          update /etc/jenkins_jobs/config/.<br>
          I can build the job in jenkins web UI, and the file was
          touched.<br>
          <br>
          <br>
          But when I send a patch, the file was not touched. But CI
          really works. <br>
          I can see it on the web site. ( <a moz-do-not-send="true"
            href="https://review.openstack.org/#/c/203941/"
            target="_blank">
            <span
              style="font-size:9.5pt;font-family:Consolas;background:#F0F7FF">https://review.openstack.org/#/c/203941/</span></a>)<br>
          <br>
          How do you think of this ?<br>
          <br>
          <br>
          <o:p></o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>