Wednesday, 2022-12-07

-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 866855: Correctly set the repo remote URL https://review.opendev.org/c/zuul/zuul/+/86685513:46
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 866855: Correctly set the repo remote URL https://review.opendev.org/c/zuul/zuul/+/86685513:51
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 866855: Correctly set the repo remote URL https://review.opendev.org/c/zuul/zuul/+/86685513:53
-@gerrit:opendev.org- Felix Edel proposed: [zuul/zuul] 866863: Store paused events on the build and report them https://review.opendev.org/c/zuul/zuul/+/86686314:32
@noonedeadpunk:matrix.orgHey folks! Question - I've jsut found that secrets rsa key and ssh project key look like quite different RSAs and even with different lenght. I assume, that executor loads ssh key, not secrets key? But also ​/api​/tenant​/{tenant}​/key​/{project}.pub seems to return public key for secrets, not for ssh?14:42
@noonedeadpunk:matrix.orgAs while I can encrypt/use secrets with public key provided with api - it seems not being accepted by hosts when zuul tries to log in. In executor log I do see though that it's added to the ssh agent14:44
@noonedeadpunk:matrix.org(after conversion to appropriate format with `ssh-keygen -i -m PKCS8`14:44
@jim:acmegating.comDmitriy Rabotyagov: for ssh you want something like https://zuul.opendev.org/api/tenant/zuul/project-ssh-key/zuul/zuul-jobs.pub14:46
@noonedeadpunk:matrix.orgaha project-ssh-key14:47
@noonedeadpunk:matrix.orgI wonder how this never was mentioned in API docs....14:48
@noonedeadpunk:matrix.orgI will try to check this and patch!14:48
@noonedeadpunk:matrix.orgThanks @corvus14:48
@noonedeadpunk:matrix.orgyes, sweet, works like a charm14:52
-@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul] 866874: Add project-ssh-key to API docs https://review.opendev.org/c/zuul/zuul/+/86687415:25
-@gerrit:opendev.org- Ade Lee proposed: [zuul/zuul-jobs] 866881: Add ubuntu to enable-fips role https://review.opendev.org/c/zuul/zuul-jobs/+/86688117:11
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866920: Specify crio repo key ids for apt_key https://review.opendev.org/c/zuul/zuul-jobs/+/86692018:35
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866926: Set tox NO_COLOR=1 flag https://review.opendev.org/c/zuul/zuul-jobs/+/86692619:12
@clarkb:matrix.orgHeads up tox 4.0 just released and is breaking things. 866926 is an attempt at maybe addressing some of the worst bits19:13
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866928: Pin tox to <4 in ensure-tox installation https://review.opendev.org/c/zuul/zuul-jobs/+/86692819:19
@jim:acmegating.comClark: some comments on 92619:19
@jim:acmegating.comClark: are you thinking 928 instead of 926?19:20
@clarkb:matrix.orgcorvus: yes I think so for now since basically everything is broken and we still don't have a good idea why.19:20
@clarkb:matrix.orgThe reason I didn't use environment: in those ansible tasks is we seem to want to have the calling tasks provide the env. But maybe I can do a merge there or something.19:21
@jim:acmegating.comyeah, i think something like a merge would be appropriate if that's the way we want to go19:21
@jim:acmegating.com(but also, maybe we just do 928 and then fix whatever parsing we're doing?)19:22
@clarkb:matrix.orgcorvus: yes I think that is what we should do19:22
@clarkb:matrix.orgsince removing the tox pin will be self testing on that change which we can use to confirm the broken has gone away19:22
@clarkb:matrix.orgcorvus: another thing I noticed running tox4 --showconfig locally is that it doesn't emit config for things like docs or py31019:22
@clarkb:matrix.organd I'm not sure if that will break siblings from a behavioral standpoint yet19:23
@clarkb:matrix.orgall the more reason to pin and understand this better19:23
@clarkb:matrix.orgarg it is still failing. What is going on19:27
@jim:acmegating.comhttps://zuul.opendev.org/t/zuul/build/cefa18ff96404262a6c76eee15469a90/log/job-output.txt#44219:27
@clarkb:matrix.orgthe docs job seemed to use an unpinned tox install. Is that not speculative?19:28
@clarkb:matrix.orgthe other tox jobs do seem to be passing which implies this isn't a global issue19:28
@jim:acmegating.comit may be special...19:28
@jim:acmegating.comyeah, it's in opendev/base-jobs19:29
@jim:acmegating.comClark: i think we can make it non-voting in gate in your change then flip it back on19:29
@clarkb:matrix.orgOk19:30
@clarkb:matrix.orgFirefox just crashed on me so give me a sec19:30
@clarkb:matrix.orgI was trying to paste the playbook path that showed base-jobs and it exploded19:30
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866928: Pin tox to <4 in ensure-tox installation https://review.opendev.org/c/zuul/zuul-jobs/+/86692819:32
@clarkb:matrix.orgThat adds nonvoting flags to the zuul-tox-docs job19:32
@jim:acmegating.comClark: want to push up the revert for nonvoting too?19:34
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-jobs] 866929: Make zuul-tox-docs voting again https://review.opendev.org/c/zuul/zuul-jobs/+/86692919:36
@jim:acmegating.comnm19:36
@clarkb:matrix.orgoh sorry I got distracted. But yes good call19:37
@clarkb:matrix.orgI think the next step is to run the tox siblings tox config stuff locally and try to inspect the actual showconfig content to see how it differs as zuul+ansible process it19:39
-@gerrit:opendev.org- Zuul merged on behalf of Clark Boylan: [zuul/zuul-jobs] 866928: Pin tox to <4 in ensure-tox installation https://review.opendev.org/c/zuul/zuul-jobs/+/86692819:51
@fungicide:matrix.orgzuul-promote-docs failed on 866928, presumably for the same reason we pinned the check/gate job19:59
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-jobs] 866929: Make zuul-tox-docs voting again https://review.opendev.org/c/zuul/zuul-jobs/+/86692920:03
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866935: DNM Cat the tox --showconfig output under tox v4 https://review.opendev.org/c/zuul/zuul-jobs/+/86693520:06
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866935: DNM Cat the tox --showconfig output under tox v4 https://review.opendev.org/c/zuul/zuul-jobs/+/86693520:18
@jim:acmegating.comfungi: and is working again after the merge, so i think we're good20:28
@fungicide:matrix.orgyep! observed the same20:33
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866935: DNM Cat the tox --showconfig output under tox v4 https://review.opendev.org/c/zuul/zuul-jobs/+/86693520:41
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866935: DNM Cat the tox --showconfig output under tox v4 https://review.opendev.org/c/zuul/zuul-jobs/+/86693521:22
-@gerrit:opendev.org- Clark Boylan proposed:22:05
- [zuul/zuul-jobs] 866935: Update zuul-jobs to handle tox3 and tox4 https://review.opendev.org/c/zuul/zuul-jobs/+/866935
- [zuul/zuul-jobs] 866939: Move tox logs into env specific dirs https://review.opendev.org/c/zuul/zuul-jobs/+/866939
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866935: Update zuul-jobs to handle tox3 and tox4 https://review.opendev.org/c/zuul/zuul-jobs/+/86693522:21
-@gerrit:opendev.org- Clark Boylan proposed:22:35
- [zuul/zuul-jobs] 866935: Update zuul-jobs to handle tox3 and tox4 https://review.opendev.org/c/zuul/zuul-jobs/+/866935
- [zuul/zuul-jobs] 866943: Flip ensure-tox to tox v4 by default https://review.opendev.org/c/zuul/zuul-jobs/+/866943
-@gerrit:opendev.org- Clark Boylan proposed:23:14
- [zuul/zuul-jobs] 866935: Update zuul-jobs to handle tox3 and tox4 https://review.opendev.org/c/zuul/zuul-jobs/+/866935
- [zuul/zuul-jobs] 866943: Flip ensure-tox to tox v4 by default https://review.opendev.org/c/zuul/zuul-jobs/+/866943
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866943: Flip ensure-tox to tox v4 by default https://review.opendev.org/c/zuul/zuul-jobs/+/86694323:16
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-jobs] 866945: Avoid tox-bindep in test-tox job https://review.opendev.org/c/zuul/zuul-jobs/+/86694523:24
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866943: Flip ensure-tox to tox v4 by default https://review.opendev.org/c/zuul/zuul-jobs/+/86694323:30
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul-jobs] 866945: Avoid tox-bindep in test-tox job https://review.opendev.org/c/zuul/zuul-jobs/+/86694523:36
-@gerrit:opendev.org- Clark Boylan proposed: [zuul/zuul-jobs] 866943: Flip ensure-tox to tox v4 by default https://review.opendev.org/c/zuul/zuul-jobs/+/86694323:48
-@gerrit:opendev.org- Clark Boylan proposed on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-jobs] 866945: Avoid tox-bindep in test-tox job https://review.opendev.org/c/zuul/zuul-jobs/+/86694523:48

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