*** jamesmcarthur has quit IRC | 00:04 | |
*** jamesmcarthur has joined #zuul | 00:32 | |
*** jamesmcarthur has quit IRC | 00:37 | |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 01:11 |
---|---|---|
*** jamesmcarthur has joined #zuul | 01:11 | |
*** jamesmcarthur has joined #zuul | 01:12 | |
fungi | ooh! now that looks useful | 01:14 |
*** armstrongs has quit IRC | 01:22 | |
*** jamesmcarthur has quit IRC | 01:33 | |
*** jamesmcarthur has joined #zuul | 01:35 | |
*** jamesmcarthur has quit IRC | 01:40 | |
*** igordc has joined #zuul | 01:40 | |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 01:41 |
corvus | yeah, trying to move https://zuul-ci.org/docs/zuul/developer/specs/logs.html along | 01:42 |
fungi | ahh, yep. i figured those last two changes were related | 01:44 |
*** igordc has quit IRC | 01:49 | |
*** jamesmcarthur has joined #zuul | 02:10 | |
*** jamesmcarthur has quit IRC | 02:17 | |
*** sgw has joined #zuul | 02:25 | |
*** jamesmcarthur has joined #zuul | 02:28 | |
*** jamesmcarthur has quit IRC | 02:45 | |
*** jamesmcarthur has joined #zuul | 02:56 | |
*** jamesmcarthur has quit IRC | 02:56 | |
*** jamesmcarthur has joined #zuul | 02:56 | |
*** jamesmcarthur has quit IRC | 03:01 | |
*** jamesmcarthur has joined #zuul | 03:29 | |
*** sgw has quit IRC | 03:32 | |
*** jamesmcarthur has quit IRC | 03:35 | |
*** jamesmcarthur has joined #zuul | 03:55 | |
*** jamesmcarthur has quit IRC | 04:00 | |
*** jamesmcarthur has joined #zuul | 04:07 | |
*** jamesmcarthur has quit IRC | 04:53 | |
*** bhavikdbavishi has quit IRC | 04:58 | |
*** bhavikdbavishi has joined #zuul | 05:25 | |
*** bhavikdbavishi has quit IRC | 06:16 | |
*** bhavikdbavishi has joined #zuul | 06:24 | |
*** armstrongs has joined #zuul | 07:28 | |
*** armstrongs has quit IRC | 07:37 | |
*** armstrongs has joined #zuul | 07:54 | |
*** armstrongs69 has joined #zuul | 07:59 | |
*** armstrongs69 has quit IRC | 08:01 | |
*** armstrongs3 has joined #zuul | 08:01 | |
*** armstrongs has quit IRC | 08:02 | |
*** armstrongs3 has quit IRC | 08:02 | |
*** armstrongs has joined #zuul | 08:02 | |
armstrongs | im seeing a strange issue, i have 2 github pipelines. One is a simple trigger on Pull request. The second is on push events to master based on tags . When i push a tag to master and have no branches the pipeline triggers as expected. However, when i have branches on the github repo the push event based on tags is showing up on the zuul gui for a sh | 08:04 |
armstrongs | ort period but won't queue the job ranches it works. If i remove the branches and tag it then works again | 08:04 |
armstrongs | http://paste.openstack.org/show/754607/ | 08:06 |
armstrongs | http://paste.openstack.org/show/754608/ | 08:08 |
armstrongs | above are my pipeline.yaml and .zuul.yaml | 08:08 |
armstrongs | has anyone seen anything similar? | 08:08 |
armstrongs | so when i tag master and have no branches it works fine. When i have branches created on the repo the push pipeline wont queue jobs. As soon as i remove the branches on the repo the push based on tag pipeline queues as expected | 08:11 |
armstrongs | when i say no branches i mean other than master :) | 08:28 |
*** bhavikdbavishi has quit IRC | 09:00 | |
tristanC | corvus: i only use (setq js-indent-level 2 js2-strict-missing-semi-warning nil) for js2-mode/rjsx-mode | 09:48 |
tristanC | mordred: seems like the info schema is mostly placeholders that haven't been filled. iirc, only the `tenant` field is used to detect whitelabel. | 09:52 |
*** armstrongs has quit IRC | 10:33 | |
*** altlogbot_2 has quit IRC | 11:05 | |
*** altlogbot_2 has joined #zuul | 11:07 | |
*** armstrongs has joined #zuul | 11:14 | |
*** tosky has joined #zuul | 12:14 | |
mordred | tristanC: kk. that's what it seemed like | 13:01 |
*** bhavikdbavishi has joined #zuul | 13:32 | |
fungi | armstrongs: probably what you're noticing is that tags are inherently branchless (they can reference a commit which appears on multiple branches, or even on no branch at all) | 13:34 |
fungi | one possible solution which has been drafted and seeking feedback from the broader user base is https://review.opendev.org/578557 | 13:35 |
fungi | to guess a likely branch for a given tag | 13:36 |
fungi | another potential approach is to do something like https://review.opendev.org/660856 and simply not consider branch matchers at all when acting on events which lack branch info | 13:37 |
fungi | the solution we currently use in opendev's zuul is to mostly just not reuse the same jobs between branch-referent and branchless triggers... and when we do need a job for a tag to be branch aware we bake logic into the job itself to attempt to infer the most relevant branch (and then possibly no-op if the branch is not applicable for that job) | 13:40 |
fungi | it's not ideal (with my opendev sysadmin hat on), but (with my zuul maintainer hat on) we didn't want to go adding more weird logic to zuul's job selection which was only relevant to opendev's deployment, so want to be sure it's behavior which is broadly beneficial to a variety of zuul users | 13:43 |
fungi | thus, feedback appreciated! | 13:43 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 13:47 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 14:23 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: Test base-jobs https://review.opendev.org/671894 | 14:28 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 14:45 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: Test base-jobs https://review.opendev.org/671894 | 14:45 |
*** tosky has quit IRC | 15:22 | |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 15:23 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: Test base-jobs https://review.opendev.org/671894 | 15:23 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 15:53 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: Test base-jobs https://review.opendev.org/671894 | 15:53 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: Add generate-zuul-manifest role https://review.opendev.org/671874 | 15:59 |
openstackgerrit | James E. Blair proposed zuul/zuul-jobs master: DNM: Test base-jobs https://review.opendev.org/671894 | 15:59 |
corvus | all right there we go: http://logs.openstack.org/74/671874/8/check/zuul-jobs-test-generate-zuul-manifest/129b4b8/test-manifest.json | 16:03 |
fungi | woo! | 16:05 |
fungi | i'll try to take a look once i'm no longer taming fire | 16:05 |
*** jamesmcarthur has joined #zuul | 16:53 | |
*** jamesmcarthur_ has joined #zuul | 16:53 | |
*** jamesmcarthur has quit IRC | 16:57 | |
*** jamesmcarthur_ has quit IRC | 17:33 | |
*** jamesmcarthur has joined #zuul | 17:40 | |
*** jamesmcarthur has quit IRC | 17:44 | |
*** jamesmcarthur has joined #zuul | 17:46 | |
*** jamesmcarthur has quit IRC | 17:55 | |
openstackgerrit | James E. Blair proposed zuul/zuul master: WIP: Add manifest tree view to build page https://review.opendev.org/671906 | 18:10 |
clarkb | wow corvus is busy this weekend. I have back to back family reunion type things so probably wont look at it until monday | 18:21 |
fungi | we have friends in from out of town staying over, so abnormal levels of grilling and board games compared to my typical weekend | 18:41 |
*** tjgresha has quit IRC | 20:03 | |
*** tjgresha has joined #zuul | 20:04 | |
*** bhavikdbavishi has quit IRC | 20:15 | |
*** armstrongs47 has joined #zuul | 21:44 | |
*** armstrongs47 has quit IRC | 21:53 | |
mordred | fungi: you planning on grilling the friends? | 22:04 |
fungi | already done. they were delectable | 22:14 |
*** logan- has quit IRC | 22:19 | |
*** logan- has joined #zuul | 22:20 | |
openstackgerrit | James E. Blair proposed zuul/zuul master: WIP: Add manifest tree view to build page https://review.opendev.org/671906 | 22:29 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!