[openstack-dev] [CI] How to set a proxy for zuul.
Asselin, Ramy
ramy.asselin at hp.com
Tue Jul 21 15:52:25 UTC 2015
Tang,
#openstack-meeting is for people to come together for officially scheduled meetings [1]
Did you try to join the 3rd party meeting on Monday[2]? I was chairing the meeting but did not see you. That would be a great forum to ask these questions.
Otherwise, you can ask in #openstack-infra. If you do ask, remember to stay logged in, otherwise you'll miss any responses & people are not likely to respond to your question if they see you're not logged in (because you'll miss the response).
Ramy
[1] https://wiki.openstack.org/wiki/Meetings
[2] http://eavesdrop.openstack.org/#Third_Party_Meeting
From: Tang Chen [mailto:tangchen at cn.fujitsu.com]
Sent: Tuesday, July 21, 2015 12:50 AM
To: openstack-dev at lists.openstack.org
Subject: Re: [openstack-dev] [CI] How to set a proxy for zuul.
On 07/21/2015 03:35 PM, Abhishek Shrivastava wrote:
Hi Tang,
Can you please send me the whole job snippet you wrote.
In /etc/jenkins_jobs/config/ examples.yaml, that's all.
- job-template:
name: 'noop-check-communication'
node: '{node}'
builders:
- shell: |
#!/bin/bash -xe
touch /tmp/noop-check-communication
echo "Hello world, this is the {vendor} Testing System"
- link-logs # In macros.yaml from os-ext-testing
# publishers:
# - devstack-logs # In macros.yaml from os-ext-testing
# - console-log # In macros.yaml from os-ext-testing
noop-check-communication was setup by default. I didn't change anything else.
BTW, I tried to ask this in #openstack-meeting IRC.
But no one seems to be active. :)
Thanks.
On Tue, Jul 21, 2015 at 12:52 PM, Tang Chen <tangchen at cn.fujitsu.com<mailto:tangchen at cn.fujitsu.com>> wrote:
Hi Asselin, Abhishek,
I got some problems when I was trying to write a jenkins job.
I found that when zuul received the notification from gerrit, jenkins didn't run the test.
I added something to noop-check-communication in /etc/jenkins_jobs/config/ examples.yaml,
just touched a file under /tmp.
- job-template:
name: 'noop-check-communication'
node: '{node}'
builders:
- shell: |
#!/bin/bash -xe
touch /tmp/noop-check-communication # I added something here.
echo "Hello world, this is the {vendor} Testing System"
- link-logs # In macros.yaml from os-ext-testing
And I flushed the jobs, using jenkins-jobs --flush-cache update /etc/jenkins_jobs/config/.
I can build the job in jenkins web UI, and the file was touched.
But when I send a patch, the file was not touched. But CI really works.
I can see it on the web site. ( https://review.openstack.org/#/c/203941/)
How do you think of this ?
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe<http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
--
[https://docs.google.com/uc?export=download&id=0Byq0j7ZjFlFKV3ZCWnlMRXBCcU0&revid=0Byq0j7ZjFlFKa2V5VjdBSjIwUGx6bUROS2IrenNwc0kzd2IwPQ]
Thanks & Regards,
Abhishek
Cloudbyte Inc.<http://www.cloudbyte.com>
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe<mailto:OpenStack-dev-request at lists.openstack.org?subject:unsubscribe>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150721/eba11f2c/attachment.html>
More information about the OpenStack-dev
mailing list