Friday, 2018-01-12

*** JasonCL has quit IRC00:02
*** JasonCL has joined #zuul00:21
*** threestrands has quit IRC00:58
tristanCregarding https://review.openstack.org/532955, shouldn't zuul periodically dump queues to a status.db disk file?01:00
*** threestrands has joined #zuul01:02
*** threestrands has quit IRC01:03
*** threestrands has joined #zuul01:04
*** threestrands has quit IRC01:11
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Do pep8 housekeeping according to zuul rules  https://review.openstack.org/52294501:24
*** threestrands has joined #zuul01:24
*** threestrands has quit IRC01:24
*** threestrands has joined #zuul01:24
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Use same flake8 config as in zuul  https://review.openstack.org/50971501:24
*** threestrands has quit IRC01:25
*** threestrands has joined #zuul01:26
*** threestrands has quit IRC01:54
*** threestrands has joined #zuul01:56
*** jianghuaw_ has quit IRC02:29
*** jianghuaw has joined #zuul02:29
*** jlk has quit IRC02:31
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Do pep8 housekeeping according to zuul rules  https://review.openstack.org/52294504:18
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Use same flake8 config as in zuul  https://review.openstack.org/50971504:18
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: config: add statsd-server config parameter  https://review.openstack.org/52896904:20
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: handler: fix support for handler without launch_manager  https://review.openstack.org/52477304:20
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Add a plugin interface for drivers  https://review.openstack.org/52462004:20
*** saop has joined #zuul04:40
saophello all04:45
saopis 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
tristanCsaop: yes, you can exclude section from a project when adding it to zuul main configuration04:58
tristanCsaop: fwiw i documented how to run a third-party-ci with zuulv3 here: http://lists.openstack.org/pipermail/openstack-infra/2017-November/005688.html04:58
tristanCShrews: feedback on https://review.openstack.org/528969 would be appreciated, this is to configure statsd server in the nodepool.yaml05:01
saoptristanC, thanks05:01
saoptristanC, 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/zuul05:02
tristanCsaop: those are local repository defined in a internal gerrit05:02
tristanCsaop: i think you can use the git driver to point at bare repository too05:03
saoptristanC, That means, we need one more gerrit apart from openstack05:03
saoptristanC, ohh okay05:03
tristanCsaop: 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) pipelines05:05
saoptristanC, Just to confirm, i want a ironic project Ci, which means, i would put openstack/ironic in untrusted projects in exculde section,05:06
saoptristanC, and define appropriate config in config project section ?05:06
saoptristanC, right?05:06
tristanCsaop: yes, that should work05:10
saoptristanC, thanks05:11
*** bhavik1 has joined #zuul05:59
*** saop has quit IRC06:00
*** saop has joined #zuul06:01
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: builder: do not cleanup image for driver not managing image  https://review.openstack.org/51692006:04
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Implement a static driver for Nodepool  https://review.openstack.org/46862406:04
*** harlowja has quit IRC06:35
*** JasonCL has quit IRC06:48
*** bhavik1 has quit IRC07:02
*** harlowja has joined #zuul07:10
*** harlowja has quit IRC07:10
*** rlandy|bbl has quit IRC07:44
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add buildset-artifacts-location and fetch roles  https://review.openstack.org/53067907:52
*** threestrands has quit IRC07:56
*** hashar has joined #zuul08:21
*** JasonCL has joined #zuul08:21
*** JasonCL has quit IRC08:25
*** JasonCL has joined #zuul08:44
*** jpena|off is now known as jpena08:51
saoptristanC, Can you tell me in zuul v3 how to set CI name, and gate jobs name?09:19
tristanCsaop: what do you mean by "CI name" ?09:25
saoptristanC, one would desplay in gerrit of Openstack09:26
saoptristanC, Like in your case 'Software Factory CI'?09:26
saoptristanC, And where to put this 'test-basic-roles-el7' like gate names?09:27
tristanCsaop: oh, you need to check https://docs.openstack.org/infra/system-config/third_party.html#creating-a-service-account09:27
saoptristanC, ohh okay09:28
saoptristanC, one more question, can you give me your config links, the one in site was not accessible?09:28
tristanCsaop: 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
saoptristanC, Thanks09:35
tristanCsaop: 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/master09:36
tristanCsaop: 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/master09:36
saoptristanC, Thanks09:37
tristanCsaop: you're welcome :)09:38
*** JasonCL has quit IRC11:14
*** odyssey4me has quit IRC11:19
saoptristanC, 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
saoptristanC, this is my github repo where all files are, https://github.com/hpproliant/HPE-CI-JOBS11:38
saoptristanC, would you help me where i got wrong?11:38
*** odyssey4me has joined #zuul11:42
*** jkilpatr has quit IRC11:44
*** odyssey4me has quit IRC11:45
*** odyssey4me has joined #zuul11:45
*** JasonCL has joined #zuul11:48
*** JasonCL has quit IRC11:53
*** odyssey4me has quit IRC11:53
*** odyssey4me has joined #zuul11:54
*** odyssey4me has quit IRC11:58
*** odyssey4me has joined #zuul11:58
*** odyssey4me has quit IRC12:13
*** odyssey4me has joined #zuul12:13
*** JasonCL has joined #zuul12:25
*** jkilpatr has joined #zuul12:26
*** jpena is now known as jpena|lunch12:49
*** dkranz has joined #zuul13:24
*** rlandy has joined #zuul13:44
*** jpena|lunch is now known as jpena13:49
*** saop has quit IRC14:04
*** hashar is now known as Camembert14:11
*** odyssey4me has quit IRC14:30
*** odyssey4me has joined #zuul14:31
*** odyssey4me has quit IRC14:32
*** odyssey4me has joined #zuul14:33
*** hashar has joined #zuul14:44
*** hashar is now known as hasharELATER15:38
*** mattclay has quit IRC16:37
*** mattclay has joined #zuul16:38
*** corvus is now known as jeblair16:43
*** jeblair is now known as corvus16:43
*** jlk has joined #zuul17:31
*** jlk has quit IRC17:31
*** jlk has joined #zuul17:31
*** bhavik1 has joined #zuul17:32
*** bhavik1 has quit IRC17:48
openstackgerritClark Boylan proposed openstack-infra/nodepool feature/zuulv3: Add DIB faq to docs  https://review.openstack.org/53325617:54
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Log request ID on request failure  https://review.openstack.org/53285718:14
*** tobiash has quit IRC18:18
*** tobiash has joined #zuul18:18
*** jpena is now known as jpena|off18:35
*** jkilpatr has quit IRC18:49
*** jkilpatr has joined #zuul19:02
*** JasonCL has quit IRC19:05
*** electrofelix has quit IRC19:07
*** JasonCL has joined #zuul19:16
*** harlowja has joined #zuul19:27
*** hasharELATER is now known as hashar20:03
*** harlowja has quit IRC20:04
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Support cross-source dependencies  https://review.openstack.org/53080620:23
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests  https://review.openstack.org/53269920:23
*** openstack has joined #zuul20:50
*** ChanServ sets mode: +o openstack20:50
*** harlowja has joined #zuul21:26
*** rlandy has quit IRC21:29
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Support cross-source dependencies  https://review.openstack.org/53080622:04
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests  https://review.openstack.org/53269922:04
*** hashar has quit IRC22:07
clarkbfor 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 side22:13
* clarkb tries on nodepool22:14
clarkbfrom 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 deleted22:17
clarkbmaybe on monday we can soft freeze and try to get nodepool and zuulv3 merged?22:17
clarkber nodepool and zuul v3 branches merged22:18
clarkbI guess I should run the test suite on it before I declare victory, /me does this22:23
clarkbtests pass \o/22:27
*** weshay is now known as weshay_PTO22:29
*** jkilpatr has joined #zuul22:34
corvusclarkb: yeah, that sounds like a plan22:53
clarkbcorvus: I sent mail to the infra list about it fwiw22:56
clarkbjust ot make sure I'm not missing anything thinking through it22:56
corvusincidentally, 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 IRC23:01
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP: Add cross-source tests  https://review.openstack.org/53269923:38

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!