<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
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/
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
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. (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://review.openstack.org/#/c/203941/" target="_blank"
style="font-family: Consolas, 'Lucida Console', monospace;
font-size: 12.8000001907349px; font-style: normal; font-variant:
normal; font-weight: normal; letter-spacing: normal; line-height:
normal; orphans: auto; text-align: start; text-indent: -7px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(240, 247, 255);">https://review.openstack.org/#/c/203941/</a>)<br>
<br>
How do you think of this ?<br>
<br>
<br>
<br>
</body>
</html>