@jjbeckman:matrix.org | Ah, sorry, I couldn't login to element.io for a few days and just saw your advice. | 07:36 |
---|---|---|
Yes, `start-zuul-console` is the very first job that is being run. | ||
Will check the logs as well. | ||
@jjbeckman:matrix.org | Hi folks. I am looking for a way to use GitHub via the [Git Driver](https://zuul-ci.org/docs/zuul/latest/drivers/git.html), instead of GitHub App, as a stopgap, until the GitHub App gets created. However, I can not figure out how one can set it up even after reading the linked document. Would anyone know of an example? | 08:09 |
For example, this is what is not working for me. | ||
Changed `[connection "github"]` in `zuul.conf` in the following way, | ||
``` | ||
[connection "github"] | ||
baseurl=https://github.com | ||
driver=git | ||
poll_delay=10 | ||
``` | ||
and the following in `pipeline.yaml`. | ||
``` | ||
- pipeline: | ||
name: {redacted} | ||
description: {redacted} | ||
manager: independent | ||
precedence: high | ||
post-review: True | ||
trigger: | ||
git: | ||
- event: ref-updated | ||
ref: ^ref/tags/foo.*$ | ||
``` | ||
This ends up with a blank Status page, and is not responsive to git tags. | ||
@mhuin:matrix.org | I think line 8 should be the name of the connection, ie github | 08:50 |
@mhuin:matrix.org | * jjbeckman: I think line 8 should be the name of the connection, ie github | 08:51 |
@jjbeckman:matrix.org | Ah, I see. Let me check | 09:16 |
@jjbeckman:matrix.org | By the way, is the blank Status screen as designed, if one was using the Git Driver for GitHub? | 09:22 |
@fungicide:matrix.org | not really zuul related, but does anybody know how to get the browser client for element to show you where unread messages are? it's perpetually claiming i have several unread/unseen messages for this channel and i suspect they're buried in a thread view somewhere, but i've checked all the recent threads and it doesn't seem to have cleared the unread count so i'm clearly still missing a few | 13:26 |
@fungicide:matrix.org | i eventually just gave up and manually marked the channel as read, but i see it happen from time to time so curious if there's a way to actually find the unread messages | 13:27 |
@fungicide:matrix.org | (what i really wish it had was a flat channel view instead of popping threads out into their own separate interface) | 13:28 |
@jim:acmegating.com | fungi: you may be able to turn off threads under Settings -> Labs | 13:31 |
@jim:acmegating.com | and yes, the thread view is problematic for people who might be interested in more than one thread. i think it would be great if other folks would avoid using it in order to improve the experience for everyone. | 13:34 |
@jim:acmegating.com | i turned it off in my client after i kept missing messages | 13:37 |
@fungicide:matrix.org | the only thing under settings->labs was to turn on the beta for video calling. tried turning that on anyway but it didn't increase the number of available settings. probably just a sign i need to switch to a different client | 13:40 |
@fungicide:matrix.org | there are a ton of options under preferences, but none seem related to whether to expand threads inline | 13:41 |
@fungicide:matrix.org | so it may just be something they haven't done for the browser-based client yet | 13:42 |
@jim:acmegating.com | fungi: what version of the browser client are you using? it's under settings -> help & about | 13:42 |
@fungicide:matrix.org | Element version: 1.11.34, Olm version: 3.2.14 (tried the update button but it claims i have the latest available) | 13:43 |
@jim:acmegating.com | weird, i would expect it to be there | 13:44 |
@fungicide:matrix.org | previously looked the same other than the button there saying "join the beta" | 13:48 |
@jim:acmegating.com | is there anything below that? | 13:48 |
@fungicide:matrix.org | nope, just a lot of blank space because my monitor is very tall (portrait orientation) so i trimmed the screenshot to not make it excessive | 13:49 |
@jim:acmegating.com | and there are a lot more settings switches below there | 13:49 |
@jim:acmegating.com | i'm on a slightly older version of element... might be worth a shift-reload or something... | 13:50 |
@fungicide:matrix.org | no dice. maybe something about my browser is preventing it from displaying the additional options there | 13:51 |
@fungicide:matrix.org | anyway, it's not a huge deal, i'll revisit it at some point if i don't get off my duff and upgrade my shell server to a new enough weechat that i can use the matrix plugin for it | 13:53 |
@flaper87:matrix.org | 👋 hi folks! Hope you had a great summit week 💪 | 13:54 |
@flaper87:matrix.org | Is there a way to write a custom filter plugin for ansible and have Zuul load it? | 13:54 |
@flaper87:matrix.org | Tried creating one and putting it inside `zuul-jobs` but it doesn't seem to work as I get an error from ansible saying the filter doesn't exist | 13:55 |
@flaper87:matrix.org | maybe there are docs for this somewhere, couldn't find this info. | 13:55 |
@fungicide:matrix.org | flaper87: if you're not using a nested ansible, i think any plugin modules will have to be installed into the ansible venv(s) on your executor(s) | 13:57 |
@fungicide:matrix.org | https://zuul-ci.org/docs/zuul/latest/installation.html#executor-deployment indicates you can supply a list of pip-installable packages when calling `manage-ansible`, for example | 13:58 |
@fungicide:matrix.org | * https://zuul-ci.org/docs/zuul/latest/installation.html#executor-deployment indicates you can supply a list of pip-installable packages when calling `zuul-manage-ansible`, for example | 14:03 |
@flaper87:matrix.org | Thank you! Will look into this 🙏 | 14:04 |
@mhuin:matrix.org | what do you mean? | 14:16 |
@yoctozepto:matrix.org | fungi: corvus it seems threads are enforced in new versions | 14:55 |
@yoctozepto:matrix.org | another case of a good thing going in the wrong direction ;D | 14:56 |
@yoctozepto:matrix.org | sad actually | 14:56 |
-@gerrit:opendev.org- Radosław Piliszek https://matrix.to/#/@yoctozepto:matrix.org proposed: [zuul/zuul-jobs] 885987: Drop Helm v2 support to fix v3 issue https://review.opendev.org/c/zuul/zuul-jobs/+/885987 | 15:10 | |
-@gerrit:opendev.org- Radosław Piliszek https://matrix.to/#/@yoctozepto:matrix.org proposed wip: [zuul/zuul-jobs] 885988: Fix ensure-kubernetes role on Ubuntu Bionic https://review.opendev.org/c/zuul/zuul-jobs/+/885988 | 15:44 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 886432: Add ZK cache stats https://review.opendev.org/c/zuul/nodepool/+/886432 | 18:03 | |
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 21:17 | |
- [zuul/nodepool] 886432: Add ZK cache stats https://review.opendev.org/c/zuul/nodepool/+/886432 | ||
- [zuul/nodepool] 886433: Limit TreeCache playback queue size https://review.opendev.org/c/zuul/nodepool/+/886433 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!