Tuesday, 2021-06-15

opendevreviewJames E. Blair proposed zuul/zuul master: Add ExecutorApi  https://review.opendev.org/c/zuul/zuul/+/77090200:31
opendevreviewJames E. Blair proposed zuul/zuul master: Change zone handling in ExecutorApi  https://review.opendev.org/c/zuul/zuul/+/78783300:31
opendevreviewJames E. Blair proposed zuul/zuul master: Switch to string constants in BuildRequest  https://review.opendev.org/c/zuul/zuul/+/79184900:31
opendevreviewJames E. Blair proposed zuul/zuul master: Clean up Executor API build request locking and add tests  https://review.opendev.org/c/zuul/zuul/+/78862400:31
opendevreviewJames E. Blair proposed zuul/zuul master: Fix race with watches in ExecutorAPI  https://review.opendev.org/c/zuul/zuul/+/79230000:31
opendevreviewJames E. Blair proposed zuul/zuul master: Execute builds via ZooKeeper  https://review.opendev.org/c/zuul/zuul/+/78898800:31
opendevreviewJames E. Blair proposed zuul/zuul master: Move build request cleanup from executor to scheduler  https://review.opendev.org/c/zuul/zuul/+/79468700:31
opendevreviewJames E. Blair proposed zuul/zuul master: Switch to ZooKeeper backed merge result events  https://review.opendev.org/c/zuul/zuul/+/78419500:31
opendevreviewJames E. Blair proposed zuul/zuul master: Refactor pipeline processing in run handler  https://review.opendev.org/c/zuul/zuul/+/79598500:31
opendevreviewJames E. Blair proposed zuul/zuul master: Tenant, pipeline and queue locks in Zookeeper  https://review.opendev.org/c/zuul/zuul/+/79599300:31
opendevreviewMerged zuul/nodepool master: Azure: reconcile config objects  https://review.opendev.org/c/zuul/nodepool/+/77989801:18
opendevreviewJames E. Blair proposed zuul/zuul master: Correct URL in matrix howto  https://review.opendev.org/c/zuul/zuul/+/79632801:29
corvustristanC, mordred: ^ oops01:30
opendevreviewMerged zuul/nodepool master: Azure: Handle IPv6  https://review.opendev.org/c/zuul/nodepool/+/78040002:23
*** marios is now known as marios|ruck05:16
*** iurygregory_ is now known as iurygregory06:19
*** jpena|off is now known as jpena06:34
*** rpittau|afk is now known as rpittau07:13
opendevreviewTobias Henkel proposed zuul/zuul master: Remove gearman job from build when finished  https://review.opendev.org/c/zuul/zuul/+/79638907:49
opendevreviewTobias Henkel proposed zuul/zuul master: Freeze secrets on job level instead of playbook level  https://review.opendev.org/c/zuul/zuul/+/79641209:40
*** sshnaidm|afk is now known as sshnaidm11:21
*** jpena is now known as jpena|lunch11:25
opendevreviewTobias Henkel proposed zuul/zuul master: Cache frozen secrets  https://review.opendev.org/c/zuul/zuul/+/79643112:05
opendevreviewTobias Henkel proposed zuul/zuul master: Cache frozen secrets  https://review.opendev.org/c/zuul/zuul/+/79643112:08
*** jpena|lunch is now known as jpena12:17
zbri want to expose the fact that user can trigger extra jobs using "check experimental" inside the success-message posted by zuul on reviews but apparently it does not allow me to customize success-message at project level.12:17
zbrand this needs to be part of check pipeline, so obviously that I cannot update the check pipeline default config as that applies to all projects.12:18
avass[m]no that's a pipeline thing at the moment12:18
zbrso basically is not possible to expose that information from a project.12:19
zbri wonder if we could use a trick like a project var that would be included inside the message. undefined it would do nothing.12:21
avass[m]maybe exposing that in the project stanza as project.check.start-message or something similar is a reasonable thing to do12:22
zbrstart-message disappears from gerrit ui quickly, even if we include extra-info in it, we will still need to include the same text in success-message.12:24
zbrfor failure I find it optional (but probably would not hurt to include it for consistency)12:24
avass[m]zbr: yeah, that was part of "or something similar" :912:24
avass[m]I mean generally exposing the pipeline messages on start/dequeue/success/fail to the project stanza12:25
zbrif *-message texts would support jinja2 and expose defined vars, we could easily implement that.12:26
avass[m]I think you can also report comments to files, but I don't think zuul_retrun allows you to report change comments12:30
avass[m]but I think it supports warnings12:30
avass[m]so maybe that's easy to extend?12:30
opendevreviewTobias Henkel proposed zuul/zuul master: Re-use empty nodeset in job variants  https://review.opendev.org/c/zuul/zuul/+/79645812:32
dmsimardo/ great matrix docs at https://zuul-ci.org/docs/zuul/howtos/matrix.html but the link at the top doesn't render properly: https://matrix.to/#/#_oftc_#zuul:matrix.org13:07
fungidmsimard: yeah, https://review.opendev.org/796328 should hopefully fix it13:14
* fungi reviews now13:14
fungiapproved just now13:14
dmsimardway ahead of me :)13:17
opendevreviewMatthieu Huin proposed zuul/zuul master: [DNM] Tests: add non-voting unit testing for Python 3.10  https://review.opendev.org/c/zuul/zuul/+/79627014:13
*** rpittau is now known as rpittau|afk14:29
opendevreviewMatthieu Huin proposed zuul/zuul master: [DNM] Tests: add non-voting unit testing for Python 3.10  https://review.opendev.org/c/zuul/zuul/+/79627014:55
*** jpena is now known as jpena|off15:18
nhicherhello, I'm testing nodepool driver openshiftpod and there is issue with openshift lib https://softwarefactory-project.io/paste/show/2042/, depends were updated on https://review.opendev.org/c/zuul/nodepool/+/76587315:20
opendevreviewTobias Henkel proposed zuul/zuul master: Intern strings loaded from zuul config  https://review.opendev.org/c/zuul/zuul/+/79652015:56
*** marios|ruck is now known as marios|out15:57
corvustristanC, Clark: see msg from nhicher16:03
tristanClooking at the code, the None error should not happen without a config error, nhicher is there any "Couldn't load client from config" message before in the logs?16:08
opendevreviewTristan Cacqueray proposed zuul/nodepool master: kubernetes: refactor client creation to utils_k8s  https://review.opendev.org/c/zuul/nodepool/+/77702216:14
nhichertristanC: you're right, I have /var/lib/nodepool/.kube/config, but not /root/.kube/config. I've added the file and the issue is fixed, thanks16:21
nhichertristanC: there is deletion issue https://softwarefactory-project.io/paste/show/2044/16:22
*** ricolin_ is now known as ricolin16:26
opendevreviewTristan Cacqueray proposed zuul/nodepool master: openshiftpods: fix delete_namespaced_pod arguments  https://review.opendev.org/c/zuul/nodepool/+/79652416:43
tristanCnhicher: that was unexpected, ^ should fix the TypeError16:43
*** ricolin_ is now known as ricolin17:32
nhichertristanC: thanks17:35
*** sshnaidm is now known as sshnaidm|afk21:15

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!