Wednesday, 2023-02-15

-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 873834: Expand the scope of zkprofile https://review.opendev.org/c/zuul/zuul/+/87383400:34
-@gerrit:opendev.org- Zuul merged on behalf of Alex Hornung: [zuul/zuul] 871100: gerrit driver: fix bug around unicode branch names https://review.opendev.org/c/zuul/zuul/+/87110004:04
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 869361: Add scheduler run handler metric https://review.opendev.org/c/zuul/zuul/+/86936108:43
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 869362: Add more log messages for run handler steps https://review.opendev.org/c/zuul/zuul/+/86936208:50
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 873834: Expand the scope of zkprofile https://review.opendev.org/c/zuul/zuul/+/87383408:50
-@gerrit:opendev.org- Ade Lee proposed: [zuul/zuul-jobs] 873893: Add conditional for UA registration role https://review.opendev.org/c/zuul/zuul-jobs/+/87389310:14
@tobias-urdin:matrix.orgcan I subdir by moving {config-repo}/zuul.d/nodesets.yaml into {config-repo}/zuul.d/nodesets/*.yaml, would that be picked up?14:03
@jim:acmegating.comTobias Urdin: yes; eg https://opendev.org/opendev/system-config/src/branch/master/zuul.d/docker-images14:11
@tobias-urdin:matrix.orggreat, thanks!14:11
-@gerrit:opendev.org- Ade Lee proposed: [zuul/zuul-jobs] 873893: Add conditional for UA registration role https://review.opendev.org/c/zuul/zuul-jobs/+/87389314:26
@tobias-urdin:matrix.orgcorvus: hm, if I remove nodesets.yaml and introduce the same ones in a subdir I get "Nodeset <name here> already defined" for all those. Since it's a trusted repo do I need to merge a patch to remove nodesets.yaml and then (since Zuul would be broken) force merge a change that introduces the separate nodesets files into the trusted repo?14:36
@tobias-urdin:matrix.orgzuul 5.0.0 if that helps14:43
@jim:acmegating.comTobias Urdin: oh i don't know about the behavior in 5.0, it's very old -- i'm not even sure my original answer holds for that.  i'd recommend verifying it experimentally first.14:48
@tobias-urdin:matrix.orgack, I will see if I get same error placing them directly in zuul.d, I assume the subdir is read since Zuul gives me a syntax error thought14:50
@tobias-urdin:matrix.orginteresting, moving them directly into zuul.d worked so zuul does not complain about syntax. I guess I will hold off moving them to a sub directory in zuul.d until we've upgraded to a newer version15:06
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 872485: Simplufy shouldRefresh* checks https://review.opendev.org/c/zuul/zuul/+/87248515:58
@clarkb:matrix.orgswest: can you check my comment on https://review.opendev.org/c/zuul/zuul/+/872908 I don't know if that was considered and rejected already17:41
-@gerrit:opendev.org- Joshua Watt proposed: [zuul/zuul] 873742: merger: Keep redundant cherry-pick commits https://review.opendev.org/c/zuul/zuul/+/87374217:50
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 873656: Add PBR_VERSION argument to Dockerfile https://review.opendev.org/c/zuul/zuul/+/87365618:06
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 872405: Prevent files cache ltime from going backward https://review.opendev.org/c/zuul/zuul/+/87240519:15
@arddennis:matrix.orgHello, I have a question regarding collections installation for ansible. I need to have a fresh openstack.cloud collection. I tried to define it as job.roles for the untrusted project. Tried to use different options: galaxy, zuul. Tried to put the collection near to the playbooks just in the project repo, but still can't make it working. Is there a specific approach to install a collection?  19:22
@clarkb:matrix.org> <@arddennis:matrix.org> Hello, I have a question regarding collections installation for ansible. I need to have a fresh openstack.cloud collection. I tried to define it as job.roles for the untrusted project. Tried to use different options: galaxy, zuul. Tried to put the collection near to the playbooks just in the project repo, but still can't make it working. Is there a specific approach to install a collection?19:26
Historically you would have needed to include the collection in your zuul's ansible installs or use a nested ansible in the job. I'm not sure if the semi recent changes to allow more actions on the executor have changed this.
@jim:acmegating.comno change there, those are still the options.  see `zuul-manage-ansible` for the first option.19:28
@jim:acmegating.comthe `zuul` roles only work for traditional ansible roles, not collections, so that's probably why that didn't work.19:32
@jim:acmegating.com(but i think you could override a built-in role with a zuul role if it does meet that criteria)19:32
@arddennis:matrix.orgIsn't zuul-manage-ansible do the same, just try to install additional package into ansible venv?19:40
@clarkb:matrix.orgYes you would install the collections to the venvs20:10
@clarkb:matrix.orgdong.zhang: I've left a comment on https://review.opendev.org/c/zuul/zuul/+/87125920:49
-@gerrit:opendev.org- Zuul merged on behalf of Dmitriy Rabotyagov: [zuul/zuul] 866874: Add project-ssh-key to API docs https://review.opendev.org/c/zuul/zuul/+/86687420:54
-@gerrit:opendev.org- Christian Mueller proposed wip: [zuul/nodepool] 869015: Adding support to run all unit tests locally in a container (Debian Bullseye), making it easy to execute them without the need to first set-up the environment. https://review.opendev.org/c/zuul/nodepool/+/86901521:00
-@gerrit:opendev.org- Christian Mueller marked as active: [zuul/nodepool] 869015: Adding support to run all unit tests locally in a container (Debian Bullseye), making it easy to execute them without the need to first set-up the environment. https://review.opendev.org/c/zuul/nodepool/+/86901521:00
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 873694: Fix exception on retry in source base class https://review.opendev.org/c/zuul/zuul/+/87369423:00

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