|
Since migration from CDash 3.0.3 to 3.3.0-rc3 my Dashboard shows only the Site, Build Name, Start Time while I'm expected to see also Update, Configure, Build and Test errors and warnings as it was before the migration like To submit to cdash I'm calling I can't figure out what I'm missing. Is this a bug in CDash or should I use an other way to submit my results? |
Answered by
fspindle
Feb 29, 2024
Replies: 1 comment
|
I found the reason. In my Instead, I set |
0 replies
Answer selected by
williamjallen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I found the reason.
In my
.envfile there is by defaultQUEUE_CONNECTION=databasethat means that in thecdashcontainer you need to runphp artisan queue:workas stated in the submission documentation.Instead, I set
QUEUE_CONNECTION=syncthat does the trick.