-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/nodepool] 908610: Switch functional openstack job to jammy https://review.opendev.org/c/zuul/nodepool/+/908610 | 00:18 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 00:21 | |
- [zuul/zuul] 908360: Replace Ansible 6 with Ansible 9 https://review.opendev.org/c/zuul/zuul/+/908360 | ||
- [zuul/zuul] 909176: Pin kazoo to 2.9.0 https://review.opendev.org/c/zuul/zuul/+/909176 | ||
- [zuul/zuul] 909177: Reduce unit test concurrency https://review.opendev.org/c/zuul/zuul/+/909177 | ||
@jim:acmegating.com | those last 2 changes should deal with the recent rash of test failures and timeouts; that should smooth the way for 908360. | 00:22 |
---|---|---|
-@gerrit:opendev.org- Tobias Henkel proposed: [zuul/zuul] 861211: Always initialize the github client manager https://review.opendev.org/c/zuul/zuul/+/861211 | 08:50 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 906204: Wrap long job names on status page https://review.opendev.org/c/zuul/zuul/+/906204 | 12:52 | |
-@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 907210: Add backoff delay only after successful job start https://review.opendev.org/c/zuul/zuul/+/907210 | 13:20 | |
@harbott.osism.tech:regio.chat | the ensure-docker role is broken since https://review.opendev.org/c/zuul/zuul-jobs/+/909029 on our zuul installation: | 14:13 |
``` | ||
2024-02-16 07:27:22.814205 | ERROR! couldn't resolve module/action 'systemd_service'. This often indicates a misspelling, missing collection, or incorrect module path. | ||
``` | ||
@fungicide:matrix.org | Jens Harbott: skimming other similar incantations elsewhere, it looks like maybe that should be just `systemd` instead of `systemd_service`, like in https://opendev.org/opendev/system-config/src/commit/a219525/playbooks/roles/kerberos-kdc/tasks/replica.yaml#L47-L49 | 14:35 |
@fungicide:matrix.org | though this seems to imply what's already there is correct: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_service_module.html | 14:37 |
@fungicide:matrix.org | Jens Harbott: do your executor venvs have ansible-core installed into them? otherwise i'm not sure what could cause ansible to not find that module | 14:42 |
@fungicide:matrix.org | i guess it would also help to know what versions of ansible-community and ansible-core you're installing | 14:44 |
@jim:acmegating.com | and version of ansible in the job | 14:45 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-jobs] 909207: DNM: test ansible 6 with buildset registry https://review.opendev.org/c/zuul/zuul-jobs/+/909207 | 14:48 | |
@jim:acmegating.com | yeah looking at the docs, i think that's it | 14:51 |
@jim:acmegating.com | https://docs.ansible.com/ansible/6/collections/ansible/builtin/systemd_module.html https://docs.ansible.com/ansible/8/collections/ansible/builtin/systemd_module.html | 14:51 |
@jim:acmegating.com | https://docs.ansible.com/ansible/6/collections/ansible/builtin/systemd_service_module.html https://docs.ansible.com/ansible/8/collections/ansible/builtin/systemd_service_module.html | 14:52 |
@jim:acmegating.com | https://docs.ansible.com/ansible/9/collections/ansible/builtin/systemd_module.html still says it's a redirect, so i think that should be safe. according to our deprecation policy, we should switch our usage to systemd_service 2 weeks after 10.0 is released. | 14:53 |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-jobs] 909208: Fix ensure-docker for Ansible 6 https://review.opendev.org/c/zuul/zuul-jobs/+/909208 | 14:55 | |
@fungicide:matrix.org | thanks! | 15:00 |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-jobs] 909208: Fix ensure-docker for Ansible 6 https://review.opendev.org/c/zuul/zuul-jobs/+/909208 | 15:20 | |
@fungicide:matrix.org | Jens Harbott: hopefully it's back to working for you now ^ | 15:21 |
@jpew:matrix.org | Has anyone looked into using `git clone --reference` to reduce the impact of cloning a large repository multiple times on mergers? | 16:50 |
@jpew:matrix.org | Or maybe that's not really a problem? | 16:51 |
@jim:acmegating.com | jpew: not applicable to mergers which only have one copy of the repo | 16:52 |
@jim:acmegating.com | and executors use hard links | 16:52 |
@fungicide:matrix.org | or at least should if deployed correctly | 16:53 |
@fungicide:matrix.org | if workspaces end up on a different filesystem then i think you end up with copies instead | 16:54 |
@fungicide:matrix.org | or if you deploy on a filesystem which lacks support for hardlinking inodes | 16:55 |
@jpew:matrix.org | OK | 16:55 |
-@gerrit:opendev.org- Zuul merged on behalf of Tobias Henkel: [zuul/zuul] 802857: Initialize github client manager if needed https://review.opendev.org/c/zuul/zuul/+/802857 | 17:41 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 909176: Pin kazoo to 2.9.0 https://review.opendev.org/c/zuul/zuul/+/909176 | 17:49 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 909177: Reduce unit test concurrency https://review.opendev.org/c/zuul/zuul/+/909177 | 17:52 | |
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 908360: Replace Ansible 6 with Ansible 9 https://review.opendev.org/c/zuul/zuul/+/908360 | 18:03 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 909269: Add some github configuration deprecations https://review.opendev.org/c/zuul/zuul/+/909269 | 21:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!