*** JasonCL has quit IRC | 00:02 | |
*** JasonCL has joined #zuul | 00:21 | |
*** threestrands has quit IRC | 00:58 | |
tristanC | regarding https://review.openstack.org/532955, shouldn't zuul periodically dump queues to a status.db disk file? | 01:00 |
---|---|---|
*** threestrands has joined #zuul | 01:02 | |
*** threestrands has quit IRC | 01:03 | |
*** threestrands has joined #zuul | 01:04 | |
*** threestrands has quit IRC | 01:11 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Do pep8 housekeeping according to zuul rules https://review.openstack.org/522945 | 01:24 |
*** threestrands has joined #zuul | 01:24 | |
*** threestrands has quit IRC | 01:24 | |
*** threestrands has joined #zuul | 01:24 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Use same flake8 config as in zuul https://review.openstack.org/509715 | 01:24 |
*** threestrands has quit IRC | 01:25 | |
*** threestrands has joined #zuul | 01:26 | |
*** threestrands has quit IRC | 01:54 | |
*** threestrands has joined #zuul | 01:56 | |
*** jianghuaw_ has quit IRC | 02:29 | |
*** jianghuaw has joined #zuul | 02:29 | |
*** jlk has quit IRC | 02:31 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Do pep8 housekeeping according to zuul rules https://review.openstack.org/522945 | 04:18 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Use same flake8 config as in zuul https://review.openstack.org/509715 | 04:18 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: config: add statsd-server config parameter https://review.openstack.org/528969 | 04:20 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: handler: fix support for handler without launch_manager https://review.openstack.org/524773 | 04:20 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Add a plugin interface for drivers https://review.openstack.org/524620 | 04:20 |
*** saop has joined #zuul | 04:40 | |
saop | hello all | 04:45 |
saop | is that possible, zuul v3 would read zuul.yaml file from locally despite that was there in the git project we are trying to run with? | 04:51 |
tristanC | saop: yes, you can exclude section from a project when adding it to zuul main configuration | 04:58 |
tristanC | saop: fwiw i documented how to run a third-party-ci with zuulv3 here: http://lists.openstack.org/pipermail/openstack-infra/2017-November/005688.html | 04:58 |
tristanC | Shrews: feedback on https://review.openstack.org/528969 would be appreciated, this is to configure statsd server in the nodepool.yaml | 05:01 |
saop | tristanC, thanks | 05:01 |
saop | tristanC, I am looking into your site, just i have one question, what would be the location of 'third-party-ci-config' and 'third-party-ci-jobs' would it be in /etc/zuul | 05:02 |
tristanC | saop: those are local repository defined in a internal gerrit | 05:02 |
tristanC | saop: i think you can use the git driver to point at bare repository too | 05:03 |
saop | tristanC, That means, we need one more gerrit apart from openstack | 05:03 |
saop | tristanC, ohh okay | 05:03 |
tristanC | saop: or that could be a project in review.openstack.org, the important part is to make a config-projects in your zuul scheduler so that you can over-ride the project (you want to test) pipelines | 05:05 |
saop | tristanC, Just to confirm, i want a ironic project Ci, which means, i would put openstack/ironic in untrusted projects in exculde section, | 05:06 |
saop | tristanC, and define appropriate config in config project section ? | 05:06 |
saop | tristanC, right? | 05:06 |
tristanC | saop: yes, that should work | 05:10 |
saop | tristanC, thanks | 05:11 |
*** bhavik1 has joined #zuul | 05:59 | |
*** saop has quit IRC | 06:00 | |
*** saop has joined #zuul | 06:01 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: builder: do not cleanup image for driver not managing image https://review.openstack.org/516920 | 06:04 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Implement a static driver for Nodepool https://review.openstack.org/468624 | 06:04 |
*** harlowja has quit IRC | 06:35 | |
*** JasonCL has quit IRC | 06:48 | |
*** bhavik1 has quit IRC | 07:02 | |
*** harlowja has joined #zuul | 07:10 | |
*** harlowja has quit IRC | 07:10 | |
*** rlandy|bbl has quit IRC | 07:44 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul-jobs master: Add buildset-artifacts-location and fetch roles https://review.openstack.org/530679 | 07:52 |
*** threestrands has quit IRC | 07:56 | |
*** hashar has joined #zuul | 08:21 | |
*** JasonCL has joined #zuul | 08:21 | |
*** JasonCL has quit IRC | 08:25 | |
*** JasonCL has joined #zuul | 08:44 | |
*** jpena|off is now known as jpena | 08:51 | |
saop | tristanC, Can you tell me in zuul v3 how to set CI name, and gate jobs name? | 09:19 |
tristanC | saop: what do you mean by "CI name" ? | 09:25 |
saop | tristanC, one would desplay in gerrit of Openstack | 09:26 |
saop | tristanC, Like in your case 'Software Factory CI'? | 09:26 |
saop | tristanC, And where to put this 'test-basic-roles-el7' like gate names? | 09:27 |
tristanC | saop: oh, you need to check https://docs.openstack.org/infra/system-config/third_party.html#creating-a-service-account | 09:27 |
saop | tristanC, ohh okay | 09:28 |
saop | tristanC, one more question, can you give me your config links, the one in site was not accessible? | 09:28 |
tristanC | saop: here are the current configuration for the third party ci, the ironic pipeline would look like this "https://softwarefactory-project.io/r/gitweb?p=third-party-ci-config.git;a=blob;f=zuul.d/third-party-ci-projects.yaml" | 09:33 |
saop | tristanC, Thanks | 09:35 |
tristanC | saop: the jobs are defined like so: https://softwarefactory-project.io/r/gitweb?p=third-party-ci-jobs.git;a=blob;f=zuul.yaml;hb=refs/heads/master | 09:36 |
tristanC | saop: and the main zuul.yaml is like that: https://softwarefactory-project.io/r/gitweb?p=config.git;a=blob;f=zuulV3/openstack.yaml;hb=refs/heads/master | 09:36 |
saop | tristanC, Thanks | 09:37 |
tristanC | saop: you're welcome :) | 09:38 |
*** JasonCL has quit IRC | 11:14 | |
*** odyssey4me has quit IRC | 11:19 | |
saop | tristanC, So i tried to put everything the way i understand by given site. I have one github repo, which i added to config project and openstack/ironic which i added to untrusted, and I created new patchset but the job was not running. | 11:38 |
saop | tristanC, this is my github repo where all files are, https://github.com/hpproliant/HPE-CI-JOBS | 11:38 |
saop | tristanC, would you help me where i got wrong? | 11:38 |
*** odyssey4me has joined #zuul | 11:42 | |
*** jkilpatr has quit IRC | 11:44 | |
*** odyssey4me has quit IRC | 11:45 | |
*** odyssey4me has joined #zuul | 11:45 | |
*** JasonCL has joined #zuul | 11:48 | |
*** JasonCL has quit IRC | 11:53 | |
*** odyssey4me has quit IRC | 11:53 | |
*** odyssey4me has joined #zuul | 11:54 | |
*** odyssey4me has quit IRC | 11:58 | |
*** odyssey4me has joined #zuul | 11:58 | |
*** odyssey4me has quit IRC | 12:13 | |
*** odyssey4me has joined #zuul | 12:13 | |
*** JasonCL has joined #zuul | 12:25 | |
*** jkilpatr has joined #zuul | 12:26 | |
*** jpena is now known as jpena|lunch | 12:49 | |
*** dkranz has joined #zuul | 13:24 | |
*** rlandy has joined #zuul | 13:44 | |
*** jpena|lunch is now known as jpena | 13:49 | |
*** saop has quit IRC | 14:04 | |
*** hashar is now known as Camembert | 14:11 | |
*** odyssey4me has quit IRC | 14:30 | |
*** odyssey4me has joined #zuul | 14:31 | |
*** odyssey4me has quit IRC | 14:32 | |
*** odyssey4me has joined #zuul | 14:33 | |
*** hashar has joined #zuul | 14:44 | |
*** hashar is now known as hasharELATER | 15:38 | |
*** mattclay has quit IRC | 16:37 | |
*** mattclay has joined #zuul | 16:38 | |
*** corvus is now known as jeblair | 16:43 | |
*** jeblair is now known as corvus | 16:43 | |
*** jlk has joined #zuul | 17:31 | |
*** jlk has quit IRC | 17:31 | |
*** jlk has joined #zuul | 17:31 | |
*** bhavik1 has joined #zuul | 17:32 | |
*** bhavik1 has quit IRC | 17:48 | |
openstackgerrit | Clark Boylan proposed openstack-infra/nodepool feature/zuulv3: Add DIB faq to docs https://review.openstack.org/533256 | 17:54 |
openstackgerrit | Merged openstack-infra/nodepool feature/zuulv3: Log request ID on request failure https://review.openstack.org/532857 | 18:14 |
*** tobiash has quit IRC | 18:18 | |
*** tobiash has joined #zuul | 18:18 | |
*** jpena is now known as jpena|off | 18:35 | |
*** jkilpatr has quit IRC | 18:49 | |
*** jkilpatr has joined #zuul | 19:02 | |
*** JasonCL has quit IRC | 19:05 | |
*** electrofelix has quit IRC | 19:07 | |
*** JasonCL has joined #zuul | 19:16 | |
*** harlowja has joined #zuul | 19:27 | |
*** hasharELATER is now known as hashar | 20:03 | |
*** harlowja has quit IRC | 20:04 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Support cross-source dependencies https://review.openstack.org/530806 | 20:23 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests https://review.openstack.org/532699 | 20:23 |
*** openstack has joined #zuul | 20:50 | |
*** ChanServ sets mode: +o openstack | 20:50 | |
*** harlowja has joined #zuul | 21:26 | |
*** rlandy has quit IRC | 21:29 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Support cross-source dependencies https://review.openstack.org/530806 | 22:04 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests https://review.openstack.org/532699 | 22:04 |
*** hashar has quit IRC | 22:07 | |
clarkb | for feature/zuulv3 merge to master do we just need a volunteer to do the merge? I think it can be done in the trivial manner of keep everything from the zuulv3 branch side | 22:13 |
* clarkb tries on nodepool | 22:14 | |
clarkb | from the master branch on nodepool `git merge -s recursive -X theirs feature/zuulv3` does indeed seem to work, just need to acknowledge some files are deleted | 22:17 |
clarkb | maybe on monday we can soft freeze and try to get nodepool and zuulv3 merged? | 22:17 |
clarkb | er nodepool and zuul v3 branches merged | 22:18 |
clarkb | I guess I should run the test suite on it before I declare victory, /me does this | 22:23 |
clarkb | tests pass \o/ | 22:27 |
*** weshay is now known as weshay_PTO | 22:29 | |
*** jkilpatr has joined #zuul | 22:34 | |
corvus | clarkb: yeah, that sounds like a plan | 22:53 |
clarkb | corvus: I sent mail to the infra list about it fwiw | 22:56 |
clarkb | just ot make sure I'm not missing anything thinking through it | 22:56 |
corvus | incidentally, i got all the new cross-source dependency tests passing in the gerrit -> github direction. now all i need to do is repeat all of that work, but in the other direction. :) | 22:59 |
*** harlowja has quit IRC | 23:01 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests https://review.openstack.org/532699 | 23:38 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!