Zack Galbreath
Zack Galbreath
CDash does have support for notifications, but this has only ever really been used to send emails when something goes wrong. This can be set on a per-project, per-buildgroup, and/or...
Do either of these open CMake issues describe your problem, or is this something different? - https://gitlab.kitware.com/cmake/cmake/-/issues/22457 - https://gitlab.kitware.com/cmake/cmake/-/issues/22536
This feature seems to be working okay for me locally. Here's what I did. 1. Create a new "Daily" buildgroup. I named my "wild". After clicking the "Create BuildGroup" button,...
A couple things to check: 1. If you have database access, you could do a `show processlist` when the bulid summary page is slowly loading. That should provide some information...
> My understanding was that `USERNAME_PASSWORD_AUTHENTICATION_ENABLED=true` would allow to log in with the non ldap user even though ldap authentication is activated. But I guess I'm wrong. How could I...
Thanks for the example. I tested it out locally. It did help me catch a recent regression (addressed in #1433) but otherwise the file parsed cleanly for me. We're hoping...
Here's a similar query that works as expected: https://open.cdash.org/index.php?project=VTK&filtercount=1&showfilters=1&field1=revision&compare1=61&value1=3036e1939e7bab5add3340390d52569ee191bb80 Poking around in the database, I can see `buildupdate` rows for revision `6e91d39f`, but there are no builds associated with these...
Thanks for taking the time to write such a detailed error report. I'm having trouble reproducing this issue using the same version of Ubuntu and npm. Can you try the...
is this PR obsolete now that #749 has been merged?
any thoughts on how we can test increased concurrency without just "going for it"?